WO2018161579A1 - Procédé et appareil de mise en file d'attente de messages de diffusion, dispositif de mémorisation et dispositif électronique - Google Patents

Procédé et appareil de mise en file d'attente de messages de diffusion, dispositif de mémorisation et dispositif électronique Download PDF

Info

Publication number
WO2018161579A1
WO2018161579A1 PCT/CN2017/106769 CN2017106769W WO2018161579A1 WO 2018161579 A1 WO2018161579 A1 WO 2018161579A1 CN 2017106769 W CN2017106769 W CN 2017106769W WO 2018161579 A1 WO2018161579 A1 WO 2018161579A1
Authority
WO
WIPO (PCT)
Prior art keywords
broadcast message
priority
broadcast
determining
message queue
Prior art date
Application number
PCT/CN2017/106769
Other languages
English (en)
Chinese (zh)
Inventor
裴润升
付亮晶
吴汝煜
林志泳
张俊
Original Assignee
广东欧珀移动通信有限公司
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 广东欧珀移动通信有限公司 filed Critical 广东欧珀移动通信有限公司
Publication of WO2018161579A1 publication Critical patent/WO2018161579A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/625Queue scheduling characterised by scheduling criteria for service slots or service orders
    • H04L47/6275Queue scheduling characterised by scheduling criteria for service slots or service orders based on priority
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/624Altering the ordering of packets in an individual queue
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/06Selective distribution of broadcast services, e.g. multimedia broadcast multicast service [MBMS]; Services to user groups; One-way selective calling services

