CN112783670A - Broadcast sending method, sending system and computer readable storage medium - Google Patents

Broadcast sending method, sending system and computer readable storage medium Download PDF

Info

Publication number
CN112783670A
CN112783670A CN202110047103.3A CN202110047103A CN112783670A CN 112783670 A CN112783670 A CN 112783670A CN 202110047103 A CN202110047103 A CN 202110047103A CN 112783670 A CN112783670 A CN 112783670A
Authority
CN
China
Prior art keywords
broadcast
broadcast information
application program
information
processed
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
CN202110047103.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.)
Nubia Technology Co Ltd
Original Assignee
Nubia 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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN202110047103.3A priority Critical patent/CN112783670A/en
Publication of CN112783670A publication Critical patent/CN112783670A/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/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The invention provides a broadcast sending method, a broadcast sending system and a computer readable storage medium, and belongs to the technical field of communication. The method of the embodiment of the application registers the registration information of the application program to a broadcast manager, adds the registration information to a maintenance list, and reports the registration information to a system and other application programs; the system specifies the broadcast types and processing priorities that the application can receive and process; the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system; therefore, the broadcast sending method can pertinently select the application program to send and process the broadcast information, has strong purpose, can greatly reduce unnecessary broadcast information sending and processing programs, and avoids the broadcast information from having redundancy in the process of wide targeted sending or receiving, thereby greatly improving the stability of system information transmission and effectively preventing the loss of system resources.

Description

