[go: up one dir, main page]

CN114064283A - A broadcast information processing method, device, chip and electronic device - Google Patents

A broadcast information processing method, device, chip and electronic device Download PDF

Info

Publication number
CN114064283A
CN114064283A CN202111394580.3A CN202111394580A CN114064283A CN 114064283 A CN114064283 A CN 114064283A CN 202111394580 A CN202111394580 A CN 202111394580A CN 114064283 A CN114064283 A CN 114064283A
Authority
CN
China
Prior art keywords
broadcast
broadcast information
needs
information
cached
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.)
Pending
Application number
CN202111394580.3A
Other languages
Chinese (zh)
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.)
Spreadtrum Communications Tianjin Co Ltd
Original Assignee
Spreadtrum Communications Tianjin 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 Spreadtrum Communications Tianjin Co Ltd filed Critical Spreadtrum Communications Tianjin Co Ltd
Priority to CN202111394580.3A priority Critical patent/CN114064283A/en
Publication of CN114064283A publication Critical patent/CN114064283A/en
Pending legal-status Critical Current

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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)

Abstract

本申请实施例提供一种广播信息处理方法、装置、电子设备、芯片以及存储介质。方法应用于电子设备,包括:获取需要缓存的第一广播信息;当所述第一广播信息对应的第一广播项为需要刷新缓存的广播项时,将已缓存的广播信息中的第二广播信息替换为所述第一广播信息,其中,所述第二广播信息对应的广播项为所述第一广播项。根据本申请实施例的方法流程,可以在不影响安卓应用的正常运行的基础上,降低积压的广播信息的数据量,避免积压的广播信息占用过量内存,避免加剧系统资源恶化。

Figure 202111394580

Embodiments of the present application provide a broadcast information processing method, apparatus, electronic device, chip, and storage medium. The method is applied to an electronic device, comprising: acquiring first broadcast information that needs to be cached; when the first broadcast item corresponding to the first broadcast information is a broadcast item that needs to be refreshed, storing the second broadcast information in the cached broadcast information The information is replaced with the first broadcast information, wherein the broadcast item corresponding to the second broadcast information is the first broadcast item. According to the method flow of the embodiment of the present application, the data volume of the backlogged broadcast information can be reduced without affecting the normal operation of the Android application, and the backlogged broadcast information can be prevented from occupying excessive memory, and the deterioration of system resources can be avoided.

Figure 202111394580

Description