Definitions

  • the embodiments of the present invention relate to system broadcast technologies, and in particular, to a method, an apparatus, a storage device, and an electronic device for queuing a broadcast message.
  • Android (Android) system is a widely used operating system for mobile phones and other terminals. In the Android system, there are many different applications. In order to quickly transfer information in different applications, the Android system uses the broadcast mechanism to implement. When there are messages to notify different applications, the message is sent to the broadcaster. Different apps.
  • the embodiment of the present invention provides a method, a device, a storage medium, and an electronic device for queuing broadcast messages, which can process important broadcast messages in a timely manner and avoid abnormal system functions.
  • the embodiment of the present application provides a method for queuing a broadcast message, where the method includes:
  • the broadcast message is inserted into the broadcast message queue according to the insertion location.
  • the embodiment of the present application further provides an apparatus for queuing a broadcast message, where the apparatus includes:
  • a broadcast message monitoring module configured to listen to a broadcast message sent by a broadcast sender
  • a priority determining module configured to determine a priority of the broadcast message according to the broadcast sender when the broadcast sender is notified to send a broadcast message
  • An insertion location determining module configured to determine, according to a priority of the broadcast message, an insertion location of the broadcast message in a broadcast message queue;
  • a broadcast message insertion module configured to insert the broadcast message into the broadcast message queue according to the insertion location.
  • an embodiment of the present application provides a storage medium, where the storage medium stores a plurality of instructions, and the instructions are adapted to be loaded by a processor to perform the method for queuing the broadcast message.
  • an embodiment of the present application further provides an electronic device, including a processor and a memory, where the memory stores a plurality of instructions, and the processor loads the instructions in the memory to perform the following steps:
  • the broadcast message is inserted into the broadcast message queue according to the insertion location.
  • the embodiment of the present invention provides a method, a device, a storage medium, and an electronic device for queuing broadcast messages, which can process important broadcast messages in a timely manner and avoid abnormal system functions.
  • FIG. 1 is a flowchart of a method for queuing a broadcast message according to an embodiment of the present application.
  • FIG. 2 is a flowchart of another method for queuing broadcast messages according to an embodiment of the present application.
  • FIG. 3 is a schematic structural diagram of an apparatus for queuing a broadcast message according to an embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
  • the embodiment of the present application provides a method for queuing a broadcast message, including:
  • the broadcast message is inserted into the broadcast message queue according to the insertion location.
  • determining, according to the broadcast sender, a priority of the broadcast message including:
  • the priority of the broadcast message is determined according to the frequency of use.
  • determining a priority of the broadcast message according to the frequency of use includes:
  • the correspondence between the frequency range and the priority of the broadcast message is established in advance
  • Determining a priority of the broadcast message according to the frequency range including:
  • determining the insertion position of the broadcast message in the broadcast message queue according to the priority of the broadcast message includes:
  • the insertion position of the broadcast message in the broadcast message queue is determined.
  • determining the insertion position of the broadcast message in the broadcast message queue according to the comparison result includes:
  • the priority is not lower than a priority of all broadcast messages in the broadcast message queue, determining two adjacent broadcasts in the broadcast message queue that are higher than the priority and lower than the priority And confirming that the insertion position of the broadcast message is between the two adjacent broadcast messages.
  • the method further includes:
  • FIG. 1 is a flowchart of a method for queuing a broadcast message according to an embodiment of the present application.
  • the embodiment is applicable to determining a location of a broadcast message in a broadcast message queue when a broadcast message is monitored, and the method may be broadcasted.
  • the device is executed by a message queuing device, wherein the device may be implemented by software and/or hardware, and the device may be integrated into an electronic device, and the electronic device may be a smart phone, a tablet computer or the like, and the method includes the following steps:
  • Step 110 Listen to a broadcast message sent by a broadcast sender.
  • the broadcast mechanism is essentially a communication between components in an operating system of an electronic device, and is a mechanism widely used to transfer messages between applications.
  • a broadcast message is sent under the Android system of an electronic device.
  • the broadcast message can be a variety of event message data generated in the operating system. For example, if you send a text message or make a phone call, a broadcast will be sent.
  • an application receives the broadcast, it can handle it.
  • the broadcast sender can be system and application software.
  • the application software may be a third-party application software installed on an electronic device such as a mobile phone or an application provided by the system.
  • a third-party application software installed on the electronic device may include a WeChat client, a QQ client, a Taobao client, and an Alipayer.
  • Clients, etc., the system's own applications can include calendar, clock, weather and notes.
  • the broadcast message may be a system broadcast and an application broadcast, wherein the system broadcast may include a bright screen broadcast, a video screen broadcast, an unlock broadcast, a network state change broadcast, a Bluetooth state change broadcast, a switching language broadcast, a switching theme broadcast, etc., and the application broadcast may be A broadcast made by the application software.
  • the broadcast management module (such as ActivityManagerService) in the electronic device can monitor the dynamics of all broadcast senders in the system, and detect whether the broadcast sender sends a broadcast message.
  • ActivityManagerService plays the role of broadcast center in the broadcast mechanism of Android system, and is responsible for all broadcast registration and release operations in the system.
  • the registration of broadcast refers to the process of registering the broadcast receiver to ActivityManagerService.
  • the broadcast release includes the broadcast sender sending the broadcast to the ActivityManagerService.
  • the ActivityManagerService checks which broadcast receivers subscribe to the broadcast in its own registry, and then sends the broadcast to the broadcast receivers one by one.
  • the broadcast message sent by the broadcast sender is monitored by the ActivityManagerService to listen to whether the broadcast sender sends the broadcast message to the ActivityManagerService, and when the broadcast sender sends the broadcast message to the ActivityManagerService through the ActivityManagerService, it is determined to listen to the broadcast transmission.
  • the person sent a broadcast message is monitored by the ActivityManagerService to listen to whether the broadcast sender sends the broadcast message to the ActivityManagerService, and when the broadcast sender sends the broadcast message to the ActivityManagerService through the ActivityManagerService, it is determined to listen to the broadcast transmission.
  • the person sent a broadcast message is monitored by the ActivityManagerService to listen to whether the broadcast sender sends the broadcast message to the ActivityManagerService, and when the broadcast sender sends the broadcast message to the ActivityManagerService through the ActivityManagerService, it is determined to listen to the broadcast transmission.
  • the person sent a broadcast message is monitored by the ActivityManagerService to listen to whether the broadcast sender sends the broadcast message to the ActivityManagerService, and when the broadcast sender sends the broadcast message to the ActivityManagerService through
  • Step 120 When listening to the broadcast sender to send a broadcast message, determine the priority of the broadcast message according to the broadcast sender.
  • the priority of the broadcast message may be determined according to the importance of the broadcast sender or the importance of the broadcast message and the urgency of the real-time processing, for example, if the broadcast sender Is the system, then the priority of the broadcast message is determined to be a higher priority; if the broadcast sender is a third-party application, the priority of the broadcast message is determined to be a lower priority.
  • the priority of the broadcast message can be set to three priorities: highest priority, secondary priority, and normal priority. It also stipulates that the highest priority broadcast message is queued to the front end of the broadcast message queue and can be processed faster; the secondary priority broadcast message is ranked behind the highest priority broadcast message in the broadcast message queue, at the highest priority. After the broadcast message is processed, the normal priority broadcast message is queued after the next priority broadcast message in the broadcast message queue, and processed after the highest priority and the next priority broadcast message are processed; the priority is the same. Broadcast messages are processed in the order in which they are queued.
  • the corresponding mobile phone when the user presses the power button to light the screen or turns off the screen, the corresponding mobile phone sends a bright screen broadcast or a blackout broadcast, and the broadcast is performed according to the broadcast when the broadcast enters the broadcast message queue.
  • the chronological order enters the broadcast message queue. If there are many broadcasts in the broadcast message queue in front of this bright-screen broadcast or the cut-off broadcast, the broadcast is waiting for processing (these broadcasts are not system broadcasts), which will affect the speed of the mobile phone.
  • the screen is slowed down.
  • the ActivityManagerService when the ActivityManagerService detects that the system sends a bright broadcast or a blackout broadcast to the ActivityManagerService, and determines that the broadcast sender that sends the bright broadcast or the cut-off broadcast is the system, the bright screen is broadcasted or extinguished.
  • the priority of the screen broadcast is set to the highest priority, so that it is placed at the front end of the broadcast message queue, so that the bright screen broadcast or the screencast broadcast can be processed as soon as possible.
  • determining, according to the broadcast sender, a priority of the broadcast message optionally including:
  • the priority of the broadcast message is determined according to the frequency of use.
  • determining a priority of the broadcast message according to the frequency of use optionally including:
  • the correspondence between the frequency range and the priority of the broadcast message can be established in advance. First, according to the frequency of use, the frequency range to which the frequency of use belongs is determined. According to the frequency range and the corresponding relationship, the priority of the broadcast message can be directly determined, thereby further speeding up the processing speed of the broadcast message.
  • Step 130 Determine, according to a priority of the broadcast message, an insertion location of the broadcast message in a broadcast message queue.
  • the broadcast message queues are arranged in the order of priority of the broadcast messages, the high-priority broadcast messages are arranged in the queue, and the low-priority broadcast messages are arranged at the end of the queue.
  • the insertion position of the broadcast messages in the broadcast message queue can be directly determined according to the priority of the broadcast message.
  • the priority of the broadcast message has three levels, namely, the highest priority, the second priority, and the lowest priority, only the secondary and lowest priority broadcast messages in the current broadcast message queue are currently monitored.
  • the priority of the broadcast message is the highest priority, and it can be determined that the insertion position of the broadcast message in the broadcast message queue is the head of the queue.
  • determining the insertion position of the broadcast message in the broadcast message queue according to the priority of the broadcast message optionally including:
  • the insertion position of the broadcast message in the broadcast message queue is determined.
  • the broadcast message queues are arranged in the order of priority. After the priority of the broadcast message is determined, the priority is compared with the priority of the broadcast message in the broadcast message queue, and the broadcast can be determined according to the comparison result. The insertion position of the message in the broadcast message queue further improves the processing speed of the broadcast message.
  • determining the insertion position of the broadcast message in the broadcast message queue according to the comparison result optionally including:
  • the priority is not lower than a priority of all broadcast messages in the broadcast message queue, determining two adjacent broadcasts in the broadcast message queue that are higher than the priority and lower than the priority And confirming that the insertion position of the broadcast message is between the two adjacent broadcast messages.
  • the priority of the broadcast message with the priority of the broadcast message in the broadcast message queue may first determine whether there is a broadcast message with the same priority as the broadcast message in the broadcast message queue, and if so, directly according to the broadcast message The location of the broadcast message of the same priority determines the insertion location of the broadcast message, and the determined insertion location may be a broadcast message of the same priority and adjacent to the same priority broadcast message. If there is no broadcast message in the broadcast message queue that has the same priority as the broadcast message, it can be processed separately in three cases: that is, the priority is higher than the priority of all the broadcast messages in the broadcast message queue, The priority is lower than the priority of all broadcast messages in the broadcast message queue and the priority is between the priority of the broadcast messages in the broadcast message queue. By determining the priority of the broadcast message by case, the processing speed of the broadcast message can be further accelerated.
  • Step 140 Insert the broadcast message into the broadcast message queue according to the insertion location.
  • the broadcast message is inserted into the insertion location of the broadcast message queue based on the determined insertion location.
  • the broadcast message queuing method provided by this embodiment determines the priority of the broadcast message according to the broadcast sender when the broadcast sender sends the broadcast message, and determines the broadcast message according to the priority of the broadcast message.
  • the insertion position in the broadcast message queue is further inserted into the broadcast message queue according to the insertion position, thereby realizing timely and fast processing of important broadcast messages and avoiding system function abnormality.
  • FIG. 2 is a flowchart of a method for queuing a broadcast message according to an embodiment of the present application, where the method includes the following steps:
  • Step 210 Listen to a broadcast message sent by a broadcast sender.
  • Step 220 When listening to the broadcast sender to send a broadcast message, determine the priority of the broadcast message according to the broadcast sender.
  • Step 230 Determine, according to a priority of the broadcast message, an insertion position of the broadcast message in a broadcast message queue.
  • Step 240 Insert the broadcast message into the broadcast message queue according to the insertion position.
  • Step 250 Identify a broadcast recipient of the current broadcast message according to a queuing sequence of the broadcast message in the broadcast message queue.
  • the broadcast message queue is queued according to the priority of the broadcast message.
  • the broadcast message queue is continuously updated, and the broadcast message queue is distributed.
  • the completed broadcast message is cleared in the broadcast message queue, and it is also possible that a new broadcast message enters the broadcast message queue when distributing the broadcast message in the broadcast message queue.
  • the broadcast message queue includes a broadcast message 1, a broadcast message 2, a broadcast message 3, a broadcast message 4, ... a broadcast message 100 in a queued order of broadcast messages, and is distributed according to a queued order of broadcast messages in the broadcast message queue.
  • the current broadcast message may be a broadcast message to be distributed currently.
  • the broadcast message queue includes a broadcast message 1, a broadcast message 2, a broadcast message 3, a broadcast message 4, a broadcast message 100, and a broadcast message in a sequence of distribution.
  • Message 1 is the broadcast message currently being distributed
  • broadcast message 2 is the broadcast message currently to be distributed.
  • the broadcast recipient can be a third-party application installed on the electronic device or an application that comes with the system. Exemplarily, in the Android system, when the broadcast receiver of the current broadcast message is identified, it is checked by the ActivityManager Service which broadcast receivers subscribe to the broadcast receiver that receives the broadcast message, thereby determining its broadcast recipient.
  • Step 260 distributing the current broadcast message to the broadcast recipient.
  • the broadcast recipient By distributing the broadcast message to each broadcast recipient in turn after identifying the broadcast recipient of the broadcast message currently to be distributed, the broadcast recipient can be assured of a timely response to the broadcast message.
  • the technical solution of the embodiment determines the insertion position of the broadcast message in the broadcast message queue according to the priority of the broadcast message by determining the priority of the broadcast message according to the broadcast sender when the broadcast sender sends the broadcast message. And according to the insertion location, the broadcast message is inserted into the broadcast message queue, and the broadcast message is distributed according to the queued order of the broadcast message in the broadcast message queue, thereby realizing timely and timely distribution of important broadcast messages, and ensuring the broadcast receiver quickly Responding to the broadcast message, avoiding system function exceptions.
  • the embodiment of the present application further provides an apparatus for queuing broadcast messages, including:
  • a broadcast message monitoring module configured to listen to a broadcast message sent by a broadcast sender
  • a priority determining module configured to determine a priority of the broadcast message according to the broadcast sender when the broadcast sender is notified to send a broadcast message
  • An insertion location determining module configured to determine, according to a priority of the broadcast message, an insertion location of the broadcast message in a broadcast message queue;
  • a broadcast message insertion module configured to insert the broadcast message into the broadcast message queue according to the insertion location.
  • the priority determining module includes:
  • a frequency statistics unit configured to count the frequency of use of the broadcast sender within a preset time
  • a priority determining unit configured to determine a priority of the broadcast message according to the frequency of use.
  • the priority determining unit is specifically configured to:
  • the correspondence between the frequency range and the priority of the broadcast message is established in advance
  • the priority determining unit is specifically configured to determine a priority of the broadcast message according to the frequency range, including:
  • the insertion position determining module includes:
  • a priority comparison unit configured to compare a priority of the broadcast message with a priority of a broadcast message in the broadcast message queue
  • an insertion location determining unit configured to determine, according to the comparison result, an insertion position of the broadcast message in the broadcast message queue.
  • the insertion position determining unit is specifically configured to:
  • the priority is not lower than a priority of all broadcast messages in the broadcast message queue, determining two adjacent broadcasts in the broadcast message queue that are higher than the priority and lower than the priority And confirming that the insertion position of the broadcast message is between the two adjacent broadcast messages.
  • the method further includes:
  • a broadcast receiver identification module configured to identify a broadcast receiver of a current broadcast message according to a queuing sequence of broadcast messages in the broadcast message queue
  • a broadcast message distribution module configured to distribute the current broadcast message to the broadcast recipient.
  • FIG. 3 is a schematic structural diagram of an apparatus for queuing a broadcast message according to an embodiment of the present application.
  • the apparatus for queuing broadcast messages according to the example includes: a broadcast message listening module 310, a priority determining module 320, an insertion location determining module 330, and a broadcast message inserting module 340.
  • the broadcast message monitoring module is configured to listen to a broadcast message sent by a broadcast sender
  • a priority determining module configured to determine a priority of the broadcast message according to the broadcast sender when the broadcast sender is notified to send a broadcast message
  • An insertion location determining module configured to determine, according to a priority of the broadcast message, an insertion location of the broadcast message in a broadcast message queue;
  • a broadcast message insertion module configured to insert the broadcast message into the broadcast message queue according to the insertion location.
  • the priority determining module includes:
  • a frequency statistics unit configured to count the frequency of use of the broadcast sender within a preset time
  • a priority determining unit configured to determine a priority of the broadcast message according to the frequency of use.
  • the priority determining unit is specifically configured to:
  • the insertion position determining module includes:
  • a priority comparison unit configured to compare a priority of the broadcast message with a priority of a broadcast message in the broadcast message queue
  • an insertion location determining unit configured to determine, according to the comparison result, an insertion position of the broadcast message in the broadcast message queue.
  • the insertion position determining unit is specifically configured to:
  • the priority is not lower than a priority of all broadcast messages in the broadcast message queue, determining two adjacent broadcasts in the broadcast message queue that are higher than the priority and lower than the priority And confirming that the insertion position of the broadcast message is between the two adjacent broadcast messages.
  • the method further includes:
  • a broadcast receiver identification module configured to identify a broadcast receiver of a current broadcast message according to a queuing sequence of broadcast messages in the broadcast message queue
  • a broadcast message distribution module configured to distribute the current broadcast message to the broadcast recipient.
  • the device for queuing the broadcast message can perform the method for queuing the broadcast message provided by any embodiment of the present application, and has the corresponding functional modules and beneficial effects of the execution method.
  • the device for queuing the broadcast message can perform the method for queuing the broadcast message provided by any embodiment of the present application, and has the corresponding functional modules and beneficial effects of the execution method.
  • the embodiment of the present application further provides a storage medium, where the storage medium stores a plurality of instructions, and the instructions are adapted to be loaded by the processor in the steps in any of the foregoing embodiments.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
  • the electronic device may include: a housing (not shown), a memory 401, and a central processing unit (Central). Processing Unit, CPU) 402 (also referred to as a processor, hereinafter referred to as CPU), a computer program, a circuit board (not shown), and a power supply circuit (not shown) stored on the memory 401 and operable on the processor 402 Out).
  • CPU Central
  • CPU 402 also referred to as a processor, hereinafter referred to as CPU
  • CPU central processing unit
  • the circuit board is disposed inside a space enclosed by the casing; the CPU 402 and the memory 401 are disposed on the circuit board; and the power circuit is configured to supply power to each circuit or device of the electronic device
  • the memory 401 is configured to store a computer program executable on a processor; the CPU 402 reads and executes a computer program stored in the memory 401.
  • the electronic device further includes: a peripheral interface 403, RF (Radio) Frequency, RF circuit 405, audio circuit 406, speaker 411, power management chip 408, input/output (I/O) subsystem 409, touch screen 412, other input/control devices 410, and external port 404, these components are passed through one or A plurality of communication buses or signal lines 407 are in communication.
  • RF Radio
  • the illustrated electronic device 400 is merely one example of an electronic device, and that the electronic device 400 may have more or fewer components than those illustrated in the figures, and that two or more components may be combined, Or it can have different component configurations.
  • the various components shown in the figures can be implemented in hardware, software, or a combination of hardware and software, including one or more signal processing and/or application specific integrated circuits.
  • the following is a detailed description of an electronic device for queuing a broadcast message provided by this embodiment.
  • the electronic device takes a mobile phone as an example.
  • the memory 401 can be accessed by the CPU 402, the peripheral interface 403, etc., and the memory 401 can include a high speed random access memory, and can also include a nonvolatile memory, such as one or more magnetic disk storage devices, flash memory devices. Or other volatile solid-state storage devices.
  • a nonvolatile memory such as one or more magnetic disk storage devices, flash memory devices. Or other volatile solid-state storage devices.
  • Peripheral interface 403 which can connect the input and output peripherals of the device to CPU 402 and memory 401.
  • the I/O subsystem 409 which can connect input and output peripherals on the device, such as touch screen 412 (equivalent to the screen in the above embodiment) and other input/control devices 410, to peripherals Interface 403.
  • the I/O subsystem 409 can include a display controller 4091 and one or more input controllers 4092 for controlling other input/control devices 410.
  • one or more input controllers 4092 receive electrical signals from other input/control devices 410 or transmit electrical signals to other input/control devices 410, and other input/control devices 410 may include physical buttons (press buttons, rocker buttons, etc.) ), dial, slide switch, joystick, click wheel.
  • the input controller 4092 can be connected to any of the following: a keyboard, an infrared port, a USB interface, and a pointing device such as a mouse.
  • the touch screen 412 is an input interface and an output interface between the user electronic device and the user, and displays the visual output to the user.
  • the visual output may include graphics, text, icons, videos, and the like.
  • Display controller 4091 in I/O subsystem 409 receives electrical signals from touch screen 412 or transmits electrical signals to touch screen 412.
  • the touch screen 412 detects the contact on the touch screen, and the display controller 4091 converts the detected contact into an interaction with the user interface object displayed on the touch screen 412, ie, realizes human-computer interaction, and the user interface object displayed on the touch screen 412 may be running.
  • the icon of the game, the icon of the network to the corresponding network, and the like.
  • the device may also include a light mouse, which is a touch sensitive surface that does not display a visual output, or an extension of a touch sensitive surface formed by the touch screen.
  • the RF circuit 405 is mainly used for establishing communication between the mobile phone and the wireless network (ie, the network side), and realizing data reception and transmission between the mobile phone and the wireless network. For example, sending and receiving short messages, emails, and the like. Specifically, the RF circuit 405 receives and transmits an RF signal, which is also referred to as an electromagnetic signal, and the RF circuit 405 converts the electrical signal into an electromagnetic signal or converts the electromagnetic signal into an electrical signal, and through the electromagnetic signal and communication network and other devices Communicate.
  • an RF signal which is also referred to as an electromagnetic signal
  • RF circuitry 405 may include known circuitry for performing these functions including, but not limited to, an antenna system, an RF transceiver, one or more amplifiers, a tuner, one or more oscillators, a digital signal processor, a CODEC ( COder-DECoder, codec) chipset, user identification module (Subscriber Identity Module, SIM) and more.
  • CODEC COder-DECoder, codec
  • the audio circuit 406 is mainly used to receive audio data from the peripheral interface 403, convert the audio data into an electrical signal, and transmit the electrical signal to the speaker 411.
  • the speaker 411 is configured to restore the voice signal received by the mobile phone from the wireless network through the RF circuit 405 to sound and play the sound to the user.
  • the power management chip 408 is used for power supply and power management of the hardware connected to the CPU 402, the I/O subsystem, and the peripheral interface.
  • the CPU 402 provided by the embodiment of the present application implements the following steps when executing the computer program stored in the memory 401:
  • the broadcast message is inserted into the broadcast message queue according to the insertion location.
  • the CPU 402 when the broadcast sender determines the priority of the broadcast message, the CPU 402 is configured to perform the following steps:
  • the priority of the broadcast message is determined according to the frequency of use.
  • the CPU 402 when determining the priority of the broadcast message according to the frequency of use, is configured to perform the following steps:
  • the CPU 402 when determining the insertion position of the broadcast message in the broadcast message queue according to the priority of the broadcast message, the CPU 402 is configured to perform the following steps:
  • the insertion position of the broadcast message in the broadcast message queue is determined.
  • the CPU 402 when determining the insertion position of the broadcast message in the broadcast message queue according to the comparison result, the CPU 402 is configured to perform the following steps:
  • the priority is not lower than a priority of all broadcast messages in the broadcast message queue, determining two adjacent broadcasts in the broadcast message queue that are higher than the priority and lower than the priority And confirming that the insertion position of the broadcast message is between the two adjacent broadcast messages.
  • the foregoing electronic device may perform the method provided by any embodiment of the present application, and has a corresponding functional module and a beneficial effect of the execution method.
  • the storage medium may include: a read only memory (ROM, Read) Only Memory), Random Access Memory (RAM), disk or CD.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

