CN106445696B - Multi-process interactive processing method and system - Google Patents

Multi-process interactive processing method and system Download PDF

Info

Publication number
CN106445696B
CN106445696B CN201610816754.3A CN201610816754A CN106445696B CN 106445696 B CN106445696 B CN 106445696B CN 201610816754 A CN201610816754 A CN 201610816754A CN 106445696 B CN106445696 B CN 106445696B
Authority
CN
China
Prior art keywords
thread
sub
application
resource
running
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610816754.3A
Other languages
Chinese (zh)
Other versions
CN106445696A (en
Inventor
黄昌国
龙宝修
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kusai Communication Technology Co ltd
Original Assignee
Shenzhen Prize Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Prize Technology Co Ltd filed Critical Shenzhen Prize Technology Co Ltd
Priority to CN201610816754.3A priority Critical patent/CN106445696B/en
Publication of CN106445696A publication Critical patent/CN106445696A/en
Application granted granted Critical
Publication of CN106445696B publication Critical patent/CN106445696B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The invention discloses a multi-process interactive processing method and a system, wherein the system comprises the following steps: presetting a resource-occupied thread corresponding to an application as a thread needing thread separation during running; when the thread of the application needs to execute the running task, detecting whether the thread which needs to execute the running task at present is a resource-occupied thread which needs thread separation; separating the thread which needs to execute the running task from the main process as an independent process for calling the APP and opening the thread into a sub-process separated from the main process, wherein the sub-process is a resource-occupying process; when the corresponding application is started, the main process and the sub-process corresponding to the application are controlled to be started in parallel, corresponding running tasks are executed, and when the application is not closed, the sub-process can be controlled to run independently in the background.

Description

Multi-process interactive processing method and system
Technical Field
The invention relates to the technical field of software, in particular to a multi-process interactive processing method and a multi-process interactive processing system.
Background
The common applications in the market are single-process multi-thread applications, each application has frequently operated modules, functions which have few interactions with users and are frequently used occupy most resources, and in such a case, the applications are easy to be stuck, and users do not know the reasons, so that the experience of the users is greatly improved.
In the using process of the App of the single process, once the App crashes, the whole application is stuck. Moreover, the resources allocated to a single process by each mobile phone are limited, and the application which consumes resources slightly runs on different mobile phones, so that the situation of smooth and unsmooth mobile phone blocking can occur.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method and a system for multiprocess interactive processing, aiming at the above-mentioned defects in the prior art. The invention increases the smoothness of App use and improves the system efficiency.
The technical scheme adopted by the invention for solving the technical problem is as follows:
a multi-process interactive processing method comprises the following steps:
A. setting a resource-occupied thread corresponding to an application as a thread needing thread separation during running according to the resource occupation degree of the thread during running in the running process of the application in advance;
B. when the thread of the application needs to execute the running task, detecting whether the thread which needs to execute the running task at present is a resource-occupied thread which needs thread separation;
C. separating the thread which needs to execute the running task from the main process as an independent process for calling the APP to form a sub-process separated from the main process, wherein the sub-process is a resource-occupying process;
D. when the corresponding application is started, the main process and the sub-process corresponding to the application are controlled to be started in parallel, corresponding running tasks are executed, and when the application is not closed, the sub-process can be controlled to run independently in the background, so that silent upgrade service is realized.
The multi-process interactive processing method comprises the step of enabling the resource occupying thread to comprise a downloading thread.
The multi-process interactive processing method further comprises the following steps:
e1, when starting downloading, judging whether AIDL binding service is bound;
e2, when the AIDL binding service is bound, modifying the downloading state through the sub-process, starting the downloading thread through the sub-process, and entering the step E3;
e3, informing the main process of updating the downloading progress, and entering the step E4;
e4, when the download is completed, notifying the host process to execute the subsequent logic, and entering step E5;
e5, the main process removes the AIDL binding service of the sub-process.
According to the multi-process interactive processing method, the AIDL is an android interface definition language.
According to the multi-process interactive processing method, the AIDL binding service is a process communicator intelligence of android, and two processes need to be bound once every time the two processes communicate.
A multi-process interactive processing system, comprising:
the system comprises a presetting module, a thread separation module and a resource separation module, wherein the presetting module is used for presetting a resource occupying thread corresponding to an application as a thread needing thread separation during running according to the resource occupying degree during the running of the thread during the running of the application;
a detection module, configured to detect whether a thread currently requiring execution of a running task is a resource-occupied thread requiring thread separation when the thread of an application needs execution of the running task
The thread separation module is used for separating the thread which needs to execute the running task from the main process as an independent process for calling the APP application to form a sub-process separated from the main process, wherein the sub-process is a resource-occupying process;
and the multi-process control module is used for controlling the main process and the sub-process corresponding to the application to be started in parallel when the corresponding application is started, executing corresponding running tasks, and controlling the sub-process to independently run at the background when the application is not closed so as to realize silent upgrade service.
The multi-process interactive processing system is characterized in that the resource occupying thread comprises a downloading thread.
The multi-process interactive processing system further comprises the following steps:
the binding judging module is used for judging whether the AIDL binding service is bound when the downloading is started;
the sub-thread control module is used for modifying the downloading state through the sub-process and starting a downloading thread through the sub-process when the AIDL binding service is bound;
the notification module is used for notifying the main process of updating the downloading progress;
the download completion control module is used for informing the main process to execute subsequent logic when the download is completed;
and the binding removing module is used for controlling the main process to remove AIDL binding service of the sub-process.
The multi-process interactive processing system is characterized in that the AIDL is an android interface definition language.
The multi-process interactive processing system is characterized in that the AIDL binding service is an android process communicator, and two processes need to be bound once every time the two processes communicate.
According to the multi-process interactive processing method and system provided by the invention, in order to enhance user experience and increase the use fluency of the App, a certain thread can be used for a long time and multiple frequencies in the running process of the App. For example, the App needs to constantly start a download thread to execute a download task, and the thread has particularly good resources. The thread can be separated and used as an independent process for calling by the App, so that the smoothness of the App can be greatly improved, and the process can be executed in the background. Even if the process crashes, the influence on the main process is limited, and the stability of the application is improved.
For example, the invention separates the downloading thread, so that the downloading thread becomes a sub-process and a main process which are started in parallel. As a system application, under the condition that an application market is not closed, the sub-process is protected, the downloading task can be executed in real time at the background, silent upgrade service can be realized, the use smoothness of App is increased, the system efficiency is improved, and the energy consumption is reduced.
Drawings
FIG. 1 is a flow chart of a multi-process interactive processing method according to a preferred embodiment of the present invention.
FIG. 2 is a flow chart of a further preferred embodiment of the multi-process interactive processing method of the present invention.
FIG. 3 is a functional block diagram of a preferred embodiment of the multi-process interactive processing system of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the multi-process interactive processing method and system provided by the present invention are further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a multi-process interactive processing method according to a preferred embodiment of the present invention. As shown in fig. 1, a multi-process interactive processing method according to an embodiment of the present invention includes the following steps:
and S100, setting a resource-occupied thread corresponding to the application as a thread needing thread separation during running according to the resource occupation degree of the thread during running in the running process of the application.
In the embodiment of the invention, a resource-occupied thread corresponding to an application needs to be set as a thread needing thread separation during running according to the resource occupation degree of the thread during running in the running process of the application; for example, the App needs to always start a download thread to perform a download task, and the thread is particularly good resources. The invention can set the resource-occupied thread corresponding to the application as the thread needing thread separation when the application runs, namely, the thread is separated when the thread runs and is used as an independent process for calling by the App.
Step S200, when the thread of the application needs to execute the running task, detecting whether the thread needing to execute the running task is a resource-occupied thread needing thread separation.
In other words, in the present invention, when the thread of the application needs to execute the running task, it is detected whether the thread that needs to execute the running task is a resource-occupied thread that needs thread separation. For example, whether it is a downloading thread of the resource thread. In the embodiment of the present invention, the resource occupying thread includes a downloading thread, but may also be other threads that occupy resources relatively, such as an antivirus thread.
And step S300, if the thread which needs to execute the running task currently is a resource-occupied thread which needs thread separation, separating the thread which needs to execute the running task currently from the main process and using the thread as an independent process for APP application calling to form a sub-process separated from the main process, wherein the sub-process is a resource-occupied process.
In the embodiment of the invention, the thread which needs to execute the running task at present is the resource-occupied thread which needs thread separation, the thread which needs to execute the running task at present is separated from the main process and is used as an independent process for APP application calling, and a sub-process separated from the main process is formed, wherein the sub-process is the resource-occupied process. For example, in order to enhance the operating efficiency, the smoothness of the App is increased, and a certain thread is used for a long time and multiple frequencies in the running process of the App. For example, the App needs to constantly start a download thread to execute a download task, and the thread has particularly good resources. The thread can be separated and used as an independent process for calling by the App, so that the smoothness of the App can be greatly improved, and the process can be executed in the background. Even if the process crashes, the influence on the main process is limited, and the stability of the application is improved.
And S400, when the corresponding application is started, controlling the main process and the sub-process corresponding to the application to be started in parallel, executing the corresponding running task, and when the application is not closed, controlling the sub-process to independently run at the background to realize the silent upgrade service.
In the embodiment of the invention, for example, the downloading thread is separated to be started in parallel as a sub-process and a main process. As a system application, under the condition that the application market is not closed, the sub-process can be protected, the downloading task can be executed in real time at the background, and the silent upgrade service can be realized
In a further embodiment, the multi-process interactive processing method according to the present invention further includes the following steps:
s1, when starting downloading, judging whether the AIDL binding service is bound;
and the AIDL is an android interface definition language. The AIDL binding service is android process communicator intelligence, and two processes need to be bound once every time the two processes communicate.
S2, when the AIDL binding service is bound, modifying the downloading state through the sub-process, starting the downloading thread through the sub-process, and entering the step S3;
s3, informing the main process of updating the downloading progress, and entering the step S4;
s4, when the downloading is finished, the main process is informed to execute the subsequent logic, and the step S5 is carried out;
s5, the main process removes the AIDL binding service of the sub-process.
Wherein the AIDL binding service is explained in detail as follows:
AIDL: android Interface Definition Language, Android Interface Definition Language. Memory cannot be shared among processes in the Android system, and therefore, some mechanisms need to be provided for data communication among different processes. In order to enable other applications to access the service provided by the application, the Android system is implemented in a Remote Procedure Call (RPC) mode. As with many other RPC-based solutions, Android uses an Interface Definition Language (IDL) to expose interfaces to services. It is known that 3 of the 4 Android application components (Activity, broadcastirever, ContentProvider) can perform cross-process access, and the other Android application component Service can also perform cross-process access. Therefore, such a service that can be accessed across processes may be referred to as an aidl (android Interface definitionslangue) service. The establishment of the AIDL service is more complicated than the establishment of the ordinary service, and the specific steps are as follows: (1) establishing a file with an extension name aidl in a Java package directory of Eclipse Android engineering. The syntax of this file is similar to Java code but slightly different. (2) if the content of the aidl file is correct, the ADT will automatically generate a Java interface file (, Java). And (3) establishing a Service class (Service subclass). And (4) realizing the Java interface generated by the aidl file. And (5) configuring the AIDL service in an android Manifest xml file, wherein the attribute value of the name in the < action > tag is the ID of the service to be referred by the client, namely the parameter value of the Intent class.
It should be noted that threads and processes are different concepts. A process may contain multiple (sub-) threads inside. The scope of the process is larger and the thread is smaller. The general structure in a program is a main process (a process) and a plurality of sub-threads.
The invention separates the download thread in the main process as an independent process (subprocess) for the main process to call through the inter-process communication protocol. The method has the advantages that not only is the efficiency improved, but also other processes (generally referred to as other apps) can call the downloading process in the same way.
Therefore, the multi-process interactive processing method provided by the invention increases the use smoothness of App and improves the system efficiency
Based on the above method embodiment, the present invention further provides a multiprocess interactive processing system, as shown in fig. 3, the system includes:
the presetting module 210 is configured to set a resource-occupied thread corresponding to an application as a thread requiring thread separation during running in advance according to a resource occupation degree during running of the thread during running of the application; as described above.
The detecting module 220 is configured to detect whether a thread that needs to execute an operation task is a resource-occupied thread that needs thread separation when the thread of the application needs to execute the operation task; as described above.
The thread separation module 230 is configured to separate a thread, which needs to execute a running task currently, from a main process if the thread, which needs to execute the running task currently, is a resource-occupied thread, which needs to perform thread separation, and use the thread as an independent process for the APP application to call, so as to form a sub-process separated from the main process, where the sub-process is a resource-occupied process; as described above.
The multi-process control module 240 is configured to control the main process and the sub-process corresponding to the application to be started in parallel when the corresponding application is started, execute a corresponding running task, and control the sub-process to run independently in the background when the application is not closed, so as to implement a silent upgrade service; as described above.
Further, the multi-process interactive processing system, wherein the resource occupying thread comprises a downloading thread.
Further, the multi-process interactive processing system further comprises the following steps:
the binding judging module is used for judging whether the AIDL binding service is bound when the downloading is started; as described above.
The sub-thread control module is used for modifying the downloading state through the sub-process and starting a downloading thread through the sub-process when the AIDL binding service is bound; as described above.
The notification module is used for notifying the main process of updating the downloading progress; as described above.
The download completion control module is used for informing the main process to execute subsequent logic when the download is completed; as described above.
The binding removing module is used for controlling the main process to remove AIDL binding service of the sub-process; as described above.
The multi-process interactive processing system is characterized in that the AIDL is an android interface definition language.
The multi-process interactive processing system is characterized in that the AIDL binding service is a process communication machine intelligence of an android, and two processes need to be bound once every time the two processes communicate; as described above.
In summary, in the multi-process interactive processing method and system provided by the invention, in order to enhance user experience and increase the smoothness of application of the App, a certain thread is used for a long time and multiple frequencies in the running process of the App. For example, the App needs to constantly start a download thread to execute a download task, and the thread has particularly good resources. The thread can be separated and used as an independent process for calling by the App, so that the smoothness of the App can be greatly improved, and the process can be executed in the background. Even if the process crashes, the influence on the main process is limited, and the stability of the application is improved.
For example, the invention separates the downloading thread, so that the downloading thread becomes a sub-process and a main process which are started in parallel. As a system application, under the condition that an application market is not closed, the sub-process is protected, the downloading task can be executed in real time at the background, silent upgrade service can be realized, the use smoothness of App is increased, the system efficiency is improved, and the energy consumption is reduced.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (8)

1. A multi-process interactive processing method is characterized by comprising the following steps:
A. setting a resource-occupied thread corresponding to an application as a thread needing thread separation during running according to the resource occupation degree of the thread during running in the running process of the application in advance;
B. when the thread of the application needs to execute the running task, detecting whether the thread which needs to execute the running task at present is a resource-occupied thread which needs thread separation;
C. separating the thread which needs to execute the running task from the main process as an independent process for calling the APP to form a sub-process separated from the main process, wherein the sub-process is a resource-occupying process;
D. when the corresponding application is started, the main process and the sub-process corresponding to the application are controlled to be started in parallel, corresponding running tasks are executed, and when the application is not closed, the sub-process can be controlled to run independently in the background, so that silent upgrade service is realized.
2. The multiprocess interactive processing method according to claim 1, wherein said resource-occupying thread comprises a download thread.
3. The multiprocess interactive processing method according to claim 2, characterized in that it further comprises the steps of:
e1, when starting downloading, judging whether AIDL binding service is bound;
e2, when the AIDL binding service is bound, modifying the downloading state through the sub-process, starting the downloading thread through the sub-process, and entering the step E3;
e3, informing the main process of updating the downloading progress, and entering the step E4;
e4, when the download is completed, notifying the host process to execute the subsequent logic, and entering step E5;
e5, the main process removes AIDL binding service of the sub-process;
the AIDL is android interface definition language.
4. The multi-process interactive processing method according to claim 3, wherein the AIDL binding service is a process communication mechanism of android, and two processes need to be bound once every time they communicate.
5. A multiprocess interactive processing system, comprising:
the system comprises a presetting module, a thread separation module and a resource separation module, wherein the presetting module is used for presetting a resource occupying thread corresponding to an application as a thread needing thread separation during running according to the resource occupying degree during the running of the thread during the running of the application;
a detection module, configured to detect whether a thread currently requiring execution of a running task is a resource-occupied thread requiring thread separation when the thread of an application needs execution of the running task
The thread separation module is used for separating the thread which needs to execute the running task from the main process as an independent process for calling the APP application to form a sub-process separated from the main process, wherein the sub-process is a resource-occupying process;
and the multi-process control module is used for controlling the main process and the sub-process corresponding to the application to be started in parallel when the corresponding application is started, executing corresponding running tasks, and controlling the sub-process to independently run at the background when the application is not closed so as to realize silent upgrade service.
6. The multiprocessing interactive processing system according to claim 5, wherein the resource occupying thread comprises a download thread.
7. The multiprocess interactive processing system according to claim 6, characterized in that it further comprises the steps of:
the binding judging module is used for judging whether the AIDL binding service is bound when the downloading is started;
the sub-thread control module is used for modifying the downloading state through the sub-process and starting a downloading thread through the sub-process when the AIDL binding service is bound;
the notification module is used for notifying the main process of updating the downloading progress;
the download completion control module is used for informing the main process to execute subsequent logic when the download is completed;
the binding removing module is used for controlling the main process to remove AIDL binding service of the sub-process;
the AIDL is android interface definition language.
8. The multiprocess interactive processing system according to claim 7, wherein said AIDL binding service is a process communication mechanism of android, and two processes need to be bound once per communication.
CN201610816754.3A 2016-09-12 2016-09-12 Multi-process interactive processing method and system Active CN106445696B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610816754.3A CN106445696B (en) 2016-09-12 2016-09-12 Multi-process interactive processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610816754.3A CN106445696B (en) 2016-09-12 2016-09-12 Multi-process interactive processing method and system

Publications (2)

Publication Number Publication Date
CN106445696A CN106445696A (en) 2017-02-22
CN106445696B true CN106445696B (en) 2020-02-21

Family

ID=58169261

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610816754.3A Active CN106445696B (en) 2016-09-12 2016-09-12 Multi-process interactive processing method and system

Country Status (1)

Country Link
CN (1) CN106445696B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108984212B (en) * 2017-05-31 2021-06-25 腾讯科技(深圳)有限公司 Method for closing process and electronic equipment
CN107479954B (en) 2017-07-31 2019-10-29 Oppo广东移动通信有限公司 Process management method, device, storage medium and electronic equipment
CN109766131B (en) * 2017-11-06 2022-04-01 上海宝信软件股份有限公司 System and method for realizing intelligent automatic software upgrading based on multithreading technology
CN109408155B (en) * 2018-11-07 2021-11-02 北京奇艺世纪科技有限公司 Application starting method and device
CN110879726B (en) * 2019-10-24 2023-09-26 深圳数位大数据科技有限公司 Keep-alive method and keep-alive device for mobile terminal application program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104050036A (en) * 2014-05-29 2014-09-17 汉柏科技有限公司 Control system and method of multi-core processor network equipment
CN104734915A (en) * 2015-03-05 2015-06-24 重庆邮电大学 Composite multiprocess and multithread multi-network concurrence dynamic simulation method
CN105718307A (en) * 2014-12-01 2016-06-29 北京神州泰岳软件股份有限公司 Process management method and process management device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101702374B1 (en) * 2010-05-19 2017-02-06 삼성전자주식회사 Multi processor device and inter process communication method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104050036A (en) * 2014-05-29 2014-09-17 汉柏科技有限公司 Control system and method of multi-core processor network equipment
CN105718307A (en) * 2014-12-01 2016-06-29 北京神州泰岳软件股份有限公司 Process management method and process management device
CN104734915A (en) * 2015-03-05 2015-06-24 重庆邮电大学 Composite multiprocess and multithread multi-network concurrence dynamic simulation method

Also Published As

Publication number Publication date
CN106445696A (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN106445696B (en) Multi-process interactive processing method and system
CN107766101B (en) Method, device and equipment for processing App starting event
US9501319B2 (en) Method and apparatus for scheduling blocking tasks
US9424085B2 (en) Recognizing a process group that is related to an application
KR101702728B1 (en) Multi-environment operating system
US20110093691A1 (en) Multi-environment operating system
KR102076379B1 (en) Persistent and resilient worker processes
US20110093836A1 (en) Multi-environment operating system
CN109716735B (en) System and method for sharing application data between isolated applications executing on one or more application platforms
CN105653934B (en) Mobile terminal and application protection method thereof
CN109308241B (en) Method and device for monitoring starting process of application program, terminal equipment and storage medium
KR20120030563A (en) System and method for initiating a multi-environment operating system
CN106843937B (en) Method and device for notifying corresponding App to be called up
CN115242867A (en) Application data sharing and decision service platform
KR20100108578A (en) System resource influenced staged shutdown
CN112256421A (en) Communication processing method, communication processing device, storage medium and electronic equipment
WO2011011368A2 (en) Multi-environment operating system
US20220083416A1 (en) Multi-thread exit method and mobile terminal
CN112650541A (en) Application program starting acceleration method, system, equipment and storage medium
CN114816662A (en) Container arrangement method and system applied to Kubernetes
CN111563000B (en) File generation method, intelligent terminal and storage medium
US9396044B2 (en) Memory efficient thread-level speculation
CN108733401B (en) Method and device for realizing browser compatibility
CN113050962B (en) Mobile service upgrading method, device and terminal
US9032425B1 (en) System and method to boost application performance by using a proxy for executing synchronous application programming interface calls

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 518000 17th Floor, Block A, Financial Science and Technology Building, 11 Keyuan Road, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen KUSAI Communication Technology Co.,Ltd.

Address before: 518000 17th Floor, Block A, Financial Science and Technology Building, 11 Keyuan Road, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: SHENZHEN PRIZE INTELLIGENT TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 518000 901, building 1, jinlitong financial center building, No. 1100, Xingye Road, Haiwang community, Xin'an street, Bao'an District, Shenzhen, Guangdong Province

Patentee after: Kusai Communication Technology Co.,Ltd.

Address before: 518000 901, building 1, jinlitong financial center building, No. 1100, Xingye Road, Haiwang community, Xin'an street, Bao'an District, Shenzhen, Guangdong Province

Patentee before: Kusai Communication Technology Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP03 Change of name, title or address

Address after: 518000 901, building 1, jinlitong financial center building, No. 1100, Xingye Road, Haiwang community, Xin'an street, Bao'an District, Shenzhen, Guangdong Province

Patentee after: Kusai Communication Technology Co.,Ltd.

Address before: 518000 17th Floor, Block A, Financial Science and Technology Building, 11 Keyuan Road, Yuehai Street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: Shenzhen KUSAI Communication Technology Co.,Ltd.

CP03 Change of name, title or address