Broadcast information processing method and device, chip and electronic equipment
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method, an apparatus, a chip, and an electronic device for processing broadcast information.
Background
The Android (Android) system is an embedded mobile device operating system. In the operation process of the Android system, the Android application, the Android system and other Android applications can receive and send broadcast messages mutually. For example, the Android system may send a broadcast when various system events occur (e.g., when the system boots up or the device starts charging). As another example, an application may send a custom broadcast to notify other applications of events that may be of interest to them (e.g., some new data has been downloaded). An application may register to receive a particular broadcast. After the broadcast is sent out, the Android system will automatically transmit the broadcast to the application that agrees to receive such broadcast.
Because the operating stability of the operating system directly affects the normal use of the device, in some application scenarios, the operation of the Android system is tested in order to ensure the operating stability of the Android system.
In the prior art application scenario, an operational stability testing scheme of the android system is an automated test, for example, a Monkey (Monkey) test, which is an automated testing tool for an application (app). Since Monkey means Monkey, in principle, the automation test of Monkey test randomly hits keys on software like Monkey, and the program on the device is tested by sending pseudo-random user event streams (such as key input, touch screen input, sliding Trackball, gesture input and other operations) to the system, so that the long-time stability of the program is detected, and the abnormality occurs in a long time.
In an automatic test, when the system load is large or the memory is low, the system processing speed is slowed, which easily causes a situation that the broadcast information generated by the Android system and the Android application cannot be processed in time (the generated broadcast information is not published in time), and causes a broadcast overstock phenomenon (the broadcast information is not published in time, and the broadcast information of the system to be published is continuously accumulated in a queue to be published). The broadcast backlog may cause an increase in memory usage, further aggravate system resource deterioration, and may cause problems such as device restart in severe cases.
Disclosure of Invention
Aiming at the problem of overstocked broadcast information in the android system automatic test process in the prior art, the application provides a broadcast information processing method, a device, a chip and electronic equipment, and the application also provides a computer readable storage medium.
The embodiment of the application adopts the following technical scheme:
in a first aspect, the present application provides a broadcast information processing method, which is applied to an electronic device, and includes:
acquiring first broadcast information needing to be cached;
when the first broadcast item corresponding to the first broadcast information is a broadcast item needing to be refreshed, replacing second broadcast information in the cached broadcast information with the first broadcast information, wherein the broadcast item corresponding to the second broadcast information is the first broadcast item.
In an implementation manner of the first aspect, the obtaining broadcast information that needs to be cached includes:
acquiring newly generated broadcast information;
confirming whether the newly generated broadcast information needs to be cached or not;
and when the newly generated broadcast information needs to be cached, taking the newly generated broadcast information as the first broadcast information.
In one implementation form of the first aspect, the method further comprises:
broadcasting the newly generated broadcast information when the newly generated broadcast information does not need to be cached.
In one implementation form of the first aspect, the method further comprises:
and when the first broadcast item corresponding to the first broadcast information is not the broadcast item needing to be cached, caching the first broadcast information.
In one implementation form of the first aspect, the method further comprises:
and when the cached broadcast information does not contain the broadcast information corresponding to the first broadcast item, caching the first broadcast information.
In an implementation manner of the first aspect, before the obtaining the first broadcast information that needs to be cached, the method further includes:
and confirming the broadcast item needing to be refreshed.
In an implementation manner of the first aspect, the confirming that the cached broadcast item needs to be refreshed includes:
and determining the broadcast items needing to be refreshed according to the current operating system and application of the electronic equipment.
In an implementation manner of the first aspect, the confirming that the cached broadcast item needs to be refreshed includes:
and receiving configuration information input from the outside, and determining the broadcast item needing to be cached in a refreshing mode according to the configuration information.
In an implementation manner of the first aspect, the configuration information includes a field name corresponding to the broadcast item to be cached, and a value of the field name, where the value of the field name includes a character string for identifying the broadcast item;
the receiving of externally input configuration information includes storing the field name and the value of the field name in a global database.
In an implementation manner of the first aspect, the confirming that the cached broadcast item needs to be refreshed includes:
monitoring the change of the broadcast items needing to be cached, and acquiring the latest broadcast items needing to be cached when the broadcast items needing to be cached are changed.
In a second aspect, the present application proposes a broadcast information processing apparatus, the apparatus comprising:
a broadcast information refresh module to:
acquiring first broadcast information needing to be cached;
when the first broadcast item corresponding to the first broadcast information is a broadcast item needing to be refreshed, replacing second broadcast information in the cached broadcast information with the first broadcast information, wherein the broadcast item corresponding to the second broadcast information is the first broadcast item.
In a third aspect, the present application further provides an electronic chip, including:
a processor for executing computer program instructions stored on the memory, wherein the computer program instructions, when executed by the processor, trigger the electronic chip to perform the method steps of the first aspect.
In a fourth aspect, the present application also provides an electronic device comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the electronic device to perform the method steps according to the first aspect.
In a fifth aspect, the present application further provides a computer-readable storage medium having stored thereon a computer program which, when run on a computer, causes the computer to perform the method according to the first aspect
According to the technical scheme provided by the embodiment of the application, at least the following technical effects can be realized:
according to the method and the process, the data volume of the backlogged broadcast information can be reduced on the basis of not influencing the normal operation of the android application, excessive memory occupation of the backlogged broadcast information is avoided, and system resource deterioration is avoided from being aggravated.
Drawings
FIG. 1 is a simplified diagram of an electronic device according to an embodiment of the present application;
fig. 2 is a flowchart illustrating a broadcast information processing method according to an embodiment of the present application;
fig. 3 is a block diagram illustrating a broadcast information processing structure according to an embodiment of the present application;
fig. 4 is a flowchart illustrating a broadcast information processing method according to an embodiment of the present application;
FIG. 5 is a schematic diagram of an application scenario according to an embodiment of the present application;
FIG. 6 is a schematic diagram illustrating an application scenario according to an embodiment of the present application;
FIG. 7 is a schematic diagram illustrating an application scenario according to an embodiment of the present application;
fig. 8 is a schematic diagram illustrating an application scenario execution flow according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terminology used in the description of the embodiments section of the present application is for the purpose of describing particular embodiments of the present application only and is not intended to be limiting of the present application.
Aiming at the problem of backlog of broadcast information in the android system automatic test process in the prior art, one feasible solution is to timely clear the backlog of broadcast information and control the backlog quantity of the broadcast information within a threshold value, so that excessive memory occupation by the backlog of broadcast information is avoided, and system resource deterioration is avoided from being aggravated. However, for some android applications, specific broadcast information directly affects the running state of the android application, and if the broadcast information is not published, the broadcast information is cleaned up, so that the normal running of the android application is easily affected.
In view of the foregoing problems, an embodiment of the present application provides a method for processing broadcast information. In general, in an actual application scenario, in an automated test process, a plurality of pieces of broadcast information may be update information (refresh data of parameter values of system parameters/application parameters) for the same broadcast item (broadcast for the same system parameters/application parameters) among the backlogged pieces of broadcast information. For example, for the broadcast item "camera state", the state of the camera includes two state parameters, "turned on" and "turned off", and when the camera state changes, the broadcast for the camera state needs to be performed. Then, after the camera is turned on and off for a plurality of times, if the broadcast information is backlogged, the backlogged broadcast information may include broadcast information of a plurality of "cameras are turned on" and a plurality of "cameras are turned off".
For the android application, generally, the android application only needs to confirm the current parameter values (latest parameter values) of some system parameters/application parameters to operate normally, and does not need to acquire the previous historical parameter values of the system parameters/application parameters. For example, for a "camera state", the android application generally only needs to confirm the current camera state, that is, only needs to know the specific content of the last broadcast information for the "camera state" (whether the "camera is turned on" or the "camera is turned off").
Therefore, in the broadcast information processing method according to the embodiment of the present application, historical broadcast information (historical parameter values of system parameters/application parameters) for the type of broadcast item in the backlogged broadcast information is removed, and only the latest broadcast information (latest parameter values of system parameters/application parameters) of the type of broadcast item is retained, so that on the basis of not affecting normal operation of the android application, the data volume of the backlogged broadcast information is reduced, excessive memory occupation by the backlogged broadcast information is avoided, and system resource deterioration is avoided from being aggravated.
For example, for the "camera state", only the last broadcast information for the "camera state" is retained among the backlogged broadcast information, and the previous broadcast information for the "camera state" is deleted.
FIG. 1 is a simplified block diagram of an electronic device according to an embodiment of the present application. As shown in fig. 1, an operating system 110 (e.g., an android system) and applications 121 and 122 … are installed in the electronic device 100, and the operating system 110 includes a broadcast module 111. The broadcast module 111 is used for distributing broadcast information. Moreover, when the broadcast module 111 cannot acquire enough processing resources to release the broadcast information, the broadcast module 111 caches the broadcast information to be released in the memory, and when the broadcast module 111 cannot acquire enough processing resources to release the broadcast information, the broadcast information is released according to the storage sequence of the broadcast information cached in the memory.
Fig. 2 is a flowchart illustrating a broadcast information processing method according to an embodiment of the present application. In order to reduce the data amount of the broadcast information backlogged by the broadcast module 111, the electronic device 100 executes the flow shown in fig. 2 during the process of buffering the broadcast information.
S201, acquiring first broadcast information needing to be cached;
s202, when the first broadcast item corresponding to the first broadcast information is a broadcast item needing to be cached, replacing second broadcast information in the cached broadcast information with the first broadcast information, wherein the broadcast item corresponding to the second broadcast information is the first broadcast item.
According to the method flow shown in fig. 2, the data volume of the backlogged broadcast information can be reduced on the basis of not affecting the normal operation of the android application, the backlogged broadcast information is prevented from occupying excessive memory, and the system resource deterioration is prevented from being aggravated.
Further, based on the broadcast information processing method of the embodiment of the present application, an embodiment of the present application also proposes a broadcast information processing apparatus, which is configured in the electronic device 100. Specifically, it may be constructed in the broadcasting module 111; alternatively, the broadcast module 111 may be configured in the operating system 110 independently; alternatively, the application may be installed in the electronic device 100 as a separate application module other than the operating system 110.
Fig. 3 is a block diagram illustrating a broadcast information processing structure according to an embodiment of the present application. As shown in fig. 3, the broadcast information processing apparatus 203 includes:
a broadcast information refresh module 204 to:
acquiring first broadcast information needing to be cached;
when the first broadcast item corresponding to the first broadcast information is a broadcast item needing to be refreshed, replacing second broadcast information in the cached broadcast information with the first broadcast information, wherein the broadcast item corresponding to the second broadcast information is the first broadcast item.
Further, based on the method of the embodiment shown in fig. 2, an embodiment of the present application further provides an electronic device (e.g., a mobile phone, a tablet computer, a notebook computer, an industrial control terminal, and other terminal devices), which includes a memory for storing computer program instructions and a processor for executing the program instructions, wherein when the computer program instructions are executed by the processor, the electronic device is triggered to execute S210 and S220.
Further, in a practical application scenario, the method flow of the embodiment shown in this specification may be implemented by an electronic chip installed on an electronic device. Therefore, based on the method of the embodiment shown in fig. 2, an embodiment of the present application further proposes an electronic chip, which is installed in an electronic device, and which includes a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein, when the computer program instructions are executed by the processor, the electronic chip is triggered to execute S210, S220.
Further, the embodiment of the present application does not limit a specific application scenario of the method flow shown in fig. 2, and a person skilled in the art may apply the method flow shown in fig. 2 to an application scenario with a backlog of broadcast information according to an actual requirement.
For example, in an application scenario, in an automated testing process of an android system, a large amount of broadcast information is generated due to an automated testing process, and the broadcast information cannot be released in time due to occupation of processing resources by the automated testing process, thereby resulting in overstock of the broadcast information. According to the method flow shown in fig. 2, the data size of the backlogged broadcast information can be reduced, the backlogged broadcast information is prevented from occupying excessive memory, and the system resource deterioration is prevented from being aggravated.
For example, in an application scenario, when the electronic device performs a data processing operation with a higher priority, the data processing operation has a higher priority than the broadcast information distribution, and the data processing operation cannot be interrupted in the middle. Therefore, if the processing resources that are idle while performing the data processing operation are not enough to issue the broadcast information, the broadcast information generated during the data processing operation can only be issued after the data processing operation is completed, which may lead to backlog of broadcast information. According to the method flow shown in fig. 2, the data size of the backlogged broadcast information can be reduced, the backlogged broadcast information is prevented from occupying excessive memory, and the system resource deterioration is prevented from being aggravated.
Further, the embodiment of each step shown in fig. 2 is not specifically limited in this application, and those skilled in the art may implement each step shown in fig. 2 in many different ways.
Specifically, fig. 4 is a flowchart illustrating a broadcast information processing method according to an embodiment of the present application. The electronic device 100 executes the flow shown in fig. 4 to cache the broadcast information when sufficient processing resources cannot be acquired.
S210, the newly generated broadcast information to be distributed (first broadcast information) is acquired, for example, the broadcast information "camera is turned off" for the broadcast item "camera status".
S220, determining whether the broadcast information (first broadcast information) to be published needs to be cached.
S221, when the broadcast information (first broadcast information) to be published does not need to be cached (e.g., the current processing resources are sufficient, the broadcast information can be published), the broadcast information to be published is published.
S230, when the broadcast information (first broadcast information) to be published needs to be cached (for example, the current processing resource is insufficient, the broadcast information cannot be published, and the broadcast information needs to be cached and then published when the resource to be processed is sufficient), identifying whether the broadcast item corresponding to the broadcast information (first broadcast information) that needs to be cached is a broadcast item that needs to be cached.
Specifically, the broadcast item that needs to be refreshed is to ensure that the application related to the broadcast item runs smoothly by only issuing the latest broadcast information for the broadcast item when there are a plurality of pieces of unpublished broadcast information for the broadcast item. That is, when there is a backlog of broadcast information, only the latest broadcast information needs to be cached for the broadcast item, and all unpublished broadcast information for the broadcast item does not need to be cached.
S231, when the broadcast item corresponding to the broadcast information (first broadcast information) that needs to be cached is not a broadcast item that needs to be cached, storing the broadcast information (first broadcast information) that needs to be cached in a memory.
S240, when the broadcast item corresponding to the broadcast information (first broadcast information) that needs to be cached is a broadcast item (e.g., a first broadcast item) that needs to be refreshed, determining whether the cached broadcast information includes broadcast information (e.g., second broadcast information) that is subordinate to the same broadcast item (e.g., the first broadcast item) as the broadcast information (first broadcast information) that needs to be cached.
S241, when the cached broadcast information does not include broadcast information of the same broadcast item (for example, the first broadcast item) as the broadcast information (the first broadcast information) to be cached, storing the broadcast information (the first broadcast information) to be cached in a memory.
S250, when the cached broadcast information includes broadcast information (e.g., second broadcast information) that is subordinate to the same broadcast item (e.g., first broadcast item) as the broadcast information (first broadcast information) that needs to be cached, replacing the cached broadcast information with the broadcast information (first broadcast information) that is subordinate to the same broadcast item (e.g., first broadcast item) as the broadcast information (first broadcast information) that needs to be cached (e.g., replacing the second broadcast information with the first broadcast information).
For example, in an application scenario, the electronic device 100 is configured with a camera, and when the status of the camera changes, the operating system 110 generates broadcast information of the status of the camera (the camera is turned on or the camera is turned off). Suppose that, on the electronic device 100, an android application that has a demand for broadcast information of a camera state needs to confirm a current camera state during running, and does not need to confirm a history change of the camera state, and a broadcast item "camera state" is a broadcast item that needs to refresh a cache.
Then, after the electronic device 100 is started, the operating system 110 generates broadcast information "camera is turned on" for the broadcast item "camera status" when the camera is turned on for the first time. If the electronic device 100 is busy with other processing operations and the processing resources are not enough to issue the broadcast information, the "camera is turned on" for caching the broadcast information. Further, the broadcast item "camera status" is a broadcast item that needs to be cached, but since the cached broadcast information does not include the broadcast information for the broadcast item "camera status", the broadcast information "camera turned on" is directly cached.
Further, the electronic device 100 continues to be busy with other processing operations, the processing resources are not always sufficient to issue the broadcast information, and the cached broadcast information is not issued all the time. At this time, the camera is turned off by on, and the operating system 110 generates broadcast information "camera is turned off" for the broadcast item "camera status". At this time, the broadcast information "camera turned off" needs to be cached. Since the broadcast information "camera is turned on" for the broadcast item "camera state" is already contained in the cached broadcast information, the broadcast information "camera is turned on" in the cached broadcast information is replaced by the broadcast information "camera is turned off".
Taking a specific application scenario as an example, as shown in table 1:
Figure BDA0003369878690000061
Figure BDA0003369878690000071
TABLE 1
According to the method flow shown in fig. 4, the data volume of the backlogged broadcast information can be reduced on the basis of not affecting the normal operation of the android application, the backlogged broadcast information is prevented from occupying excessive memory, and the system resource deterioration is prevented from being aggravated.
Further, in order to implement the execution of S230, in an embodiment of the present application, S200 needs to be executed to determine the broadcast item that needs to be cached (for example, the broadcast item that needs to be cached includes the first broadcast item).
In an implementation manner of S200, the electronic device 100 determines, according to an operation requirement of an android application installed in the electronic device, a broadcast item that needs to be cached in a refresh manner; and/or the electronic device 100 determines that the cached broadcast item does not need to be refreshed according to the running requirement of the android application installed by the electronic device 100.
For example, in an application scenario, the electronic device 100 is configured with a camera, and when the status of the camera changes, the operating system 110 generates broadcast information of the status of the camera (the camera is turned on or the camera is turned off). On the electronic device 100, the android application that has a demand for the broadcast information of the camera state is only the application 121, and the application 121 needs to confirm the current camera state when running, but does not need to confirm the historical change of the camera state. The electronic device 100 can confirm that the camera state is a broadcast item that needs to be cached according to the android application 121 installed by the electronic device.
For another example, in the electronic device 100, android applications that require broadcast information of a camera state are the application 121 and the application 122. The application 121 needs to confirm the current camera state during running, but does not need to confirm the historical change of the camera state; while the application 122 needs to confirm historical changes in camera state at runtime. Therefore, the electronic device 100 can confirm that the camera status is a broadcast item that does not need to be cached for refreshing according to the android application 121 and the application 122 installed by the electronic device.
Further, in an actual application scenario, not all broadcast information generated during the operation of the electronic device 100 is broadcast information required when an application installed on the electronic device 100 operates. For example, in an application scenario, the electronic device 100 is configured with a camera, and when the status of the camera changes, the operating system 110 generates broadcast information of the status of the camera (the camera is turned on or the camera is turned off). However, an application that needs to confirm the camera status at runtime is not installed on the electronic apparatus 100, that is, the application on the electronic apparatus 100 does not need to acquire broadcast information of the camera status at runtime.
For the above situation, in an implementation manner of S200, the electronic device 100 determines, according to an operation requirement of an android application installed in the electronic device, a broadcast item that needs to be cached in a refresh mode; and/or the electronic device 100 determines that the cached broadcast item does not need to be refreshed according to the running requirement of the android application installed by the electronic device 100. And the method can not determine whether the cached broadcast item needs to be refreshed according to the running requirement of the android application installed by the user, and determines the broadcast item needs to be refreshed, so that the data volume of the backlogged broadcast information is reduced.
Further, in order to reduce the data amount of the backlog broadcast information as much as possible, the electronic device 100 determines, according to the operation requirement of the android application installed in the electronic device, that the cached broadcast item does not need to be refreshed. And, the other broadcast items except the broadcast item which does not need to be refreshed are confirmed as the broadcast items which need to be refreshed.
Further, in another implementation manner of S200, the electronic device 100 determines, according to configuration information input from the outside, that a cached broadcast item needs to be refreshed; and/or, the electronic device 100 determines that the cached broadcast item does not need to be refreshed according to externally input configuration information.
For example, a first database is created, where the first database includes description information of all broadcast items that need to be refreshed and cached on the electronic device 100 (e.g., broadcast characters corresponding to each broadcast item that needs to be refreshed and cached). By inputting the first database into the electronic device 100, the electronic device 100 may determine that the cached broadcast items need to be refreshed according to the first database.
Taking a specific application scenario as an example, fig. 5 is a schematic view of an application scenario according to an embodiment of the present application. As shown in fig. 5, an operating system 311 (e.g., an android system) and applications 321 and 322 … are installed in the electronic device 310, and the operating system 311 includes a broadcast module 312. The broadcast module 312 is used for distributing broadcast information. Moreover, when the broadcast module 312 cannot acquire enough processing resources to release the broadcast information, the broadcast module 312 caches the broadcast information to be released in the memory, and when the broadcast module 312 cannot acquire enough processing resources to release the broadcast information, the broadcast information is released according to the storage sequence of the broadcast information cached in the memory.
The electronic device 300 has a configuration tool 301 mounted thereon. The user configures a first database (containing broadcast characters corresponding to each broadcast item that needs to be cached in the electronic device 300) and sends the first database to the configuration tool 301. For example, the first database contains field names and values as shown in Table 2.
Figure BDA0003369878690000081
TABLE 2
Table 2 shows that the broadcast item (replace _ pending broadcast template) that needs to be cached is a broadcast item containing a character string of google or DROPBOX _ ENTRY or mail.
The electronic device 300 is connected to the electronic device 310, the configuration tool 301 sends the configured first database to the electronic device 310, and the electronic device 310 determines that the cached broadcast item needs to be refreshed by reading the first database.
For example, the configuration tool 301 sets the table 2 contents into the global database of the electronic device 310 by issuing set (settings) commands to the electronic device 310 (e.g., android handset).
When the broadcast module 312 of the electronic device 310 performs broadcast transmission, if broadcast information needs to be cached, it is identified whether the broadcast information to be cached includes a broadcast character string corresponding to a REPLACE _ PENDING _ broadcasts _ pattern field by using a value of a REPLACE _ PENDING _ broadcasts _ pattern field in the global database, and if the broadcast information to be cached includes a character string corresponding to a REPLACE _ PENDING _ broadcasts _ pattern field, a replacement identifier (for example, FLAG _ RECEIVER _ REPLACE _ PENDING FLAG) is added to the broadcast information to be cached, the broadcast information to be currently cached in the memory is replaced by the broadcast information to be cached, so that the broadcast information of the current broadcast item is guaranteed to be the broadcast information requested most recently.
For example, when the broadcast module 312 is sending a broadcast, if the broadcast information needs to be cached, and the broadcast information to be cached matches google or DROPBOX _ ENTRY or mail, the broadcast module 312 adds a FLAG of FLAG _ RECEIVER _ broadcast _ PENDING to the broadcast information to be cached, and REPLACEs the broadcast information to be published of the corresponding google or DROPBOX _ ENTRY or mail currently cached in the memory with the broadcast information to be cached.
For another example, a second database is created, where the second database contains description information of all broadcast items that do not need to be refreshed on the electronic device 100 (e.g., broadcast characters corresponding to each broadcast item that does not need to be refreshed). By inputting the second database into the electronic device 100, the electronic device 100 may determine from the second database that the cached broadcast items do not need to be refreshed.
Further, according to the change of the operating state of the operating system, or the change of the application installation condition, etc., the broadcast item that needs to be cached in the electronic device is also changed.
For example, in an application scenario, the electronic device 100 is configured with a camera, and when the status of the camera changes, the operating system 110 generates broadcast information of the status of the camera (the camera is turned on or the camera is turned off). On the electronic device 100, the android application that has a demand for the broadcast information of the camera state is only the application 121, and the application 121 needs to confirm the current camera state when running, but does not need to confirm the historical change of the camera state. The electronic device 100 can confirm that the camera state is a broadcast item that needs to be cached according to the android application 121 installed by the electronic device. At this time, if the backlog of broadcast information occurs, only the latest broadcast information needs to be cached for the camera state.
Further, the electronic device 100 newly installs the application 130, and the application 130 needs to confirm the history change of the camera state when running. At this time, the broadcast item that needs to be cached in the electronic device 100 changes, and the camera status is no longer the broadcast item that needs to be cached in the refresh.
Further, the electronic device 100 unloads the application 130, at this time, the broadcast item that needs to be cached in the electronic device 100 changes again, and the camera status changes again to the broadcast item that needs to be cached in the electronic device.
In view of the above situation, in an implementation manner of S200, a monitoring module is created in the electronic device 100, and the monitoring module is configured to monitor a broadcast item that needs to be cached for refreshing currently, and when the broadcast item that needs to be cached for refreshing changes, the monitoring module notifies the electronic device 100 to confirm a latest broadcast item that needs to be cached for refreshing.
Fig. 6 is a schematic diagram illustrating an application scenario according to an embodiment of the present application. As shown in fig. 6, an operating system 411 (e.g., an android system) and applications 421 and 422 … are installed in the electronic device 410, and the operating system 411 includes a broadcast module 412. The broadcast module 412 is used to distribute broadcast information. Moreover, when the broadcast module 412 cannot acquire enough processing resources to release the broadcast information, the broadcast module 412 caches the broadcast information to be released in the memory, and when the broadcast module 412 cannot acquire enough processing resources to release the broadcast information, the broadcast information is released according to the storage sequence of the broadcast information cached in the memory.
The electronic device 410 is further installed with a monitoring module 430, the monitoring module 430 is configured to monitor a state change of an operating system/application on the electronic device 410, and when the state of the operating system/application on the electronic device 410 changes, the monitoring module 430 notifies the electronic device 410 to determine a latest broadcast item that needs to be refreshed for a latest operating system/application state.
Fig. 7 is a schematic diagram illustrating an application scenario according to an embodiment of the application. As shown in fig. 7, an operating system 511 (e.g., an android system) and applications 521 and 522 … are installed in the electronic device 510, and the operating system 511 includes a broadcast module 512. The broadcast module 512 is used for distributing broadcast information. Moreover, when the broadcast module 512 cannot acquire enough processing resources to release the broadcast information, the broadcast module 512 caches the broadcast information to be released in the memory, and when the broadcast module 512 cannot acquire enough processing resources to release the broadcast information, the broadcast information is released according to the storage sequence of the broadcast information cached in the memory.
The electronic device 500 has a configuration tool 501 mounted thereon. The user configures a first database (containing broadcast characters corresponding to each broadcast item that needs to be cached in the electronic device 500) and sends the first database to the configuration tool 401. For example, the first database contains field names and values as shown in Table 2.
Also mounted on the electronic device 510 is a listening module 530, and the electronic device 500 is connected to the electronic device 510.
Fig. 8 is a schematic diagram illustrating an application scenario execution flow according to an embodiment of the present application. The electronic device 510 and the electronic device 500 perform the steps of the flow shown in fig. 8.
S600, the configuration tool 501 sends the configured first database to the electronic device 310.
For example, the configuration tool 501 dynamically sets the contents of Table 2 into the global database of the electronic device 310 by issuing settings commands to the electronic device 310.
S610, the monitoring module 530 monitors the content change of the first database to obtain the latest broadcast item that needs to be cached.
For example, the monitoring module 530 monitors a change of a value of a replace _ pending _ broadcasts _ pattern field in the global database, and acquires a latest value when it is detected that the replace _ pending _ broadcasts _ pattern field is updated.
S620, the snooping module 530 sends the latest broadcast item that needs to be cached to the broadcasting module 512.
For example, the listening module 530 transmits the latest value google | DROPBOX _ ENTRY | mail | of the replace _ pending _ broadcasts _ pattern field to the broadcasting module 512.
S630, when the broadcast information needs to be cached, the broadcast module 512 caches the broadcast information according to the newly obtained broadcast item that needs to be cached.
For example, when the broadcast module 512 sends a broadcast, if the broadcast information needs to be cached, the broadcast module 512 identifies whether the broadcast information to be cached includes a broadcast character string corresponding to a replay _ broadcasts _ pattern field through a value of the replay _ broadcasts _ pattern field sent by the monitoring module 530, and if the broadcast information to be cached includes the character string corresponding to the replay _ broadcasts _ pattern field, adds a replacement identifier (for example, FLAG _ RECEIVER _ REPLACE _ PENDING FLAG) to the broadcast information to be cached, REPLACEs the broadcast information to be published currently cached in the memory with the broadcast information to be cached, and ensures that the broadcast information of the current broadcast item is the broadcast information that is requested most recently.
For example, when the broadcast module 312 is sending a broadcast, if the broadcast information needs to be cached, and the broadcast information to be cached matches google or DROPBOX _ ENTRY or mail, the broadcast module 312 adds a FLAG of FLAG _ RECEIVER _ broadcast _ PENDING to the broadcast information to be cached, and REPLACEs the broadcast information to be published of the corresponding google or DROPBOX _ ENTRY or mail currently cached in the memory with the broadcast information to be cached.
In the description of the embodiments of the present application, for convenience of description, the device is described as being divided into various modules by functions, the division of each module is only a division of logic functions, and the functions of each module may be implemented in one or more pieces of software and/or hardware when the embodiments of the present application are implemented.
Specifically, the apparatuses proposed in the embodiments of the present application may be wholly or partially integrated into one physical entity or may be physically separated when actually implemented. And these modules can be realized in the form of software called by processing element; or may be implemented entirely in hardware; and part of the modules can be realized in the form of calling by the processing element in software, and part of the modules can be realized in the form of hardware. For example, the detection module may be a separate processing element, or may be integrated into a chip of the electronic device. Other modules are implemented similarly. In addition, all or part of the modules can be integrated together or can be independently realized. In implementation, each step of the above method or each module above may be implemented by an integrated logic circuit of hardware in a processor element or an instruction in the form of software.
For example, the above modules may be one or more integrated circuits configured to implement the above methods, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more Digital Signal Processors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), etc. For another example, these modules may be integrated together and implemented in the form of a System-On-a-Chip (SOC).
In a practical application scenario, the method flow of the embodiment shown in this specification may be implemented by an electronic chip installed on an electronic device. Therefore, an embodiment of the present application provides an electronic chip. For example, an electronic chip is mounted on an electronic device, the electronic chip including:
a processor for executing computer program instructions stored on the memory, wherein the computer program instructions, when executed by the processor, trigger the electronic chip to perform the method steps of the embodiments of the present application.
An embodiment of the present application also proposes an electronic device (e.g. a smart watch) comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the electronic device to perform the method steps as described in the embodiments of the present application.
Specifically, in an embodiment of the present application, the one or more computer programs are stored in the memory, and the one or more computer programs include instructions that, when executed by the apparatus, cause the apparatus to perform the method steps described in the embodiment of the present application.
Specifically, in an embodiment of the present application, a processor of the electronic device may be an on-chip device SOC, and the processor may include a Central Processing Unit (CPU), and may further include other types of processors. Specifically, in an embodiment of the present application, the processor of the electronic device may be a PWM control chip.
Specifically, in an embodiment of the present application, the processors may include, for example, a CPU, a DSP, a microcontroller, or a digital Signal processor, and may further include a GPU, an embedded Neural-Network Processor (NPU), and an Image Signal Processing (ISP), and the processors may further include necessary hardware accelerators or logic Processing hardware circuits, such as an ASIC, or one or more integrated circuits for controlling the execution of the program according to the present application. Further, the processor may have the functionality to operate one or more software programs, which may be stored in the storage medium.
Specifically, in an embodiment of the present application, the memory of the electronic device may be a read-only memory (ROM), another type of static storage device capable of storing static information and instructions, a Random Access Memory (RAM), or another type of dynamic storage device capable of storing information and instructions, an electrically erasable programmable read-only memory (EEPROM), a compact disc read-only memory (CD-ROM), or another optical disc storage, an optical disc storage (including a compact disc, a laser disc, an optical disc, a digital versatile disc, a blu-ray disc, etc.), a magnetic disc storage medium, or another magnetic storage device, or any computer readable medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
In particular, in an embodiment of the present application, the processor and the memory may be combined into a processing device, and more generally, independent components, and the processor is configured to execute the program code stored in the memory to implement the method described in the embodiment of the present application. In particular implementations, the memory may be integrated within the processor or may be separate from the processor.
Further, the apparatuses, devices, and modules described in the embodiments of the present application may be implemented by a computer chip or an entity, or by a product with certain functions.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media having computer-usable program code embodied in the medium.
In the several embodiments provided in the present application, any function, if implemented in the form of a software functional unit and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application.
Specifically, an embodiment of the present application further provides a computer-readable storage medium, in which a computer program is stored, and when the computer program runs on a computer, the computer is caused to execute the method provided by the embodiment of the present application.
An embodiment of the present application further provides a computer program product, which includes a computer program, when it runs on a computer, causes the computer to execute the method provided by the embodiment of the present application.
The embodiments herein are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices), and computer program products according to embodiments herein. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In the embodiments of the present application, "at least one" means one or more, "and" a plurality "means two or more. "and/or" describes the association relationship of the associated objects, and means that there may be three relationships, for example, a and/or B, and may mean that a exists alone, a and B exist simultaneously, and B exists alone. Wherein A and B can be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" and similar expressions refer to any combination of these items, including any combination of singular or plural items. For example, at least one of a, b, and c may represent: a, b, c, a and b, a and c, b and c or a and b and c, wherein a, b and c can be single or multiple.
In the embodiments of the present application, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
Those of ordinary skill in the art will appreciate that the various elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of electronic hardware and computer software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The above description is only for the specific embodiments of the present application, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope disclosed in the present application, and all the changes or substitutions should be covered within the protective scope of the present application. The protection scope of the present application shall be subject to the protection scope of the claims.