La présente invention concerne un procédé de mise en file d'attente de messages de diffusion qui consiste : à surveiller un message de diffusion envoyé par un expéditeur de diffusion ; à déterminer la priorité du message de diffusion selon l'expéditeur de diffusion lorsque l'expéditeur de diffusion est surveillé pour envoyer le message de diffusion ; à déterminer l'emplacement d'insertion du message de diffusion dans une file d'attente de messages de diffusion selon la priorité ; et à insérer le message de diffusion dans la file d'attente de messages de diffusion selon l'emplacement d'insertion. La présente invention concerne également un appareil de mise en file d'attente de messages de diffusion, un dispositif de mémorisation et un dispositif électronique.
PCT/CN2017/106769 2017-03-10 2017-10-18 Procédé et appareil de mise en file d'attente de messages de diffusion, dispositif de mémorisation et dispositif électronique WO2018161579A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710144310.4A CN106850458B (zh) 2017-03-10 2017-03-10 广播消息排队的方法、装置及终端
CN201710144310.4 2017-03-10

Publications (1)

Publication Number Publication Date
WO2018161579A1 true WO2018161579A1 (fr) 2018-09-13

Family

ID=59145113

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/106769 WO2018161579A1 (fr) 2017-03-10 2017-10-18 Procédé et appareil de mise en file d'attente de messages de diffusion, dispositif de mémorisation et dispositif électronique

