CN107547746B - Resource allocation method and related product - Google Patents

Resource allocation method and related product Download PDF

Info

Publication number
CN107547746B
CN107547746B CN201710774753.1A CN201710774753A CN107547746B CN 107547746 B CN107547746 B CN 107547746B CN 201710774753 A CN201710774753 A CN 201710774753A CN 107547746 B CN107547746 B CN 107547746B
Authority
CN
China
Prior art keywords
target application
application program
information
network
data packet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710774753.1A
Other languages
Chinese (zh)
Other versions
CN107547746A (en
Inventor
程杰
陈岩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201710774753.1A priority Critical patent/CN107547746B/en
Publication of CN107547746A publication Critical patent/CN107547746A/en
Priority to PCT/CN2018/102799 priority patent/WO2019042294A1/en
Application granted granted Critical
Publication of CN107547746B publication Critical patent/CN107547746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/725Cordless telephones

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Stored Programmes (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the application discloses a resource allocation method and a related product. The method comprises the following steps: the method comprises the steps that an operating system space of the mobile terminal receives a scene data packet sent by a running target application program, wherein the scene data packet comprises the pause information of the running target application program; secondly, the operating system determines a network resource optimization strategy of the running target application program according to the pause information; and finally, the operating system adjusts the distribution of the data resources of the running target application program according to the network resource optimization strategy. The embodiment of the application is beneficial to improving the real-time performance and the accuracy of the network performance optimization of the mobile terminal control target application program.

Description

Resource allocation method and related product
Technical Field
The present application relates to the field of mobile terminal technologies, and in particular, to a resource allocation method and a related product.
Background
With the rapid development of related technologies of smart phones, more and more applications are installed in user mobile phones, such as reading applications, payment applications, game applications, music applications, and the like, and people's clothes and eating habits are inseparable from mobile phones.
Disclosure of Invention
The embodiment of the application provides a resource allocation method and a related product, and can improve the real-time performance and accuracy of network optimization of a mobile terminal control target application program.
In a first aspect, an embodiment of the present application provides a resource allocation method, which is applied to a mobile terminal, where an operating system and one or more application programs run on the mobile terminal, and the method includes:
the operating system receives a scene data packet sent by the running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon;
the operating system determines a network resource optimization strategy of the target application program according to the pause information;
and the operating system adjusts the allocation of the mobile network resources of the target application program according to the network resource optimization strategy.
In a second aspect, an embodiment of the present application provides a resource allocation apparatus, which is applied to a mobile terminal, on which an operating system and one or more application programs run, and includes a processing unit and a communication unit,
the processing unit is used for controlling an operating system to receive a scene data packet sent by the running target application program through the communication unit, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon; and a network resource optimization strategy used for determining the target application program according to the pause information; and adjusting allocation of mobile network resources of the target application according to the network resource optimization policy.
In a third aspect, an embodiment of the present application provides a mobile terminal, including a processor, a memory, a communication interface, and one or more programs, where the one or more programs are stored in the memory and configured to be executed by the processor, and the program includes instructions for executing steps of any method in the first aspect of the embodiment of the present application.
In a fourth aspect, the present application provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program for electronic data exchange, where the computer program enables a computer to perform some or all of the steps described in any one of the methods of the first aspect of the present application, and the computer includes a mobile terminal.
In a fifth aspect, the present application provides a computer program product, wherein the computer program product includes a non-transitory computer-readable storage medium storing a computer program, and the computer program is operable to cause a computer to perform some or all of the steps as described in any one of the methods of the first aspect of the embodiments of the present application. The computer program product may be a software installation package, the computer comprising a mobile terminal.
It can be seen that, in the embodiment of the present application, an operating system in an operating system space of a mobile terminal first receives a scene data packet sent by a running target application program, where the scene data packet includes morton information of the running target application program; secondly, the operating system determines a network resource optimization strategy of the running target application program according to the pause information; and finally, the operating system adjusts the allocation of the mobile network resources of the running target application program according to the network resource optimization strategy. The embodiment of the application is beneficial to improving the real-time performance and the accuracy of the network performance optimization of the mobile terminal control target application program.
Drawings
Reference will now be made in brief to the accompanying drawings, to which embodiments of the present application relate.
FIG. 1A is a schematic diagram of a program runtime space of a smart phone;
FIG. 1B is a system architecture diagram of an android system;
fig. 2 is a schematic flowchart of a resource allocation method according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a resource allocation method according to an embodiment of the present disclosure;
FIG. 4 is a flowchart illustrating a resource allocation method according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a mobile terminal disclosed in an embodiment of the present application;
fig. 6 is a block diagram of functional units of a resource allocation apparatus according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a smart phone disclosed in an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "first," "second," and the like in the description and claims of the present application and in the accompanying drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
The Mobile terminal according to the embodiment of the present application may include various handheld devices, vehicle-mounted devices, wearable devices, computing devices or other processing devices connected to a wireless modem, and various forms of User Equipment (UE), Mobile Stations (MS), terminal devices (terminal device), and the like. For convenience of description, the above-mentioned devices are collectively referred to as a mobile terminal. The operating system related to the embodiment of the invention is a software system which performs unified management on hardware resources and provides a service interface for a user.
As shown in fig. 1A, a current mobile terminal such as a smart phone is generally provided with a program running space, where the program running space includes a user space and an operating system space, where the user space runs one or more application programs, the one or more application programs are third-party application programs installed on the mobile terminal, and the operating system space runs an operating system of the mobile terminal. The mobile terminal can specifically run an Android system, a mobile operating system iOS developed by apple Inc., and the like, and the mobile terminal is not limited herein. As shown in fig. 1B, for example, the mobile terminal runs an Android system, the corresponding user space includes an Application layer (Applications) in the Android system, and the operating system space may include an Application Framework layer (Application Framework) in the Android system, a system Runtime library layer (including system Runtime Libraries and Android Runtime runtimes), and a Linux Kernel layer (Linux Kernel). The application layer comprises various application programs which are directly interacted with the user or service programs which are written by Java language and run in the background. For example, programs that implement common basic functions on smartphones, such as Short Messaging Service (SMS) SMS, phone dialing, picture viewer, calendar, games, maps, World Wide Web (Web) browser, and other applications developed by developers. The application framework layer provides a series of class libraries required by Android application development, can be used for reusing components, and can also realize personalized extension through inheritance. And the system operation library layer is a support of an application program framework and provides services for each component in the Android system. The system operation library layer is composed of a system class library and Android operation. The Android runtime comprises two parts, namely a core library and a Dalvik virtual machine. The Linux kernel layer is used for realizing core functions such as hardware device driving, process and memory management, a network protocol stack, power management, wireless communication and the like.
The process created by the third-party application program is initially operated in the user space, and when the third-party application program is to perform the actions of sending data through a network, reading disk resources and the like, the process must be completed by calling the standard interface functions provided by the operating system, such as write, send and the like, namely, the CPU calls the code of the operating system space to complete the requested operation of the user. It can be seen that the third party application program wants to call the function provided by the operating system, and can only call the standard interface function provided by the third party application program. Meanwhile, the operating system does not know which functions the third-party application specifically executes, and the target application cannot command the operating system to execute special operations, which are independent from each other, so that the operating system cannot distinguish the internal operating scene of the target application, can only use one set of standard parameters for adaptation, and cannot perform targeted performance optimization for the internal operating scene of the target application.
In view of the above situation, an embodiment of the present application provides a resource allocation method for a target application of a mobile terminal, where in the method, an operating system in an operating space of the mobile terminal receives a scene data packet sent by the running target application, and the scene data packet includes morton information of the target application; the operating system determines a network resource optimization strategy of the target application program according to the pause information; the operating system adjusts the allocation of mobile network resources of the running target application program according to the network resource optimization strategy. The embodiment of the application is beneficial to improving the real-time performance and the accuracy of the network performance optimization of the mobile terminal control target application program.
Embodiments of the present application will be described below with reference to the accompanying drawings.
Referring to fig. 2, fig. 2 is a flowchart illustrating a resource allocation method according to an embodiment of the present application, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, and as shown in the figure, the resource allocation method includes:
s201, the operating system receives a scene data packet sent by the running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon.
The target application program refers to a third-party application program installed in a user space of the mobile terminal, the third-party application program may be, for example, an instant messaging application, a game application, or the like, and the third-party application program may be installed by a user or may be pre-installed by a developer before the mobile terminal leaves a factory, which is not limited herein.
The scene data packet is a data packet generated by a target application program of the mobile terminal according to scene related information of the target application program when the target application program runs, the target application program of which the scene related information is running comprises morton information, and the scene data packet may further include at least one of the following: the context identifier, the data format identifier, the start information, the resource update information, the account login information, the interface type information, the behavior information of the target application (such as data transmission behavior information and data reception behavior information), etc., which are not limited herein. The format of the scene data packet may be, for example, a data transmission format such as JavaScript Object Notation (JSON), protocol buffer (protocol), custom format, etc., and is not limited herein.
In one possible example, a preset data channel is included between the target application program and the operating system; the operating system receives a scene data packet sent by the running target application program, and the scene data packet comprises: and the operating system receives the scene data packet sent by the running target application program through the preset data channel.
The preset data channel is an effective data transmission link established between the target application program and the operating system when the target application program is running, and the data transmission link can be cleared after the target application program is not running.
In this possible example, the target application includes a data connection module, and the operating system includes a data connection management module; the method further comprises the following steps: and the data connection management module and the data connection module establish the preset data channel.
In this possible example, the target application program may further include a data collection module, a data sorting module, a priority management module, and a data receiving module, where the data receiving module is configured to collect key information of the target application program during running; the data sorting module is used for sorting the collected key information, such as combining repeated information, deleting redundant information and the like; the priority management module is used for classifying the collected key information according to the importance degree of the key information, preferentially processing the key information with high priority, filtering the key information with lower priority, or reducing the use of the key information with lower priority in the data packet generation process; the data receiving module is used for receiving and analyzing data sent by an operating system of the operating system and transmitting the data to the inside of the target application program.
S202, the operating system determines a network resource optimization strategy of the target application program according to the morton information.
The operating system determines that the network of the target application program is a mobile network, and acquires network information of the target application program; the operating system determines a network resource optimization strategy of the target application program according to the network information and the pause information; or the operating system determines the network resource optimization strategy of the target application program according to the scene identification and the pause information.
The network resource optimization policy refers to a resource configuration policy for improving the network operation performance of the running target application, such as an adjustment amount of a network bandwidth, a CPU resource adjustment policy, and a GPU resource adjustment policy, which are not limited herein.
S203, the operating system adjusts the allocation of the mobile network resources of the target application program according to the network resource optimization strategy.
It can be seen that, in the embodiment of the present application, since the scene data packet is sent by the running target application and includes the morton information, the morton information can accurately determine the network resource optimization policy of the running target application, and the operating system adjusts the configuration of the mobile network resource of the target application in real time according to the network resource optimization policy, so that the real-time performance optimization of the target application in the running process by the operating system is realized, and the real-time performance and the accuracy of controlling the target application by the mobile terminal to perform the network performance optimization are improved.
In one possible example, the operating system includes a management module and a plurality of policy modules; each strategy module is used for determining the network resource optimization strategy of at least one application program in the application programs with the same application type; the scene data packet also comprises an application type identifier of the target application program; the operating system determines a network resource optimization strategy of the target application program according to the morton information, and the network resource optimization strategy comprises the following steps: the management module acquires the application type identification and the pause information in the scene data packet; the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules; and the strategy module corresponding to the application type identifier determines a network resource optimization strategy of the target application program according to the pause information.
Each of the plurality of policy modules may be applicable to the same type of application, for example, a first policy module is applicable to a game application, a second policy module is applicable to an instant messaging application, and the like.
Wherein the determining, by the management module, a policy module corresponding to the application type identifier from among the policy modules includes: the management module takes the application type identifier as a query identifier, queries a mapping relation between a preset strategy module and the application type identifier, and determines a strategy module corresponding to the application type identifier in the scene data packet.
Therefore, in this example, the plurality of policy modules can realize refined control over different types of applications, and the mobile terminal only needs to load the policy module corresponding to the target application program operated by the foreground of the mobile terminal without simultaneously loading all policy modules, which is beneficial to reducing resource occupation and improving resource utilization rate and control efficiency.
In one possible example, the operating system includes a management module and a plurality of policy modules, each policy module for determining a network resource optimization policy for at least one of the applications of the same application type; the scene data packet also comprises a scene identifier of the target application program; the operating system determines a network resource optimization strategy of the target application program according to the morton information, and the network resource optimization strategy comprises the following steps: the management module acquires the scene identification and the pause information in a scene data packet; the management module determines a policy module applicable to the scene identifier in the plurality of policy modules; and the strategy module suitable for the scene identification determines the network resource optimization strategy of the target application program according to the pause information.
In one possible example, the policy module determines a network resource optimization policy of the target application according to the hiton information, including: the strategy module determines that the network of the target application program is a mobile network and acquires the network information of the target application program; and the strategy module determines a network resource optimization strategy of the target application program according to the network information and the pause information.
In this possible example, the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the pause information comprises a pause interface identifier and a pause time length; the policy module determines a network resource optimization policy of the target application program according to the network information and the morton information, and the policy module comprises: the strategy module determines a first reference adjustment amount of the network bandwidth of the target application program according to the first network bandwidth, the second network bandwidth and the pause time; the strategy module determines a second reference adjustment quantity of the network bandwidth of the target application program according to the interface identification; the policy module determines the adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount; and the strategy module determines the network resource optimization strategy of the target application program according to the adjustment quantity.
The policy module determines a second reference adjustment amount of the network bandwidth of the target application program according to the interface identifier, and the method comprises the following steps: and the strategy module queries a mapping relation between a preset operation scene and a second reference adjustment quantity by taking the operation scene as a query identifier according to the operation scene to which the determined interface identifier belongs, and acquires the second reference adjustment quantity corresponding to the interface identifier.
For example, according to the importance degree of different operation scenarios, a reference adjustment amount, that is, a second reference adjustment amount, is preset for each operation scenario, where the second reference adjustment amount may be an adjustment value determined by the mobile terminal based on historical record intelligent statistics, or an adjustment value actively set by the user, and is not limited herein.
It can be seen that, in the present example, since the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth, which are current network environment parameters, namely, the first reference adjustment body is associated with the current network environment, because the second reference adjustment amount is determined according to the interface identifier, and the interface identifier is associated with the running scene of the target application program, namely the second reference tuning body is associated with the operation scene of the target application program, and the adjustment quantity is determined according to the first reference adjustment quantity and the second reference adjustment quantity, so that the current network environment and the operation scene of the target application program are comprehensively considered by the adjustment quantity, the generated network resource optimization strategy is prevented from being not suitable for the current network environment, or the current running scene of the target application program is not adapted, so that the comprehensiveness and the accuracy of the mobile terminal for controlling the target application program to optimize the network resources are improved.
For example, the downlink rate of the first network bandwidth is 512kb, the downlink rate allocated to the second network bandwidth is 200kb, and the remaining 312kb can be allocated according to the katton time length; for example, the interval of 0s-500ms is allocated with a bandwidth of 0-50kb, and the interval of 500ms-1s is allocated with a bandwidth of 50kb-100kb, which is not limited in this example.
In one possible example, the scene data packet includes a data format identification; the management module determines the stuck information in the scene data packet, including: and the management module analyzes the scene data packet according to the data format indicated by the data format identification to determine the pause information.
The data format identifier may be, for example, JSON, Protobuf, or the like, which is not limited herein.
As can be seen, in this example, the data format identifier enables the operating system to quickly identify the data transmission format used by the scene data packet after receiving the scene data packet, so as to analyze the pause information in the scene data packet in real time, reduce the processing delay, facilitate improvement of the data processing efficiency, and improve the real-time performance of resource adjustment for the running target application program.
Referring to fig. 3, fig. 3 is a schematic flowchart of a resource allocation method according to an embodiment of the present application, and is applied to a mobile terminal including a target application program and an operating system, where the target application program runs in a user space of the mobile terminal, the operating system runs in an operating system space of the mobile terminal, and the operating system includes an operating system; the target application program comprises a data connection module, and the operating system comprises a data connection management module; the operating system includes a management module and a plurality of policy modules. As shown in the figure, the resource allocation method includes:
s301, the operating system receives a scene data packet sent by the running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon.
The operating system comprises a management module and a plurality of policy modules, wherein each policy module is used for determining a network resource optimization policy of an application program in at least one application program of the same application type.
The scene data packet further comprises an application type identifier of the target application program.
S302, the management module obtains the application type identifier and the pause information in the scene data packet.
S303, the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules.
S304, the strategy module determines the network resource optimization strategy of the target application program according to the pause information.
S305, the operating system adjusts the allocation of the mobile network resources of the target application program according to the network resource optimization strategy.
It can be seen that, in the embodiment of the present application, since the scene data packet is sent by the running target application and includes the morton information, the morton information can accurately determine the network resource optimization policy of the running target application, and the operating system adjusts the configuration of the mobile network resource of the target application in real time according to the network resource optimization policy, so that the real-time performance optimization of the target application in the running process by the operating system is realized, and the real-time performance and the accuracy of controlling the target application by the mobile terminal to perform the network performance optimization are improved.
In addition, the plurality of strategy modules are divided to realize refined control on different types of applications, and the mobile terminal only needs to load the strategy module corresponding to the target application program operated by the foreground of the mobile terminal without simultaneously loading all the strategy modules, so that the resource occupation of the mobile terminal is reduced, and the resource utilization rate and the control efficiency are improved.
In addition, the data format identifier enables the operating system to quickly identify the data transmission format used by the scene data packet after receiving the scene data packet, so that the application type identifier and the scene identifier in the scene data packet are analyzed in real time, the processing time delay is reduced, the data processing efficiency is improved, and the real-time performance of resource adjustment on the running target application program is improved.
Consistent with the embodiments shown in fig. 2 and fig. 3, please refer to fig. 4, where fig. 4 is a schematic flowchart of a resource configuration method provided in an embodiment of the present application, and is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more target applications, the operating system includes a management module, multiple policy modules, and a data connection management module, each policy module is configured to determine a network resource optimization policy of at least one application among the applications of the same application type, the target applications include the data connection module, the scenario data packet includes an application type identifier and stuck information of the target application, and the scenario data packet includes a data format identifier. As shown in the figure, the resource allocation method includes:
s401, the data connection management module and the data connection module establish a preset data channel.
S402, the data connection management module receives the scene data packet sent by the target application program through the preset data channel.
S403, the management module obtains the application type identifier and the pause information in the scene data packet.
The pause information is used for indicating an application interface of the target application program, wherein the pause phenomenon occurs.
S404, the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules.
S405, the strategy module determines that the network of the target application program is a mobile network, and acquires the network information of the target application program.
The network information comprises a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application program; the pause information comprises a pause interface identifier and a pause time length.
S406, the policy module determines a first reference adjustment amount of the network bandwidth of the target application program according to the first network bandwidth, the second network bandwidth and the pause time.
S407, the strategy module determines a second reference adjustment amount of the network bandwidth of the target application program according to the interface identifier.
S408, the strategy module determines the adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount.
S409, the strategy module determines the network resource optimization strategy of the target application program according to the adjustment amount.
S410, the operating system adjusts the distribution of the data resources of the target application program according to the network resource optimization strategy.
It can be seen that, in the embodiment of the present application, since the scene data packet is sent by the running target application and includes the morton information, the morton information can accurately determine the network resource optimization policy of the running target application, and the operating system adjusts the configuration of the mobile network resource of the target application in real time according to the network resource optimization policy, so that the real-time performance optimization of the target application in the running process by the operating system is realized, and the real-time performance and the accuracy of controlling the target application by the mobile terminal to perform the network performance optimization are improved.
In addition, the plurality of strategy modules are divided to realize refined control on different types of applications, and the mobile terminal only needs to load the strategy module corresponding to the target application program operated by the foreground of the mobile terminal without simultaneously loading all the strategy modules, so that the resource occupation of the mobile terminal is reduced, and the resource utilization rate and the control efficiency are improved.
In addition, the scene data packet is processed uniformly by the management module, the strategy module only needs to directly receive the processing result of the strategy module, so that the functions of light weight and fine strategy module are facilitated, the strategy module is convenient to maintain, add and the like, and the system stability is improved.
In addition, since the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth, which are current network environment parameters, namely, the first reference adjustment body is associated with the current network environment, because the second reference adjustment amount is determined according to the interface identifier, and the interface identifier is associated with the running scene of the target application program, namely the second reference tuning body is associated with the operation scene of the target application program, and the adjustment quantity is determined according to the first reference adjustment quantity and the second reference adjustment quantity, so that the current network environment and the operation scene of the target application program are comprehensively considered by the adjustment quantity, the generated network resource optimization strategy is prevented from being not suitable for the current network environment, or the current running scene of the target application program is not adapted, so that the comprehensiveness and the accuracy of the mobile terminal for controlling the target application program to optimize the network resources are improved.
In accordance with the embodiments shown in fig. 2, fig. 3, and fig. 4, please refer to fig. 5, and fig. 5 is a schematic structural diagram of a mobile terminal provided in an embodiment of the present application, where the mobile terminal runs one or more application programs and an operating system, and as shown in the figure, the mobile terminal includes a processor, a memory, a communication interface, and one or more programs, where the one or more programs are different from the one or more application programs, and the one or more programs are stored in the memory and configured to be executed by the processor, and the programs include instructions for performing the following steps;
receiving a scene data packet sent by the running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon;
determining a network resource optimization strategy of the target application program according to the pause information;
and adjusting the allocation of the mobile network resources of the target application program according to the network resource optimization strategy.
It can be seen that, in the embodiment of the present application, since the scene data packet is sent by the running target application and includes the morton information, the morton information can accurately determine the network resource optimization policy of the running target application, and the operating system adjusts the configuration of the mobile network resource of the target application in real time according to the network resource optimization policy, so that the real-time performance optimization of the target application in the running process by the operating system is realized, and the real-time performance and the accuracy of controlling the target application by the mobile terminal to perform the network performance optimization are improved.
In one possible example, the operating system includes a management module and a plurality of policy modules; in the aspect of determining the network resource optimization policy of the target application according to the morton information, the instructions in the program are specifically configured to perform the following operations: controlling the management module to acquire the application type identifier and the pause information in the scene data packet; and controlling the management module to determine a policy module corresponding to the application type identifier in the plurality of policy modules; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the pause information.
In one possible example, in terms of the controlling the policy module determining the network resource optimization policy of the target application according to the morton information, the instructions in the program are specifically configured to perform the following operations: controlling the policy module to determine that the network of the target application program is a mobile network, and acquiring network information of the target application program; and controlling the strategy module to determine a network resource optimization strategy of the target application program according to the network information and the pause information.
In this possible example, the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the pause information comprises a pause interface identifier and a pause time length; in terms of the controlling the policy module determining the network resource optimization policy of the target application according to the network information and the morton information, the instructions in the program are specifically configured to perform the following operations: controlling the policy module to determine a first reference adjustment amount of the network bandwidth of the target application program according to the first network bandwidth, the second network bandwidth and the pause time; controlling the strategy module to determine a second reference adjustment quantity of the network bandwidth of the target application program according to the interface identification; controlling the policy module to determine an adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the adjustment amount.
In one possible example, the context data packet further includes a context identifier of the target application; the policy control module determines a network resource optimization policy aspect of the target application program according to the scene identifier and the morton information, and an instruction in the program is specifically used for executing the following operations: controlling the strategy module to determine a first reference adjustment amount of the network bandwidth of the target application program according to the network information and the pause information; controlling the policy module to determine a second reference adjustment amount of the network bandwidth of the target application according to the scene identification; controlling the policy module to determine an adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the adjustment amount.
In one possible example, a preset data channel is included between the target application program and the operating system; in the aspect of receiving the scene data packet sent by the running target application program, the instructions in the program are specifically configured to perform the following operations: and receiving the scene data packet sent by the running target application program through the preset data channel.
The scheme of the embodiment of the application is introduced mainly from the perspective of the method-side implementation process. It is to be understood that the mobile terminal, in order to implement the functions, includes a corresponding hardware structure and/or software modules for performing the respective functions. Those of skill in the art would readily appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as hardware or combinations of hardware and computer software. Whether a function is performed as hardware or computer software drives hardware depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiment of the present application, the mobile terminal may be divided into the functional units according to the method example, for example, each functional unit may be divided corresponding to each function, or two or more functions may be integrated into one processing unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logic function division, and there may be another division manner in actual implementation.
In case of integrated units, fig. 6 shows a block diagram of a possible functional unit composition of the resource configuration device involved in the described embodiment. The resource configuration apparatus 600 includes: a processing unit 602 and a communication unit 603. Processing unit 602 is configured to control and manage actions of the resource configuration device, e.g., processing unit 602 is configured to support the resource configuration device to perform steps S201-S203 in fig. 2, steps S301-S305 in fig. 3, steps S401-S410 in fig. 4, and/or other processes for the techniques described herein. The resource configuration means may further comprise a storage unit 601 for storing program codes and data.
The processing unit 602 is configured to control an operating system to receive, through the communication unit 603, a scene data packet sent by the running target application, where the scene data packet includes stuck information of the target application, and the stuck information is used to indicate an application interface of the target application where a stuck phenomenon occurs; and a network resource optimization strategy used for determining the target application program according to the pause information; and adjusting allocation of mobile network resources of the target application according to the network resource optimization policy.
In one possible example, the operating system includes a management module and a plurality of policy modules; in the aspect of determining the network resource optimization policy of the target application according to the morton information, the processing unit 602 is specifically configured to: controlling the management module to determine the pause information in the scene data packet; and controlling the management module to determine a policy module corresponding to the application type identifier in the plurality of policy modules; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the pause information.
In a possible example, in terms of the controlling the policy module determining the network resource optimization policy of the target application according to the hiton information, the processing unit 602 is specifically configured to: controlling the policy module to determine that the network of the target application program is a mobile network, and acquiring network information of the target application program; and controlling the policy module to determine a network resource optimization policy of the target application program according to the network information and the pause information.
In one possible example, the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the pause information comprises a pause interface identifier and a pause time length; in an aspect that the control module determines the network resource optimization policy of the target application according to the network information and the morton information, the processing unit 602 is specifically configured to: controlling the policy module to determine a first reference adjustment amount of the network bandwidth of the target application program according to the first network bandwidth, the second network bandwidth and the pause time; controlling the strategy module to determine a second reference adjustment quantity of the network bandwidth of the target application program according to the interface identification; and controlling the policy module to determine an adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the adjustment amount.
In one possible example, the context data packet further includes a context identifier of the target application; in an aspect that the control module determines the network resource optimization policy of the target application according to the network information and the morton information, the processing unit 602 is specifically configured to: controlling the strategy module to determine a first reference adjustment amount of the network bandwidth of the target application program according to the network information and the pause information; and controlling the policy module to determine a second reference adjustment amount of the network bandwidth of the target application according to the scene identification; and controlling the policy module to determine an adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount; and controlling the strategy module to determine the network resource optimization strategy of the target application program according to the adjustment amount.
In one possible example, the scene data packet includes a data format identification; in an aspect that the control module determines the hiton information in the scene data packet, the processing unit 602 is specifically configured to: and controlling the management module to analyze the scene data packet according to the data format indicated by the data format identifier to determine the application type identifier, the scene identifier and the pause information.
In one possible example, the target application includes a data connection module, and the operating system includes a data connection management module; in respect to the receiving the scene data packet sent by the running target application, the processing unit 602 is specifically configured to: controlling the data connection management module and the data connection module to establish a preset data channel; and controlling the data connection management module to receive the scene data packet sent by the target application program through the preset data channel.
Wherein, the processing unit 602 can be a processor or a controller, the communication unit 603 can be an internal communication interface between the processor and a program execution space, such as a communication interface between the processor and an operating system space, or a communication interface between the processor and a user space, and the storage unit 601 can be a memory.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a smart phone 700 according to an embodiment of the present application, where the smart phone 700 includes: casing 710, touch-sensitive display screen 720, mainboard 730, battery 740 and subplate 750, be provided with leading camera 731, processor 732, memory 733, power management chip 734 on mainboard 730, be provided with oscillator 751, integrative sound chamber 752, VOOC flash charging interface 753 and fingerprint identification module 754 on the subplate.
The smart phone comprises a target application program and an operating system, wherein the target application program runs in a user space, and the operating system runs in an operating system space. The method comprises the steps that an operating system receives a scene data packet sent by a running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon; the operating system determines a network resource optimization strategy of the target application program according to the pause information; and the operating system adjusts the mobile network resources of the target application program according to the network resource optimization strategy.
The processor 732 is a control center of the smartphone, connects various parts of the entire smartphone by using various interfaces and lines, and executes various functions and processes data of the smartphone by running or executing software programs and/or modules stored in the memory 733 and calling data stored in the memory 733, thereby integrally monitoring the smartphone. Alternatively, processor 732 may include one or more processing units; preferably, the processor 732 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 is to be appreciated that the modem processor may not be integrated into processor 732. The Processor 732 may be, for example, a Central Processing Unit (CPU), a general purpose Processor, a Digital Signal Processor (DSP), an Application-Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a transistor logic device, a hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs, and microprocessors, among others.
The memory 733 may be used to store software programs and modules, and the processor 732 executes various functional applications and data processing of the smart phone by operating the software programs and modules stored in the memory 733. The memory 733 may mainly include a program storage area that may store an operating system, an application program required for at least one function, and the like, and a data storage area; the storage data area may store data created according to the use of the smartphone, and the like. Further, the memory 733 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. The Memory 733 may be, for example, a Random Access Memory (RAM), a flash Memory, a Read Only Memory (ROM), an Erasable Programmable Read Only Memory (EPROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a register, a hard disk, a removable hard disk, a compact disc Read Only Memory (CD-ROM), or any other form of storage medium known in the art.
Embodiments of the present application also provide a computer storage medium, where the computer storage medium stores a computer program for electronic data exchange, and the computer program enables a computer to execute part or all of the steps of any one of the methods described in the method embodiments, and the computer includes a mobile terminal.
Embodiments of the present application also provide a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform some or all of the steps of any of the methods as recited in the method embodiments. The computer program product may be a software installation package, said computer comprising a mobile terminal.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the above-described division of the units is only one type of division of logical functions, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of some interfaces, devices or units, and may be an electric or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit may be stored in a computer readable memory if it is implemented in the form of a software functional unit and sold or used as a stand-alone product. Based on such understanding, the technical solution of the present application may be substantially implemented or a part of or all or part of the technical solution contributing to the prior art may be embodied in the form of a software product stored in a memory, and including several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above-mentioned method of the embodiments of the present application. And the aforementioned memory comprises: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable memory, which may include: flash Memory disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the above description of the embodiments is only provided to help understand the method and the core concept of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in view of the above, the content of the present specification should not be construed as a limitation to the present application.

Claims (9)

1. A resource allocation method is applied to a mobile terminal, wherein an operating system and one or more application programs run on the mobile terminal, and the method comprises the following steps:
the operating system receives a scene data packet sent by a running target application program, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon; the scene data packet is a data packet generated by the target application program according to the scene associated information of the target application program during running, the scene associated information includes the card pause information of the running target application program, and the scene data packet further includes at least one of the following: scene identification, data format identification, starting information, resource updating information, interface type information and behavior information of a target application program;
the operating system determines a network resource optimization strategy of the target application program according to the pause information, wherein the network resource optimization strategy comprises an adjustment amount of network bandwidth, and the network resource optimization strategy is used for adjusting the network bandwidth, CPU resources and GPU resources;
the operating system adjusts the mobile network resources of the target application program according to the network resource optimization strategy;
a preset data channel is arranged between the target application program and the operating system, and the preset data channel is an effective data transmission link established between the target application program and the operating system when the target application program is running;
the operating system receives a scene data packet sent by the running target application program, and the scene data packet comprises:
and the operating system receives the scene data packet sent by the running target application program through the preset data channel.
2. The method of claim 1, wherein the operating system comprises a management module and a plurality of policy modules, each policy module for determining a network resource optimization policy for at least one of the applications of the same application type; the scene data packet also comprises an application type identifier of the target application program; the operating system determines a network resource optimization strategy of the target application program according to the morton information, and the network resource optimization strategy comprises the following steps:
the management module acquires the application type identification and the pause information in the scene data packet;
the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules;
and the strategy module determines a network resource optimization strategy of the target application program according to the pause information.
3. The method of claim 1, wherein the operating system comprises a management module and a plurality of policy modules, each policy module for determining a network resource optimization policy for at least one of the applications of the same application type; the scene data packet also comprises a scene identifier of the target application program; the operating system determines a network resource optimization strategy of the target application program according to the morton information, and the network resource optimization strategy comprises the following steps:
the management module acquires the scene identification and the pause information in a scene data packet;
the management module determines a policy module applicable to the scene identifier in the plurality of policy modules;
and the strategy module determines a network resource optimization strategy of the target application program according to the pause information.
4. The method of claim 2 or 3, wherein the policy module determines a network resource optimization policy of the target application according to the morton information, comprising:
the strategy module determines that the network of the target application program is a mobile network and acquires the network information of the target application program;
and the strategy module determines a network resource optimization strategy of the target application program according to the network information and the pause information.
5. The method of claim 4, wherein the network information comprises a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the pause information comprises a pause interface identifier and a pause time length; the policy module determines a network resource optimization policy of the target application program according to the network information and the morton information, and the policy module comprises:
the policy module determines a first reference adjustment amount of the network bandwidth of the target application program according to the first network bandwidth, the second network bandwidth and the pause time;
the strategy module determines a second reference adjustment quantity of the network bandwidth of the target application program according to the interface identification;
the policy module determines the adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount;
and the strategy module determines the network resource optimization strategy of the target application program according to the adjustment quantity.
6. The method of claim 4, wherein the context data packet further comprises a context identifier of the target application; the policy module determines a network resource optimization policy of the target application program according to the network information and the morton information, and the policy module comprises:
the strategy module determines a first reference adjustment amount of the network bandwidth of the target application program according to the network information and the pause information;
the strategy module determines a second reference adjustment amount of the network bandwidth of the target application program according to the scene identification;
the policy module determines the adjustment amount of the network bandwidth of the target application program according to the first reference adjustment amount and the second reference adjustment amount;
and the strategy module determines the network resource optimization strategy of the target application program according to the adjustment quantity.
7. A resource allocation device is applied to a mobile terminal, an operating system and one or more application programs run on the mobile terminal, the resource allocation device comprises a processing unit and a communication unit,
the processing unit is used for receiving a scene data packet sent by the running target application program through the communication unit, wherein the scene data packet comprises pause information of the target application program, and the pause information is used for indicating an application interface of the target application program, which generates a pause phenomenon; and a network optimization strategy used for determining the target application program according to the pause information; the network resource optimization strategy is used for adjusting the allocation of the network resources of the target application program according to the network optimization strategy, the network resource optimization strategy comprises the adjustment amount of the network bandwidth, and the network resource optimization strategy is used for adjusting the network bandwidth, the CPU resources and the GPU resources; the scene data packet is a data packet generated by the target application program according to the scene associated information of the target application program during running, the scene associated information includes the card pause information of the running target application program, and the scene data packet further includes at least one of the following: scene identification, data format identification, starting information, resource updating information, interface type information and behavior information of a target application program;
a preset data channel is arranged between the target application program and the operating system, and the preset data channel is an effective data transmission link established between the target application program and the operating system when the target application program is running;
the communication unit receives a scene data packet sent by the running target application program, and comprises:
and the communication unit receives a scene data packet sent by the running target application program through the preset data channel.
8. A mobile terminal comprising a processor, memory, a communications interface, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the processor, the programs comprising instructions for performing the steps of the method of any of claims 1-7.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method according to any one of claims 1-6, the computer comprising a mobile terminal.
CN201710774753.1A 2017-08-31 2017-08-31 Resource allocation method and related product Active CN107547746B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710774753.1A CN107547746B (en) 2017-08-31 2017-08-31 Resource allocation method and related product
PCT/CN2018/102799 WO2019042294A1 (en) 2017-08-31 2018-08-28 Resource allocation method and related product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710774753.1A CN107547746B (en) 2017-08-31 2017-08-31 Resource allocation method and related product

Publications (2)

Publication Number Publication Date
CN107547746A CN107547746A (en) 2018-01-05
CN107547746B true CN107547746B (en) 2020-09-04

Family

ID=60959340

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710774753.1A Active CN107547746B (en) 2017-08-31 2017-08-31 Resource allocation method and related product

Country Status (2)

Country Link
CN (1) CN107547746B (en)
WO (1) WO2019042294A1 (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107547746B (en) * 2017-08-31 2020-09-04 Oppo广东移动通信有限公司 Resource allocation method and related product
CN108446178A (en) * 2018-03-05 2018-08-24 北京小米移动软件有限公司 Optimize the method and device of interim card
CN108646938B (en) * 2018-03-13 2020-04-17 Oppo广东移动通信有限公司 Configuration method and device of touch screen, terminal and storage medium
CN108989547B (en) * 2018-06-20 2021-03-16 Oppo广东移动通信有限公司 Light emission control method, device, terminal and storage medium
CN109766282B (en) * 2019-01-31 2020-09-25 Oppo广东移动通信有限公司 Stuck detection method, stuck detection device and terminal equipment
CN109951316B (en) * 2019-02-19 2022-04-29 腾讯科技(深圳)有限公司 Application program management method and device, computer readable medium and electronic equipment
CN111158901B (en) * 2019-12-09 2023-09-08 爱芯元智半导体(宁波)有限公司 Optimization method, optimization device, computer equipment and storage medium for calculation graph
CN110996325B (en) * 2019-12-13 2023-10-20 深圳市联洲国际技术有限公司 AP network resource allocation method, device, equipment, system and storage medium
CN111694713B (en) * 2020-06-15 2023-04-11 Oppo(重庆)智能科技有限公司 Application operation optimization method and device and computer readable storage medium
CN112925595A (en) * 2021-01-25 2021-06-08 北京达佳互联信息技术有限公司 Resource distribution method and device, electronic equipment and storage medium
CN112905269A (en) * 2021-02-09 2021-06-04 Oppo广东移动通信有限公司 Network access method, device, terminal and storage medium of application program
CN113010414A (en) * 2021-02-24 2021-06-22 北京每日优鲜电子商务有限公司 Application program performance management method and device based on bytecode instrumentation technology
CN113407344A (en) * 2021-06-25 2021-09-17 北京字节跳动网络技术有限公司 Method and device for processing stuck
CN113923199A (en) * 2021-10-11 2022-01-11 交控科技股份有限公司 Data communication transmission optimization method and system
CN114143812B (en) * 2021-12-02 2022-10-11 爱浦路网络技术(北京)有限公司 Network resource optimization method, system, device and storage medium based on 5G
CN116709368B (en) * 2022-10-17 2024-04-16 荣耀终端有限公司 Network acceleration method and device
CN115756823B (en) * 2022-10-20 2024-04-16 广州汽车集团股份有限公司 Service issuing method, device, vehicle and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103430151A (en) * 2012-07-06 2013-12-04 华为终端有限公司 Method and apparatus for configuring resource
CN104731304A (en) * 2015-03-20 2015-06-24 广东欧珀移动通信有限公司 Adjusting method and device for CPU frequency adjustment mode in terminal
CN104991775A (en) * 2015-07-03 2015-10-21 北京奇虎科技有限公司 Game acceleration method and apparatus
CN106020987A (en) * 2016-05-31 2016-10-12 广东欧珀移动通信有限公司 Method and device for determining kernel running configurations in processor
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN106775803A (en) * 2016-11-14 2017-05-31 努比亚技术有限公司 A kind of parameter value adjuster, terminal and method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2359387B (en) * 2000-02-15 2004-04-14 Motorola Inc Operating a user station in a cellular communications system
CN103024825B (en) * 2011-09-26 2015-07-01 中国移动通信集团公司 Method and device of distributing network source among multiple applications of terminal
CN106708710A (en) * 2015-11-12 2017-05-24 高德软件有限公司 Thread jamming identification method and apparatus
CN105975301B (en) * 2016-04-29 2018-09-04 北京小米移动软件有限公司 Memory method for cleaning and device, electronic equipment
CN106559579B (en) * 2016-11-30 2020-08-21 契科基纳(南京)科技有限公司 Mobile terminal and CPU/GPU scheduling parameter updating method
CN107426432B (en) * 2017-07-31 2019-09-17 Oppo广东移动通信有限公司 Resource allocation method and Related product
CN107547746B (en) * 2017-08-31 2020-09-04 Oppo广东移动通信有限公司 Resource allocation method and related product

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103430151A (en) * 2012-07-06 2013-12-04 华为终端有限公司 Method and apparatus for configuring resource
CN104731304A (en) * 2015-03-20 2015-06-24 广东欧珀移动通信有限公司 Adjusting method and device for CPU frequency adjustment mode in terminal
CN104991775A (en) * 2015-07-03 2015-10-21 北京奇虎科技有限公司 Game acceleration method and apparatus
CN106020987A (en) * 2016-05-31 2016-10-12 广东欧珀移动通信有限公司 Method and device for determining kernel running configurations in processor
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN106775803A (en) * 2016-11-14 2017-05-31 努比亚技术有限公司 A kind of parameter value adjuster, terminal and method

Also Published As

Publication number Publication date
CN107547746A (en) 2018-01-05
WO2019042294A1 (en) 2019-03-07

Similar Documents

Publication Publication Date Title
CN107547746B (en) Resource allocation method and related product
CN107577533B (en) Resource allocation method and related product
CN107861816B (en) Resource allocation method and device
CN107547745B (en) Resource allocation method and related product
CN107450988B (en) Resource allocation method and related product
CN107479970B (en) Resource allocation method and related product
US11151010B2 (en) Resource configuration method, mobile terminal and storage medium
WO2019047709A1 (en) Resource configuration method and related product
CN107528976B (en) Resource allocation method and related product
CN107807852B (en) Application program performance control method, device and computer readable storage medium
WO2019042171A1 (en) Resource allocation method and product related thereto
WO2019042180A1 (en) Resource allocation method and related product
JP2021516395A (en) Resource configuration method, equipment, terminals, and storage media
CN107517306B (en) Resource allocation method and related product
CN107635078B (en) Game control method and device
CN107797868B (en) Resource adjusting method and device
WO2019109868A1 (en) Resource allocation method and related product
CN107589977B (en) Resource allocation method, resource allocation device, mobile terminal and medium
CN107832142B (en) Resource allocation method and equipment for application program
US20190138355A1 (en) Method for Resource Allocation and Related Products
WO2019228344A1 (en) Resource configuration method and apparatus, and terminal and storage medium
US11016812B2 (en) Method for resource allocation and terminal device
CN108536480B (en) Input method configuration method and related product
WO2019072208A1 (en) Application running control method and device
WO2019047708A1 (en) Resource configuration method and related product

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 523860 No. 18, Wu Sha Beach Road, Changan Town, Dongguan, Guangdong

Applicant after: OPPO Guangdong Mobile Communications Co., Ltd.

Address before: 523860 No. 18, Wu Sha Beach Road, Changan Town, Dongguan, Guangdong

Applicant before: Guangdong OPPO Mobile Communications Co., Ltd.

GR01 Patent grant
GR01 Patent grant