Claims (14)

1.一种广播信息处理方法,其特征在于,所述方法应用于电子设备,所述方法包括:1. A method for processing broadcast information, wherein the method is applied to an electronic device, and the method comprises: 获取需要缓存的第一广播信息;Obtain the first broadcast information that needs to be cached; 当所述第一广播信息对应的第一广播项为需要刷新缓存的广播项时,将已缓存的广播信息中的第二广播信息替换为所述第一广播信息,其中,所述第二广播信息对应的广播项为所述第一广播项。When the first broadcast item corresponding to the first broadcast information is a broadcast item whose cache needs to be refreshed, the second broadcast information in the buffered broadcast information is replaced with the first broadcast information, wherein the second broadcast information The broadcast item corresponding to the information is the first broadcast item. 2.根据权利要求1所述的方法,其特征在于,所述获取需要缓存的广播信息,包括:2. The method according to claim 1, wherein the acquiring the broadcast information that needs to be cached comprises: 获取最新生成的广播信息;Get the latest generated broadcast information; 确认是否需要缓存所述最新生成的广播信息;Confirm whether the newly generated broadcast information needs to be cached; 当需要缓存所述最新生成的广播信息时,以所述最新生成的广播信息为所述第一广播信息。When the newly generated broadcast information needs to be cached, the newly generated broadcast information is used as the first broadcast information. 3.根据权利要求2所述的方法,其特征在于,所述方法还包括:3. The method according to claim 2, wherein the method further comprises: 当不需要缓存所述最新生成的广播信息时,广播所述最新生成的广播信息。When the newly generated broadcast information does not need to be cached, the newly generated broadcast information is broadcast. 4.根据权利要求1所述的方法,其特征在于,所述方法还包括:4. The method according to claim 1, wherein the method further comprises: 当所述第一广播信息对应的第一广播项不为所述需要刷新缓存的广播项时,缓存所述第一广播信息。When the first broadcast item corresponding to the first broadcast information is not the broadcast item that needs to be refreshed, the first broadcast information is cached. 5.根据权利要求1所述的方法,其特征在于,所述方法还包括:5. The method according to claim 1, wherein the method further comprises: 当已缓存的广播信息中不包含对应所述第一广播项的广播信息时,缓存所述第一广播信息。When the buffered broadcast information does not include broadcast information corresponding to the first broadcast item, the first broadcast information is buffered. 6.根据权利要求1所述的方法,其特征在于,所述获取需要缓存的第一广播信息之前,所述方法还包括:6. The method according to claim 1, wherein before acquiring the first broadcast information that needs to be cached, the method further comprises: 确认所述需要刷新缓存的广播项。Confirm the broadcast item that needs to refresh the cache. 7.根据权利要求6所述的方法,其特征在于,所述确认所述需要刷新缓存的广播项,包括:7. The method according to claim 6, wherein the confirming the broadcast item that needs to refresh the cache comprises: 根据电子设备当前的操作系统以及应用确定所述需要刷新缓存的广播项。The broadcast item that needs to refresh the cache is determined according to the current operating system and the application of the electronic device. 8.根据权利要求6所述的方法,其特征在于,所述确认所述需要刷新缓存的广播项,包括:8. The method according to claim 6, wherein the confirming the broadcast item that needs to refresh the cache comprises: 接收外部输入的配置信息,根据所述配置信息确定需所述要进行刷新缓存的广播项。Receive externally input configuration information, and determine the broadcast item that needs to be refreshed and cached according to the configuration information. 9.根据权利要求8所述的方法,其特征在于,所述配置信息包括对应所述要进行刷新缓存的广播项的字段名称以及所述字段名称的值,所述字段名称的值包括用于识别广播项的字符串;9 . The method according to claim 8 , wherein the configuration information comprises a field name corresponding to the broadcast item whose cache is to be refreshed and a value of the field name, wherein the value of the field name includes a value for A string identifying the broadcast item; 所述接收外部输入的配置信息,包括,将所述字段名称以及所述字段名称的值保存到全局数据库。The receiving externally input configuration information includes saving the field name and the value of the field name to a global database. 10.根据权利要求6-9中任一项所述的方法,其特征在于,所述确认所述需要刷新缓存的广播项,包括:10. The method according to any one of claims 6-9, wherein the confirming the broadcast item that needs to refresh the cache comprises: 监听所述需要刷新缓存的广播项的变化,当所述需要刷新缓存的广播项变更时,获取最新的所述需要刷新缓存的广播项。Monitor the change of the broadcast item that needs to be refreshed, and acquire the latest broadcast item that needs to be refreshed when the broadcast item that needs to be refreshed is changed. 11.一种广播信息处理装置,其特征在于,所述装置包括:11. An apparatus for processing broadcast information, wherein the apparatus comprises: 广播信息刷新模块,其用于:Broadcast information refresh module, which is used for: 获取需要缓存的第一广播信息;Obtain the first broadcast information that needs to be cached; 当所述第一广播信息对应的第一广播项为需要刷新缓存的广播项时,将已缓存的广播信息中的第二广播信息替换为所述第一广播信息,其中,所述第二广播信息对应的广播项为所述第一广播项。When the first broadcast item corresponding to the first broadcast information is a broadcast item whose cache needs to be refreshed, the second broadcast information in the buffered broadcast information is replaced with the first broadcast information, wherein the second broadcast information The broadcast item corresponding to the information is the first broadcast item. 12.一种电子芯片,其特征在于,包括:12. An electronic chip, characterized in that, comprising: 处理器,其用于执行存储在存储器上的计算机程序指令,其中,当所述计算机程序指令被所述处理器执行时,触发所述电子芯片执行权利要求1-10中任一项所述的方法步骤。A processor for executing computer program instructions stored on a memory, wherein, when the computer program instructions are executed by the processor, the electronic chip is triggered to perform the execution of any one of claims 1-10 method steps. 13.一种电子设备,其特征在于,所述电子设备包括用于存储计算机程序指令的存储器和用于执行程序指令的处理器,其中,当所述计算机程序指令被该处理器执行时,触发所述电子设备执行如权利要求1-10中任一项所述的方法步骤。13. An electronic device, characterized in that the electronic device comprises a memory for storing computer program instructions and a processor for executing the program instructions, wherein, when the computer program instructions are executed by the processor, triggering The electronic device performs the method steps of any of claims 1-10. 14.一种计算机可读存储介质,其特征在于,所述计算机可读存储介质中存储有计算机程序,当其在计算机上运行时,使得计算机执行如权利要求1-10中任一项所述的方法。14. A computer-readable storage medium, characterized in that, a computer program is stored in the computer-readable storage medium, and when it is run on a computer, the computer is made to execute any one of claims 1-10. Methods.
CN202111394580.3A 2021-11-23 2021-11-23 A broadcast information processing method, device, chip and electronic device Pending CN114064283A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111394580.3A CN114064283A (en) 2021-11-23 2021-11-23 A broadcast information processing method, device, chip and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111394580.3A CN114064283A (en) 2021-11-23 2021-11-23 A broadcast information processing method, device, chip and electronic device