Country Status (2)

Country Link
CN (1) CN106850458B (fr)
WO (1) WO2018161579A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106850458B (zh) * 2017-03-10 2019-06-07 Oppo广东移动通信有限公司 广播消息排队的方法、装置及终端
CN112383373A (zh) * 2020-11-18 2021-02-19 广东长盈科技股份有限公司 一种实现应急广播的广播智能调度方法及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103491507A (zh) * 2013-09-05 2014-01-01 深圳市欧珀通信软件有限公司 一种有序广播优先级重定位的方法及装置
CN104199669A (zh) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 对应用程序的进程进行管理的方法及装置
CN104680060A (zh) * 2014-11-25 2015-06-03 北京奇虎科技有限公司 一种程序的自启管理方法和装置
CN106484473A (zh) * 2016-09-29 2017-03-08 Tcl集团股份有限公司 一种应用启动方法和装置
CN106850458A (zh) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 广播消息排队的方法、装置及终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100370845C (zh) * 2004-12-22 2008-02-20 华为技术有限公司 在宽带码分多址系统中对小区广播服务消息调度的方法
US8677002B2 (en) * 2006-01-28 2014-03-18 Blackfire Research Corp Streaming media system and method
CN103200639B (zh) * 2013-03-03 2015-06-17 西安电子科技大学 空中自组织网络定向路由方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103491507A (zh) * 2013-09-05 2014-01-01 深圳市欧珀通信软件有限公司 一种有序广播优先级重定位的方法及装置
CN104199669A (zh) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 对应用程序的进程进行管理的方法及装置
CN104680060A (zh) * 2014-11-25 2015-06-03 北京奇虎科技有限公司 一种程序的自启管理方法和装置
CN106484473A (zh) * 2016-09-29 2017-03-08 Tcl集团股份有限公司 一种应用启动方法和装置
CN106850458A (zh) * 2017-03-10 2017-06-13 广东欧珀移动通信有限公司 广播消息排队的方法、装置及终端