Broadcast sending method, sending system and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a broadcast transmission method, a broadcast transmission system, and a computer-readable storage medium.
Background
Currently, in the Android technology, a broadcast mechanism is widely used. Android provides a complete set of APIs that allow applications to freely send and receive broadcasts. Each application may register for broadcasts of interest to it and then the application may receive broadcasts of interest to it, either from the system or from other applications.
Currently, there are two types of registration methods for broadcasting: dynamic registration and static registration.
The dynamically registered broadcast receiver has great advantages in flexibility by freely controlling registration and de-registration, but it has a disadvantage in that it must receive a broadcast after the start of a procedure. Sometimes, the broadcast already transmitted is missed and cannot be normally received.
The static registration starting can avoid the problems, but because the broadcast of the static registration exists in the system all the time, resources are wasted, and unnecessary power consumption is caused.
The current broadcast sending method is mainly that the self registers which broadcasts to monitor (dynamic registration is generally in the onCreate of the self, static registration is in the android manifest. xml), after a system or other programs send some broadcasts, the programs judge whether the self receives the broadcasts, and judge whether the self processes the broadcasts and how to process the broadcasts according to the received broadcast contents and types.
Referring to fig. 7, which is a flowchart of a conventional broadcast sending method, after an APP sends a broadcast, a broadcast manager distributes the broadcast to all APPs, each APP needs to determine whether the broadcast is normally received, and if the broadcast is processed by the APP, but an application program does not receive the broadcast, an exception may be caused; after correct reception, the APP judges the broadcast processing, if the broadcast processing is needed, the APP processes the broadcast processing, and if the broadcast processing is not needed, the APP is discarded; the whole process has more redundancy and a plurality of ineffective operations, which can cause the performance reduction of the system at that time and waste the system resources.
Disclosure of Invention
In view of the above, the present invention provides a broadcast transmitting method, a broadcast transmitting system and a computer readable storage medium, which are intended to solve the problems that the existing broadcast transmitting method is likely to cause the degradation of system performance and consume system resources.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a first aspect of the present invention provides a broadcast transmitting method, including the steps of:
when the application program is started or initialized, the application program is registered in a broadcast manager and simultaneously reports the system and other application programs;
the system adds the registration information to a maintenance list after receiving the registration information of the application program; presetting and defining the broadcast type and processing priority which can be received and processed by the application program;
and the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system.
In some embodiments, the receiving and processing of the broadcast information by the application program according to the broadcast type and/or broadcast processing priority preset in the maintenance list in the system specifically includes:
the broadcast manager inquires about broadcast information needing to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
discarding the application program which can not send the broadcast information but is not in the maintenance list, and not sending the broadcast to the application program;
when a plurality of application programs can receive or process the broadcast information to be processed, the system performs priority ranking on the similar application programs, and the application program with higher priority ranking preferentially receives or processes the broadcast information.
In some embodiments, when there are multiple applications that can receive or process the broadcast information to be processed, the system prioritizes the applications of the same type, and the application with the higher priority preferentially receives or processes the broadcast information further includes:
the system monitors and judges whether the application program with higher priority has successfully received or processed the broadcast information;
when the application program with higher priority has successfully received or processed the broadcast information, controlling the application program with the next priority not to receive and process the broadcast information;
when the application program with higher priority ranking does not successfully receive or process the broadcast information, controlling the application program with the next ranking priority to receive, process and send the broadcast information;
the broadcast information is sequentially and circularly judged, and when the broadcast information is successfully transmitted or processed, the next-level priority application program is controlled not to receive and process the transmitted broadcast information;
and when the broadcast information is not successfully transmitted or processed, controlling the next-level priority application program to receive and process the transmitted broadcast information.
In some embodiments, the receiving and processing of the broadcast information by the application program according to the broadcast type and/or broadcast processing priority preset in the maintenance list in the system further comprises:
the broadcast manager classifies the broadcast information to be processed according to broadcast types;
broadcast transmission and processing priorities are set according to the classified broadcast types.
In some embodiments, the classifying, by the broadcast manager, the to-be-processed broadcast information according to broadcast type includes:
and dividing the broadcast information into system broadcast and APP in-application broadcast.
In some embodiments, the setting of the broadcast transmission and processing priority according to the classified broadcast type includes:
the system broadcast priority is set higher than the in-APP broadcast.
The second aspect of the present invention further provides a broadcast sending system, which includes a registration reporting module, a list maintenance module, a level setting module, and a broadcast information sending module;
the registration reporting module is used for registering the application program to the broadcast manager when the application program is started or initialized and reporting the system and other application programs;
the list maintenance module is used for adding the registration information to a maintenance list after the system receives the registration information of the application program;
the level setting module is used for determining the broadcast types and processing priorities which can be received and processed by the application programs;
and the broadcast information sending module is used for controlling an application program to receive and process the broadcast information according to the preset receiving and processing broadcast type and/or processing priority in the maintenance list in the system.
In some embodiments, the broadcast information transmitting module includes a query application unit and a control transmitting unit;
the query application unit is used for controlling the broadcast manager to query the broadcast information needing to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
the control sending unit is used for controlling that the application program which is not in the maintenance list and cannot send the broadcast information is discarded and the broadcast is not sent to the application program; and controlling the priority sequencing of the similar application programs, wherein the application program with higher priority sequencing preferentially receives or processes the broadcast information.
In some embodiments, the broadcast information sending module further includes a loop judging unit, which is configured to judge whether the broadcast information is successfully sent or processed, and if the broadcast information is successfully sent or processed, control the next-level priority application not to receive and not to process the sent broadcast information; and if the broadcast information is not successfully transmitted or processed, controlling a next-level priority application to receive and process the transmitted broadcast information.
The present application also provides a computer-readable storage medium comprising a processor, a computer-readable storage medium and a computer program stored on the computer-readable storage medium, which computer program, when executed by the processor, performs the steps of the method as described above.
The broadcast sending method, the broadcast sending system and the computer storage medium provided by the embodiment of the invention register the registration information of the application program to the broadcast manager, add the registration information to the maintenance list, and report the system and other application programs; the system specifies the broadcast types and processing priorities that the application can receive and process; the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system; therefore, the broadcast sending method can pertinently select the application program to send and process the broadcast information, has strong purpose, can greatly reduce unnecessary broadcast information sending and processing programs, and avoids the broadcast information from having redundancy in the process of wide targeted sending or receiving, thereby greatly improving the stability of system information transmission and effectively preventing the loss of system resources.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal according to the present invention;
fig. 2 is a diagram of a communication network system architecture according to an embodiment of the present invention;
fig. 3 is a flowchart of a method according to an embodiment of a broadcast transmitting method of the present invention;
fig. 4 is a flowchart of a method of another embodiment of a broadcast transmitting method according to the present invention;
fig. 5 is a block diagram of a broadcast transmission system according to an embodiment of the present invention;
fig. 6 is a block diagram of another embodiment of a broadcast transmission system according to an embodiment of the present invention;
fig. 7 is a flowchart illustrating a method of a conventional broadcast transmission method according to the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects to be solved by the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex Long Term Evolution), and TDD-LTE (Time Division duplex Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
The first embodiment is as follows:
referring to fig. 3 and 4, the broadcast sending method specifically includes the following steps:
s302, when the application program is started or initialized, the application program is registered in the broadcast manager, and simultaneously the system and other application programs are reported.
Specifically, when the application program is started up or initialized, the application program registers the related information in the broadcast manager, and reports the system and other application programs installed on the system.
S304, after receiving the registration information of the application program, the system adds the registration information to a maintenance list; and presets the broadcast type and processing priority that the application can receive and process.
S306, the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system.
In one embodiment, the system adds registration information of an application to a maintenance list after receiving the registration information; meanwhile, according to the related information of the application program, the broadcast type and the processing priority which can be received and processed by the application program are determined, and the method specifically comprises the following steps:
s3041, the broadcast manager inquires about broadcast information needing to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
s3042, discarding the application program that cannot send the broadcast information but is not in the maintenance list, and not sending the broadcast to the application program;
s3043, when multiple applications can receive or process the broadcast information to be processed, the system prioritizes the similar applications, and the application with the higher priority preferentially receives or processes the broadcast information;
the step S3043 specifically includes:
s30431, the system monitors and judges whether the application with higher priority has successfully received or processed the broadcast information;
s30432, when the application with higher priority has successfully received or processed the broadcast information, controlling the application with the next priority not to receive or process the broadcast information;
s30433, when the application with higher priority fails to receive or process the broadcast information, controlling the application with the next priority to receive, process and send the broadcast information;
the broadcast information is sequentially and circularly judged, and when the broadcast information is successfully transmitted or processed, the next-level priority application program is controlled not to receive and process the transmitted broadcast information;
and when the broadcast information is not successfully transmitted or processed, controlling the next-level priority application program to receive and process the transmitted broadcast information.
In an embodiment, the application program receives and processes the broadcast information according to a broadcast type and/or a broadcast processing priority preset in the maintenance list in the system, and further includes:
the broadcast manager classifies the broadcast information to be processed according to broadcast types;
broadcast transmission and processing priorities are set according to the classified broadcast types.
In an embodiment, the classifying the to-be-processed broadcast information according to broadcast types includes: and dividing the broadcast information into system broadcast and APP in-application broadcast.
In one embodiment, the setting of the broadcast transmission and processing priority according to the classified broadcast type includes: the system broadcast priority is set higher than the in-APP broadcast priority.
According to the broadcast sending method, the registration information of the application program is registered to the broadcast manager, added to the maintenance list and reported to the system and other application programs; the system specifies the broadcast types and processing priorities that the application can receive and process; the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system; therefore, the broadcast sending method can pertinently select the application program to send and process the broadcast information, has strong purpose, can greatly reduce unnecessary broadcast information sending and processing programs, and avoids the broadcast information from having redundancy in the process of wide targeted sending or receiving, thereby greatly improving the stability of system information transmission and effectively preventing the loss of system resources.
Example two:
the embodiment of the present application provides a broadcast transmission system, which implements the broadcast transmission method according to the first embodiment. Referring to fig. 5 and 6, the broadcast sending system includes a registration reporting module 61, a list maintenance module 62, a level setting module 63, and a broadcast information sending module 64.
The registration reporting module 61 is configured to register to the broadcast manager when the application is started up or initially started, and report the system and other applications;
the list maintenance module 62 is configured to add the registration information to the maintenance list after the system receives the registration information of the application;
the level setting module 63 is used for determining the broadcast types and processing priorities which can be received and processed by the application programs;
the broadcast information sending module 64 is configured to control an application program to receive and process broadcast information according to a broadcast type and/or a processing priority preset in the maintenance list in the system.
The broadcast information sending module 64 includes an inquiry application unit 641 and a control sending unit 642;
the query application unit 641 is configured to control the broadcast manager to query the broadcast information to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
the control sending unit 642 is configured to control an application that is not in the maintenance list and cannot send broadcast information to discard the application and not send a broadcast to the application; and controlling the priority sequencing of the similar application programs, wherein the application program with higher priority sequencing preferentially receives or processes the broadcast information.
The broadcast information transmitting module 64 further includes a loop judging unit 643, where the loop judging unit 643 is configured to judge whether broadcast information is successfully transmitted or processed, and if broadcast information is successfully transmitted or processed, control a next-level priority application not to receive and not to process the transmitted broadcast information; and if the broadcast information is not successfully transmitted or processed, controlling a next-level priority application to receive and process the transmitted broadcast information.
In the broadcast sending system of the embodiment of the application, the registration information of the application program is registered to the broadcast manager through the registration reporting module 61, the list maintenance module 62 adds the registration information of the application program to the maintenance list, and the system and other application programs are reported; the level setting module 63 specifies the broadcast types and processing priorities that the application can receive and process; the broadcast information sending module 64 controls the application program to receive and process the broadcast information according to the broadcast type and/or processing priority preset in the maintenance list in the system; therefore, the broadcast sending system can pertinently select the application program to send and process the broadcast information, has strong purpose, can greatly reduce unnecessary broadcast information sending and processing programs, and avoids the broadcast information from having redundancy in the process of wide targeted sending or receiving, thereby greatly improving the stability of system information transmission and effectively preventing the loss of system resources.
Example three:
according to an embodiment of the present invention, a computer-readable storage medium is provided, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps in the broadcast sending method, where the specific steps are as described in the first embodiment, and are not described herein again.
The memory in the present embodiment may be used to store software programs as well as various data. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the mobile phone, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
According to an example of this embodiment, all or part of the processes in the methods of the embodiments described above may be implemented by a computer program to instruct related hardware, where the program may be stored in a computer-readable storage medium, and in this embodiment of the present invention, the program may be stored in the storage medium of a computer system and executed by at least one processor in the computer system, so as to implement the processes including the embodiments of the methods described above. The storage medium includes, but is not limited to, a magnetic disk, a flash disk, an optical disk, a Read-Only Memory (ROM), and the like.
It should be noted that, in this document, 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 above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A broadcast transmission method, comprising the steps of:
when the application program is started or initialized, the application program is registered in a broadcast manager and simultaneously reports the system and other application programs;
the system adds the registration information to a maintenance list after receiving the registration information of the application program; presetting and defining the broadcast type and processing priority which can be received and processed by the application program;
and the application program receives and processes the broadcast information according to the preset received and processed broadcast type and/or processing priority in the maintenance list in the system.
2. The broadcast transmitting method according to claim 1, wherein the receiving and processing of the broadcast information by the application program according to a broadcast type and/or a broadcast processing priority preset in the maintenance list in the system specifically includes:
the broadcast manager inquires about broadcast information needing to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
discarding the application program which can not send the broadcast information but is not in the maintenance list, and not sending the broadcast to the application program;
when a plurality of application programs can receive or process the broadcast information to be processed, the system performs priority ranking on the similar application programs, and the application program with higher priority ranking preferentially receives or processes the broadcast information.
3. The broadcast transmitting method of claim 2, wherein when there are a plurality of applications that can receive or process the broadcast information to be processed, the system prioritizes the applications of the same type, and the application with higher priority preferentially receives or processes the broadcast information further comprises:
the system monitors and judges whether the application program with higher priority has successfully received or processed the broadcast information;
when the application program with higher priority has successfully received or processed the broadcast information, controlling the application program with the next priority not to receive and process the broadcast information;
when the application program with higher priority ranking does not successfully receive or process the broadcast information, controlling the application program with the next ranking priority to receive, process and send the broadcast information;
the broadcast information is sequentially and circularly judged, and when the broadcast information is successfully transmitted or processed, the next-level priority application program is controlled not to receive and process the transmitted broadcast information;
and when the broadcast information is not successfully transmitted or processed, controlling the next-level priority application program to receive and process the transmitted broadcast information.
4. The broadcast transmitting method of claim 1, wherein the application receives and processes broadcast information according to a broadcast type and/or a broadcast processing priority preset in the maintenance list in the system, and further comprising:
the broadcast manager classifies the broadcast information to be processed according to broadcast types;
broadcast transmission and processing priorities are set according to the classified broadcast types.
5. The broadcast transmission method of claim 4, wherein the classifying the to-be-processed broadcast information according to broadcast types by the broadcast manager comprises:
and dividing the broadcast information into system broadcast and APP in-application broadcast.
6. The broadcast transmission method of claim 4, wherein the setting of broadcast transmission and processing priorities according to the classified broadcast types comprises:
the system broadcast priority is set higher than the in-APP broadcast.
7. A broadcast sending system is characterized by comprising a registration reporting module, a list maintenance module, a level setting module and a broadcast information sending module;
the registration reporting module is used for registering the application program to the broadcast manager when the application program is started or initialized and reporting the system and other application programs;
the list maintenance module is used for adding the registration information to a maintenance list after the system receives the registration information of the application program;
the level setting module is used for determining the broadcast types and processing priorities which can be received and processed by the application programs;
and the broadcast information sending module is used for controlling an application program to receive and process the broadcast information according to the preset receiving and processing broadcast type and/or processing priority in the maintenance list in the system.
8. The broadcast transmission system according to claim 7, wherein the broadcast information transmission module includes an inquiry application unit and a control transmission unit;
the query application unit is used for controlling the broadcast manager to query the broadcast information needing to be processed in the maintenance list; inquiring and judging which application programs can broadcast and send the to-be-processed broadcast information;
the control sending unit is used for controlling that the application program which is not in the maintenance list and cannot send the broadcast information is discarded and the broadcast is not sent to the application program; and controlling the priority sequencing of the similar application programs, wherein the application program with higher priority sequencing preferentially receives or processes the broadcast information.
9. The broadcast transmission system according to claim 8, wherein the broadcast information transmission module further comprises a loop judgment unit for judging whether the broadcast information is successfully transmitted or processed, and if the broadcast information is successfully transmitted or processed, controlling the next-level priority application not to receive and not to process the transmitted broadcast information; and if the broadcast information is not successfully transmitted or processed, controlling a next-level priority application to receive and process the transmitted broadcast information.
10. A computer-readable storage medium, comprising a processor, a computer-readable storage medium, and a computer program stored on the computer-readable storage medium, which computer program, when executed by the processor, performs the steps of the method according to any one of claims 1 to 6.
CN202110047103.3A 2021-01-14 2021-01-14 Broadcast sending method, sending system and computer readable storage medium Pending CN112783670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110047103.3A CN112783670A (en) 2021-01-14 2021-01-14 Broadcast sending method, sending system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110047103.3A CN112783670A (en) 2021-01-14 2021-01-14 Broadcast sending method, sending system and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112783670A true CN112783670A (en) 2021-05-11

Family

ID=75755929

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110047103.3A Pending CN112783670A (en) 2021-01-14 2021-01-14 Broadcast sending method, sending system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112783670A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465687A (en) * 2022-04-08 2022-05-10 南昌航天广信科技有限责任公司 Broadcast sound box control method, system, computer and readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465687A (en) * 2022-04-08 2022-05-10 南昌航天广信科技有限责任公司 Broadcast sound box control method, system, computer and readable storage medium

Similar Documents

Publication Publication Date Title
CN109587747B (en) SIM card switching control method, terminal and computer storage medium
CN109195143B (en) Network access method, mobile terminal and readable storage medium
CN110784898A (en) Network switching method, mobile terminal and computer readable storage medium
CN112004173A (en) Switching method of Bluetooth earphone, mobile terminal and computer readable storage medium
CN107172605B (en) Emergency call method, mobile terminal and computer readable storage medium
CN107862217B (en) Position information acquisition method, mobile terminal and computer storage medium
CN107124428B (en) Method, equipment and storage medium for improving VoLTE call success rate
CN112822538A (en) Screen projection display method, screen projection device, terminal and storage medium
CN110677897B (en) Network search control method, terminal and computer readable storage medium
CN109618377B (en) Call processing method, terminal, network side device and computer readable storage medium
CN109889651B (en) Notification message processing method, terminal and computer readable storage medium
CN109168189B (en) Power saving method, mobile terminal and computer readable storage medium
CN107466081B (en) Wireless switching method and terminal
CN107517487B (en) Call control method and mobile terminal
CN113099514A (en) Method, device and computer readable storage medium for accessing independent networking network
CN112423102A (en) Small window screen projection control method and device and computer readable storage medium
CN111970738A (en) Network switching control method, equipment and computer readable storage medium
CN110191477B (en) Network search control method, terminal and computer readable storage medium
CN112395106A (en) Process management method, mobile terminal, and computer-readable storage medium
CN112437472A (en) Network switching method, equipment and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN108040116B (en) Message pushing method, router and computer readable storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN112783670A (en) Broadcast sending method, sending system and computer readable storage medium
CN107360599B (en) Intelligent wifi networking method and mobile terminal

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