Publications (1)

Publication Number Publication Date
CN114064283A true CN114064283A (en) 2022-02-18

Family

ID=80279467

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111394580.3A Pending CN114064283A (en) 2021-11-23 2021-11-23 A broadcast information processing method, device, chip and electronic device

Country Status (1)

Country Link
CN (1) CN114064283A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204949A (en) * 2015-08-27 2015-12-30 威盛电子股份有限公司 Method and device for actively triggering system broadcast
CN106851015A (en) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 Adjust method, device and the terminal of broadcast message queue
CN106844069A (en) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 Method, device and terminal for adjusting broadcast message queue
CN106921947A (en) * 2017-03-10 2017-07-04 广东欧珀移动通信有限公司 Adjust method, device and the terminal of broadcast message queue
WO2017166117A1 (en) * 2016-03-30 2017-10-05 华为技术有限公司 Method and device for managing and controlling broadcast, and terminal
CN107968881A (en) * 2017-11-22 2018-04-27 珠海市魅族科技有限公司 End-point device broadcast processing method and processing device, terminal device and storage medium
CN108011860A (en) * 2016-10-28 2018-05-08 华为技术有限公司 A kind of method and device for handling broadcast message
CN112131029A (en) * 2020-11-25 2020-12-25 腾讯科技(深圳)有限公司 Broadcast processing method, apparatus, computer device and storage medium
CN112559206A (en) * 2020-12-11 2021-03-26 努比亚技术有限公司 Broadcast optimization method and device, mobile terminal and storage medium
CN112616179A (en) * 2020-12-31 2021-04-06 努比亚技术有限公司 Broadcast interception method, terminal and computer readable storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204949A (en) * 2015-08-27 2015-12-30 威盛电子股份有限公司 Method and device for actively triggering system broadcast
WO2017166117A1 (en) * 2016-03-30 2017-10-05 华为技术有限公司 Method and device for managing and controlling broadcast, and terminal
CN107548489A (en) * 2016-03-30 2018-01-05 华为技术有限公司 Management-control method, device and the terminal of broadcast
CN108011860A (en) * 2016-10-28 2018-05-08 华为技术有限公司 A kind of method and device for handling broadcast message
CN106851015A (en) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 Adjust method, device and the terminal of broadcast message queue
CN106844069A (en) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 Method, device and terminal for adjusting broadcast message queue
CN106921947A (en) * 2017-03-10 2017-07-04 广东欧珀移动通信有限公司 Adjust method, device and the terminal of broadcast message queue
CN107968881A (en) * 2017-11-22 2018-04-27 珠海市魅族科技有限公司 End-point device broadcast processing method and processing device, terminal device and storage medium
CN112131029A (en) * 2020-11-25 2020-12-25 腾讯科技(深圳)有限公司 Broadcast processing method, apparatus, computer device and storage medium
CN112559206A (en) * 2020-12-11 2021-03-26 努比亚技术有限公司 Broadcast optimization method and device, mobile terminal and storage medium
CN112616179A (en) * 2020-12-31 2021-04-06 努比亚技术有限公司 Broadcast interception method, terminal and computer readable storage medium