Also Published As

Publication number Publication date
CN106850458A (zh) 2017-06-13
CN106850458B (zh) 2019-06-07

Similar Documents

Publication Publication Date Title
WO2018161581A1 (fr) Procédé de commande, dispositif, support de stockage et appareil électronique d'envoi de diffusion
WO2018076866A1 (fr) Procédé de traitement de données, dispositif, support de stockage, dispositif électronique, et serveur
WO2018076819A1 (fr) Procédé de téléchargement de données, appareil, support de stockage, dispositif électronique et système
WO2017206878A1 (fr) Procédé et appareil de traitement basé sur un verrou d'activation, support d'informations et dispositif électronique
WO2018166199A1 (fr) Procédé de réglage de niveau de précision de positionnement, dispositif, support de stockage et dispositif électronique
WO2018076818A1 (fr) Procédé de sauvegarde de données, appareil, dispositif électronique, support de stockage et système
WO2017206883A1 (fr) Procédé et appareil de traitement d'applications, support de stockage, et dispositif électronique
WO2018161580A1 (fr) Procédé et appareil de commande de diffusion, support de stockage, et dispositif électronique
WO2018161588A1 (fr) Procédé, appareil, support de stockage et dispositif électronique d'ajustement de file d'attente de récepteur de diffusion
WO2018161585A1 (fr) Procédé et appareil de commande de fréquence de trames d'un dispositif électronique, support de stockage et dispositif électronique
WO2015053454A1 (fr) Procédé d'exploitation de service de communication et dispositif électronique le supportant
WO2018076812A1 (fr) Procédé et dispositif de réponse à une demande de données, support de stockage, serveur et système
WO2018161602A1 (fr) Procédé et appareil de commande de fréquence d'image d'un dispositif électronique, support d'informations et dispositif électronique
WO2018161576A1 (fr) Procédé de commande de radiodiffusion, dispositif, support de stockage et terminal mobile
WO2018076888A1 (fr) Procédé, dispositif et système de synchronisation de données d'un terminal mobile, support de mémoire et terminal mobile
WO2018076830A1 (fr) Procédé et dispositif de réglage de cycle de synchronisation de données, dispositif électronique, support d'informations et système
WO2021162186A1 (fr) Dispositif électronique utilisant un canal de communication généré par connexion électrique entre un dispositif électronique et un dispositif électronique externe, et procédé pour faire fonctionner un dispositif électronique
WO2018076842A1 (fr) Procédé de sauvegarde de données, dispositif, système, support de stockage et dispositif électronique
WO2021187752A1 (fr) Dispositif électronique audio, et procédé de gestion de l'alimentation dans un dispositif électronique pour l'audio
WO2017206867A1 (fr) Procédé et appareil d'arrêt de capteurs, support d'informations, et dispositif électronique
WO2017206885A1 (fr) Procédé et appareil d'arrêt de programme d'application, support de stockage et dispositif électronique
WO2018076873A1 (fr) Procédé de partage de données, appareil, support, dispositif électronique, et système
WO2017219636A1 (fr) Procédé d'échange de données, serveur en nuage et terminal intelligent
WO2018161579A1 (fr) Procédé et appareil de mise en file d'attente de messages de diffusion, dispositif de mémorisation et dispositif électronique
WO2022154363A1 (fr) Dispositif électronique permettant de traiter des données audio, et procédé de fonctionnement associé

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17899901

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17899901

Country of ref document: EP

Kind code of ref document: A1