Similar Documents

Publication Publication Date Title
US9182975B2 (en) Automatic application updates
US10977077B2 (en) Computing node job assignment for distribution of scheduling operations
CN113835865B (en) Task deployment method and device, electronic equipment and storage medium
CN113886069B (en) Resource allocation method, device, electronic device and storage medium
JP4060322B2 (en) Application management apparatus and storage medium storing software thereof
CN110753112A (en) Elastic scaling method and device for cloud service
JP2015534191A (en) Method for proactively restarting software and increasing mean time between failures in a multi-subsystem mobile communication device
CN112997152B (en) Application program priority adjustment method, device, storage medium and electronic device
JP2012079242A (en) Composite event distribution device, composite event distribution method and composite event distribution program
CN111221550B (en) Rule updating method and device for streaming computing and streaming computing system
CN110020912A (en) Page display method, device and equipment
KR20200125258A (en) Method for controlling application execution, electronic device and storage medium therefor
CN111007932A (en) Temperature control system, temperature control method based on temperature control system, and electronic equipment
CN110020383B (en) Page data request processing method and device
US20200257512A1 (en) Efficient scaling of a container-based application in a distributed computing system
CN113468442A (en) Resource bit flow distribution method, computing device and computer storage medium
CN111221651B (en) Load balancing configuration method, device, server and readable storage medium
CN113778511A (en) Resource allocation method, device, equipment and storage medium
CN114064283A (en) A broadcast information processing method, device, chip and electronic device
US9740587B2 (en) Distributing power usage data for low-level components of a computing device to subscribing programs
CN111625344B (en) Resource scheduling system, method and device in application system
CN114928676A (en) Calling method and device of privacy number and electronic equipment
CN111800487A (en) Data updating method, device, equipment and storage medium
CN111158725B (en) Program upgrading method, device, terminal and storage medium
CN113886040B (en) A task scheduling method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination