WO2019042294A1 - Resource allocation method and related product - Google Patents

Resource allocation method and related product Download PDF

Info

Publication number
WO2019042294A1
WO2019042294A1 PCT/CN2018/102799 CN2018102799W WO2019042294A1 WO 2019042294 A1 WO2019042294 A1 WO 2019042294A1 CN 2018102799 W CN2018102799 W CN 2018102799W WO 2019042294 A1 WO2019042294 A1 WO 2019042294A1
Authority
WO
WIPO (PCT)
Prior art keywords
target application
policy
network
information
adjustment amount
Prior art date
Application number
PCT/CN2018/102799
Other languages
French (fr)
Chinese (zh)
Inventor
程杰
陈岩
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Publication of WO2019042294A1 publication Critical patent/WO2019042294A1/en

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

Definitions

  • the present application relates to the field of mobile terminal technologies, and in particular, to a resource configuration method and related products.
  • the embodiment of the present application provides a resource configuration method and related products, which can improve real-time and accuracy of network optimization of a mobile terminal control target application.
  • the embodiment of the present application provides a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
  • the operating system receives a scenario data packet sent by the target application that is running, the scenario data packet includes carton information of the target application, and the carton information is used to indicate occurrence of the target application Application interface of the Caton phenomenon;
  • the operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
  • the embodiment of the present application provides a resource configuration apparatus, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, where the resource configuration device includes a processing unit and a communication unit.
  • the processing unit is configured to control an operating system to receive, by the communication unit, a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of the target application, the The information is used to indicate an application interface of the target application that is stuck; and a network resource optimization policy for determining the target application according to the cardon information; and for adjusting according to the network resource optimization policy The allocation of mobile network resources of the target application.
  • 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 foregoing memory, and are configured by the foregoing processing. Executing, the above program includes instructions for performing the steps in any of the methods of the first aspect of the embodiments of the present application.
  • the embodiment of the present application provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to execute the embodiment of the present application.
  • the computer comprises a mobile terminal.
  • an embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the implementation as in the present application. Some or all of the steps described in any of the methods of the first aspect.
  • the computer program product can be a software installation package, and the computer includes a mobile terminal.
  • 1A is a schematic diagram of a program running space of a smart phone
  • 1B is a system architecture diagram of an Android system
  • FIG. 2 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present disclosure.
  • FIG. 6 is a block diagram showing the functional units of a resource configuration 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.
  • references to "an embodiment” herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application.
  • the appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
  • the mobile terminal involved in the embodiments of the present application may include various handheld devices having wireless communication functions, in-vehicle devices, wearable devices, computing devices, or other processing devices connected to the wireless modem, and various forms of user devices (User Equipment, UE), mobile station (MS), terminal device, and the like.
  • user devices User Equipment, UE
  • MS mobile station
  • terminal device terminal device, and the like.
  • the operating system involved in the embodiments of the present invention is a software system that uniformly manages hardware resources and provides a service interface to users.
  • a mobile terminal such as a smart phone is generally provided with a program running space, and the program running space includes a user space and an operating system space, wherein the user space runs one or more applications, and the one or more applications
  • the program is a third-party application installed on the mobile terminal, and the operating system space runs an operating system with the mobile terminal.
  • the mobile terminal can specifically run the Android Android system, the mobile operating system iOS developed by Apple, etc., and is not limited herein.
  • the mobile terminal runs an Android system as an example, and the corresponding user space includes an application layer in the Android system, and the operating system space may include an application framework layer in the Android system.
  • the application layer includes various types of applications that directly interact with the user, or a service program written in the Java language and running in the background. For example, programs that implement common basic functions on smartphones, such as Short Messaging Service (SMS) text messages, phone dialing, picture browsers, calendars, games, maps, World Wide Web (Web) browsers, etc. Programs, as well as other applications developed by developers.
  • SMS Short Messaging Service
  • the application framework layer provides a set of libraries needed to develop Android applications, which can be used to reuse components, or to extend personalization through inheritance.
  • the system runtime layer is the support of the application framework, providing services for the various components in the Android system.
  • the system runtime layer consists of the system class library and the Android runtime.
  • the Android runtime consists of a core library and a Dalvik virtual machine.
  • the Linux kernel layer is used to implement core functions such as hardware device driver, process and memory management, network protocol stack, power management, and wireless communication.
  • the process created by the third-party application is initially run in the user space.
  • it wants to perform operations such as sending data and reading disk resources on the network, it must call standard interface functions provided by the operating system, such as write and send.
  • the CPU calls the code of the operating system space to complete the user's request operation.
  • third-party applications want to call the functions provided by the operating system and can only call the standard interface functions they provide.
  • the operating system does not know which functions are actually executed by the third-party application, and the target application cannot command the operating system to perform special operations.
  • the two are independent of each other, which makes the operating system unable to distinguish the internal running scenario of the target application. It can only be adapted using a standard set of parameters, and it is not possible to perform targeted performance optimization for the internal running scenario of the target application.
  • the embodiment of the present application provides a resource configuration method for a target application of a mobile terminal, where the operating system of the operation space of the mobile terminal receives a scenario data packet sent by the running target application.
  • the scenario data packet includes the card information of the target application; the operating system determines a network resource optimization policy of the target application according to the cardon information; and the operating system adjusts the mobile network of the running target application according to the network resource optimization policy.
  • the allocation of resources is beneficial to improving the real-time and accuracy of the network performance optimization of the mobile terminal control target application.
  • FIG. 2 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, as shown in the figure.
  • This resource configuration method includes:
  • the operating system receives a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of the target application, and the carton information is used to indicate the target application.
  • the application interface for the occurrence of the Caton phenomenon.
  • the target application refers to a third-party application installed in a user space of the mobile terminal, and the third-party application may be, for example, an instant messaging application, a game application, or the like, and the third-party application may be installed by a user, or The developer pre-installs the mobile terminal before leaving the factory, and is not limited here.
  • the scenario data packet is a data packet generated by the target application of the mobile terminal according to the scenario association information of the target application at runtime, and the target application that is running the scenario association information includes the cardon information, and may also include at least the following A: scene identifier, data format identifier, startup information, resource update information, account login information, interface type information, behavior information of the target application (such as data transmission behavior information, data reception behavior information, etc.), etc.
  • the format of the scene data packet may be, for example, a Java Object Object Notation (JSON), a protocol buffer (ProtocolBuffer, Protobuf), a custom format, and the like, and is not limited herein.
  • a preset data channel is included between the target application and the operating system; the operating system receives a scenario data packet sent by the target application that is running, including: the operating system Receiving, by the preset data channel, a scene data packet sent by the running target application.
  • the preset data channel is an effective data transmission link established between the target application and the operating system when the target application is running, and the data transmission link is cleared after the target application is not running.
  • the target application includes a data connection module
  • the operating system includes a data connection management module
  • the method further includes: the data connection management module and the data connection module establish the preset Data channel.
  • the target application may further include a data collection module, a data collation module, a priority management module, and a data receiving module, wherein the data receiving module is configured to collect key information of the target application at runtime;
  • the module is used to sort the collected key information, such as merging duplicate information, deleting redundant information, etc.;
  • the priority management module is used to classify the collected key information according to the importance of the key information, and prioritize the high priority. Key information, filtering key information with lower priority, or reducing the use of lower priority key information in the packet generation process;
  • the data receiving module is used to receive and parse the data sent by the operating system and pass it to Inside the target application.
  • the operating system determines a network resource optimization policy of the target application according to the cardon information.
  • the operating system determines that the network of the target application is a mobile network, and acquires network information of the target application; the operating system determines the target application according to the network information and the cardon information. a network resource optimization policy; or the operating system determines a network resource optimization policy of the target application according to the scenario identifier and the cardon information.
  • the network resource optimization policy refers to a resource configuration policy, such as a network bandwidth adjustment, a CPU resource adjustment policy, and a GPU resource adjustment policy, for improving the network running performance of the running target application, and is not unique here. limited.
  • the operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
  • the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
  • the operating system includes a management module and a plurality of policy modules; each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; the scenario data packet is further The application type identifier of the target application is determined, and the operating system determines the network resource optimization policy of the target application according to the cardon information, where the management module acquires the application in the scenario data package. a type identifier and the cardon information; the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules; and the policy module corresponding to the application type identifier is based on the card information Determining a network resource optimization strategy of the target application.
  • Each of the multiple policy modules can be applied to the same type of application, such as the first policy module is applicable to the game application, the second policy module is applicable to the instant messaging application, and the like.
  • the management module determines the policy module corresponding to the application type identifier in the multiple policy modules, and the management module uses the application type identifier as the query identifier to query the preset policy module and the application type identifier.
  • the mapping relationship between the two determines the policy module corresponding to the application type identifier in the scenario data packet.
  • multiple policy modules can implement fine control of different types of applications, and the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reduce Resource occupation, improve resource utilization and control efficiency.
  • the operating system includes a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; the scenario data packet is further And including the scenario identifier of the target application, where the operating system determines the network resource optimization policy of the target application according to the cardon information, where the management module acquires the scenario identifier and the location in the scenario data packet. Determining the card information; the management module determines a policy module applicable to the scenario identifier in the plurality of policy modules; and the policy module applicable to the scenario identifier determines the target application according to the cardon information Network resource optimization strategy.
  • the policy module determines, according to the cardon information, a network resource optimization policy of the target application, where the policy module determines that the network of the target application is a mobile network, and obtains the Network information of the target application; the policy module determines a network resource optimization policy of the target application according to the network information and the cardon information.
  • the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application;
  • the cardon information includes a Karton interface identifier and a stuck duration; Determining, by the policy module, the network resource optimization policy of the target application according to the network information and the cardon information, including: the policy module according to the first network bandwidth, the second network bandwidth, and the stuck time Long, determining a first reference adjustment amount of the network bandwidth of the target application; the policy module determining a second reference adjustment amount of the network bandwidth of the target application according to the interface identifier; the policy module is according to the first Determining, by the reference adjustment amount and the second reference adjustment amount, an adjustment amount of a network bandwidth of the target application; the policy module determining a network resource optimization policy of the target application according to the adjustment amount.
  • Determining, by the policy module, the second reference adjustment amount of the network bandwidth of the target application according to the interface identifier includes: querying, by the policy module, the running scenario that the interface identifier belongs to, using the running scenario as a query identifier, and querying the preset A mapping relationship between the running scenario and the second reference adjustment amount is obtained, and the second reference adjustment amount corresponding to the interface identifier is obtained.
  • a reference adjustment amount that is, a second reference adjustment amount, which may be an adjustment value determined by the mobile terminal based on historical intelligent statistics, is preset for each running scenario.
  • the adjustment value set by the user actively which is not limited here.
  • the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth
  • the first network bandwidth and the second network bandwidth are current network environment parameters, that is, the first reference adjustment body is associated with the current network environment.
  • the second reference adjustment amount is determined according to the interface identifier, and the interface identifier is associated with the running scenario of the target application, that is, the second reference adjustment body is associated with the running scenario of the target application, because the adjustment amount is according to the first reference adjustment amount.
  • the second reference adjustment amount is determined, so the adjustment amount comprehensively considers the current network environment and the running scenario of the target application, avoiding that the generated network resource optimization strategy is not suitable for the current network environment, or does not adapt to the current application of the target application.
  • the running scenario is beneficial to improve the comprehensiveness and accuracy of the network resource optimization by the mobile terminal control target application.
  • the downlink rate of the first network bandwidth is 512 kb
  • the downlink rate allocated to the second network bandwidth is 200 kb
  • the remaining 312 kb can be allocated according to the duration of the card; for example, the 0s-500 ms interval corresponds to the allocation 0-
  • the 50 kb bandwidth and the 500 ms-1 s interval correspond to a bandwidth of 50 kb to 100 kb, which is not limited in this example.
  • the scenario data packet includes a data format identifier
  • the management module determines the cardon information in the scenario data packet, including: the management module identifies the indicated data format according to the data format identifier.
  • the scene data packet is parsed to determine the card information.
  • the data format identifier may be, for example, the JSON, Protobuf, etc., which is not limited herein.
  • 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, thereby real-time parsing the card information in the scene data packet, and reducing Processing delays is beneficial to improve data processing efficiency and improve real-time resource adjustment for target applications in operation.
  • FIG. 3 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal including a target application and an operating system, where the method is consistent with the embodiment shown in FIG.
  • the target application runs in a user space of the mobile terminal
  • the operating system runs in an operating system space of the mobile terminal
  • the operating system includes an operating system
  • the target application includes a data connection module
  • the operating system includes a management module and a plurality of policy modules.
  • the resource configuration method includes:
  • the operating system receives a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of a target application, where the carton information is used to indicate occurrence of the target application.
  • the application interface of the Caton phenomenon is used to indicate occurrence of the target application.
  • the operating system includes a management module and a plurality of policy modules, each of the policy modules is configured to determine a network resource optimization policy of the application in the at least one application of the same application type.
  • the scenario data package further includes an application type identifier of the target application.
  • the management module acquires the application type identifier and the cardon information in the scenario data packet.
  • the management module determines a policy module corresponding to the application type identifier in the multiple policy modules.
  • the policy module determines, according to the cardon information, a network resource optimization policy of the target application.
  • the operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
  • the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
  • the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reducing the mobile terminal.
  • Resource utilization improve resource utilization and control efficiency.
  • 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, thereby real-time parsing the application type identifier and the scene identifier in the scene data packet, and reducing the processing.
  • the delay is beneficial to improve the efficiency of data processing and improve the real-time performance of resource adjustment for the target application in operation.
  • FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where the mobile terminal runs An operating system and one or more target applications, the operating system including a management module, a plurality of policy modules, and a data connection management module, each policy module for determining network resources of at least one of the applications of the same application type An optimization strategy, the target application includes a data connection module, the scenario data package includes an application type identifier and a carton information of the target application, and the scene data package includes a data format identifier.
  • the resource configuration method includes:
  • the data connection management module and the data connection module establish a preset data channel.
  • the data connection management module receives, by using the preset data channel, a scenario data packet sent by the target application.
  • the management module acquires the application type identifier and the cardon information in the scenario data packet.
  • the carton information is used to indicate an application interface of the target application that is stuck.
  • the management module determines a policy module corresponding to the application type identifier in the multiple policy modules.
  • the policy module determines that the network of the target application is a mobile network, and acquires network information of the target application.
  • the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the cardon information includes a Karton interface identifier and a stuck duration.
  • the policy module determines a first reference adjustment amount of a network bandwidth of the target application according to the first network bandwidth, the second network bandwidth, and the stuck duration.
  • the policy module determines, according to the interface identifier, a second reference adjustment amount of a network bandwidth of the target application.
  • the policy module determines, according to the first reference adjustment amount and the second reference adjustment amount, an adjustment amount of a network bandwidth of the target application.
  • the policy module determines, according to the adjustment amount, a network resource optimization policy of the target application.
  • the operating system adjusts allocation of data resources of the target application according to the network resource optimization policy.
  • the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
  • the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reducing the mobile terminal.
  • Resource utilization improve resource utilization and control efficiency.
  • the management module performs unified processing on the scenario data packet, and the policy module only needs to directly receive the processing result of the policy module, so that the function of facilitating the weight reduction and refinement of the policy module is facilitated, and the maintenance and addition of the policy module are facilitated. Improve system stability.
  • the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth
  • the first network bandwidth and the second network bandwidth are current network environment parameters, that is, the first reference adjustment body is associated with the current network environment
  • the second The reference adjustment amount is determined according to the interface identifier
  • the interface identifier is associated with the running scenario of the target application, that is, the operation scenario of the second reference adjustment body associated with the target application, because the adjustment amount is according to the first reference adjustment amount and the first The second reference adjustment amount is determined, so the adjustment amount comprehensively considers the current network environment and the running scenario of the target application, and avoids that the generated network resource optimization strategy is not suitable for the current network environment, or does not adapt to the current running scenario of the target application, thereby It is beneficial to improve the comprehensiveness and accuracy of network resource optimization for mobile terminal control target applications.
  • FIG. 5 is a schematic structural diagram of a mobile terminal provided by an embodiment of the present application, where the mobile terminal runs one or more applications.
  • Program and operating system as shown, the mobile terminal includes a processor, a memory, a communication interface, and one or more programs, wherein the one or more programs are different from the one or more applications, and Said one or more programs are stored in said memory and configured to be executed by said processor, said program comprising instructions for performing the following steps;
  • the scenario data packet includes carton information of a target application, and the cardon information is used to indicate an application interface of the target application that is stuck ;
  • the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
  • the operating system includes a management module and a plurality of policy modules.
  • determining a network resource optimization policy of the target application according to the cardon information an instruction in the program is specifically used. And performing the following operations: controlling the management module to acquire the application type identifier and the cardon information in the scenario data packet; and controlling the management module to determine the application type identifier in the multiple policy modules Corresponding policy module; and controlling the policy module to determine a network resource optimization policy of the target application according to the cardon information.
  • an instruction in the program is specifically configured to: perform the following operations: The policy module determines that the network of the target application is a mobile network, acquires network information of the target application, and controls the policy module to determine network resource optimization of the target application according to the network information and the cardon information. Strategy.
  • the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application;
  • the cardon information includes a Karton interface identifier and a stuck duration;
  • the controlling the policy module according to the network information and the cardon information, determining a network resource optimization policy of the target application, where the instructions in the program are specifically configured to: control the policy module Determining, according to the first network bandwidth, the second network bandwidth, and the aging time, a first reference adjustment amount of a network bandwidth of the target application; and controlling the policy module to determine, according to the interface identifier, the target application a second reference adjustment amount of the network bandwidth; controlling the policy module to determine an adjustment amount of the network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount; and controlling the policy module according to the The adjustment amount determines a network resource optimization strategy of the target application.
  • the scenario data package further includes a scenario identifier of the target application; the controlling the policy module determining a network resource of the target application according to the scenario identifier and the cardon information
  • the instructions in the program are specifically configured to: control the policy module to determine a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information; and control Determining, by the policy module, a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier; and controlling the policy module to determine, according to the first reference adjustment amount and the second reference adjustment amount, Determining an adjustment amount of a network bandwidth of the target application; controlling the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
  • a preset data channel is included between the target application and the operating system; and instructions in the program are used in receiving the scene data packet sent by the target application that is running Specifically, the method is configured to: receive, by using the preset data channel, a scenario data packet sent by the target application that is running.
  • the mobile terminal includes corresponding hardware structures and/or software modules for performing the respective functions in order to implement the functions.
  • the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
  • the embodiment of the present application may divide a functional unit into a mobile terminal according to the method example.
  • each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit.
  • the integrated unit can be implemented in the form of hardware or in the 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 logical function division. In actual implementation, there may be another division manner.
  • FIG. 6 shows a block diagram of one possible functional unit composition of the resource configuration apparatus involved in the embodiment.
  • the resource configuration device 600 includes a processing unit 602 and a communication unit 603.
  • the processing unit 602 is configured to perform control management on the action of the resource configuration apparatus.
  • the processing unit 602 is configured to support the resource configuration apparatus to perform steps S201-S203 in FIG. 2, steps S301-S305 in FIG. 3, and steps in FIG. S401-S410 and/or other processes for the techniques described herein.
  • the resource configuration device may further include a storage unit 601 for storing program codes and data.
  • the processing unit 602 is configured to control an operating system to receive, by using the communication unit 603, a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of a target application,
  • the cardon information is used to indicate an application interface of the target application that is stuck; and a network resource optimization policy for determining the target application according to the cardon information; and for optimizing according to the network resource
  • the policy adjusts the allocation of mobile network resources of the target application.
  • the operating system includes a management module and a plurality of policy modules.
  • the processing unit 602 is specifically configured to use the network resource optimization policy for determining the target application according to the cardon information. Controlling the management module to determine the cardon information in the scenario 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 policy The module determines a network resource optimization policy of the target application according to the cardon information.
  • the processing unit 602 is specifically configured to: control the policy module to determine a location, where the policy module is configured to determine a network resource optimization policy of the target application according to the cardon information.
  • the network of the target application is a mobile network, acquiring network information of the target application; and controlling the policy module to determine a network resource optimization policy of the target application according to the network information and the cardon information.
  • the network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application;
  • the cardon information includes a Karton interface identifier and a stuck duration;
  • the processing unit 602 is specifically configured to: control the policy module according to the first aspect, where the determining, by the policy module, the network resource optimization policy of the target application is determined according to the network information and the cardon information Determining a first reference adjustment amount of a network bandwidth of the target application by a network bandwidth, the second network bandwidth, and a stuck duration; and controlling the policy module to determine a network bandwidth of the target application according to the interface identifier a second reference adjustment amount; and controlling the policy module to determine an adjustment amount of a network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount; and controlling the policy module according to the The adjustment amount determines a network resource optimization strategy of the target application.
  • the scenario data package further includes a scenario identifier of the target application; and the network module that determines the target application according to the network information and the cardon information is controlled by the policy module
  • the processing unit 602 is specifically configured to: control, by the policy module, a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information; and control the Determining, by the policy module, a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier; and controlling the policy module to determine, according to the first reference adjustment amount and the second reference adjustment amount, An adjustment amount of the network bandwidth of the target application; and controlling the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
  • the scenario data packet includes a data format identifier; and the processing unit 602 is specifically configured to: control the control module to determine the cardon information in the scenario data packet. And controlling the management module to parse 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 cardon information.
  • the target application includes a data connection module
  • the operating system includes a data connection management module
  • the processing unit is configured to receive a scene data packet sent by the target application that is running
  • the 602 is specifically configured to: control the data connection management module to establish a preset data channel with the data connection module; and control the data connection management module to receive the scenario data packet sent by the target application by using the preset data channel.
  • the processing unit 602 may be a processor or a controller
  • the communication unit 603 may be an internal communication interface between the processor and the program running space, such as a communication interface between the processor and the operating system space, or a communication between the processor and the user space.
  • the interface or the like, the storage unit 601 may be a memory.
  • FIG. 7 is a schematic structural diagram of a smart phone 700.
  • the smart phone 700 includes a housing 710, a touch display screen 720, a main board 730, a battery 740, and a sub-board 750.
  • the main board 730 is provided with a front camera 731, a processor 732, a memory 733, a power management chip 734, and the like.
  • the sub board is provided with a vibrator 751, an integrated sound chamber 752, a VOOC flash charging interface 753, and a fingerprint recognition module 754.
  • the smart phone includes a target application and an operating system, the target application runs in a user space, and the operating system runs in an operating system space.
  • the operating system receives the scenario data packet sent by the running target application, the scenario data packet includes the card information of the target application, and the cardon information is used to indicate an application interface of the target application that is stuck.
  • the system determines a network resource optimization policy of the target application according to the Carton information; the operating system adjusts the mobile network resource of the target application according to the network resource optimization policy.
  • the processor 732 is a control center of the smartphone, and connects various parts of the entire smartphone by using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 733, and calling the storage in the memory 733.
  • the processor 732 may include one or more processing units; preferably, the processor 732 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It will be appreciated that the modem processor may also not be integrated into the processor 732.
  • the processor 732 can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), and field programmable. Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure.
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the memory 733 can be used to store software programs and modules, and the processor 732 executes various functional applications and data processing of the smartphone by running software programs and modules stored in the memory 733.
  • the memory 733 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the smartphone, and the like.
  • the memory 733 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the memory 733 can be, for example, a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory (EPROM), and an electrically erasable memory.
  • RAM random access memory
  • ROM read only memory
  • EPROM erasable programmable read only memory
  • EEPROM Electrically erasable memory.
  • registers hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
  • the embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to execute part or all of any of the methods described in the method embodiment.
  • the computer includes a mobile terminal.
  • the embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute as described in the method embodiment Part or all of the steps of either method.
  • the computer program product can be a software installation package, the computer comprising a mobile terminal.
  • the disclosed apparatus may be implemented in other ways.
  • the device embodiments described above are merely illustrative.
  • the division of the above units is only a logical function division. In actual implementation, there may be another division manner. For example, multiple units or components may be combined or integrated. Go to another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical or otherwise.
  • the units described above as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the above-described integrated unit can 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 standalone product. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a memory. A number of instructions are included to cause a computer device (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the above-described methods of various embodiments of the present application.
  • the foregoing memory includes: a U disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, and the like, which can store program codes.
  • ROM Read-Only Memory
  • RAM Random Access Memory

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

Disclosed in the embodiments of the present application are a resource allocation method and a related product. The method comprises: operating system space of a mobile terminal first receives a scene data packet sent by a currently running target application program, the scene data packet comprising lagging information of the currently running target application program; then, an operating system determines a network resource optimization strategy for the currently running target application program according to the lagging information; and finally, the operating system adjusts the allocation of data resources for the currently running target application program according to the network resource optimization strategy. The embodiments of the present application are conducive to improving the real-time performance and accuracy of a mobile terminal in controlling a target application program to optimize network performance.

Description

资源配置方法及相关产品Resource allocation method and related products 技术领域Technical field
本申请涉及移动终端技术领域,具体涉及资源配置方法及相关产品。The present application relates to the field of mobile terminal technologies, and in particular, to a resource configuration method and related products.
背景技术Background technique
随着智能手机相关技术的快速发展,越来越多的应用被安装在用户手机中,如阅读类应用、支付类应用、游戏类应用、音乐类应用等,人们的衣食住行已经与手机密不可分。如何为手机中的应用进行资源配置以提高手机的使用体验,是领域内亟待解决的热点问题。With the rapid development of smart phone related technologies, more and more applications are installed in user mobile phones, such as reading applications, payment applications, game applications, music applications, etc., people's clothing, food and shelter have been inseparable from mobile phones. How to configure resources for applications in mobile phones to improve the experience of mobile phones is a hot issue in the field.
发明内容Summary of the invention
本申请实施例提供了资源配置方法及相关产品,可以提高移动终端控制目标应用程序进行网络优化的实时性和精确度。The embodiment of the present application provides a resource configuration method and related products, which can improve real-time and accuracy of network optimization of a mobile terminal control target application.
第一方面,本申请实施例提供一种资源配置方法,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述方法包括:In a first aspect, the embodiment of the present application provides a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
所述操作系统接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括所述目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;The operating system receives a scenario data packet sent by the target application that is running, the scenario data packet includes carton information of the target application, and the carton information is used to indicate occurrence of the target application Application interface of the Caton phenomenon;
所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略;Determining, by the operating system, a network resource optimization policy of the target application according to the cardon information;
所述操作系统按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。The operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
第二方面,本申请实施例提供一种资源配置装置,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述资源配置装置包括处理单元和通信单元,In a second aspect, the embodiment of the present application provides a resource configuration apparatus, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, where the resource configuration device includes a processing unit and a communication unit.
所述处理单元,用于控制操作系统通过所述通信单元接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括所述目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;以及用于根据所述卡顿信息确定所述目标应用程序的网络资源优化策略;以及用于按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。The processing unit is configured to control an operating system to receive, by the communication unit, a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of the target application, the The information is used to indicate an application interface of the target application that is stuck; and a network resource optimization policy for determining the target application according to the cardon information; and for adjusting according to the network resource optimization policy The allocation of mobile network resources of the target application.
第三方面,本申请实施例提供一种移动终端,包括处理器、存储器、通信接口以及一个或多个程序,其中,上述一个或多个程序被存储在上述存储器中,并且被配置由上述处理器执行,上述程序包括用于执行本申请实施例第一方面任一方法中的步骤的指令。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 foregoing memory, and are configured by the foregoing processing. Executing, the above program includes instructions for performing the steps in any of the methods of the first aspect of the embodiments of the present application.
第四方面,本申请实施例提供了一种计算机可读存储介质,其中,上述计算机可读存储介质存储用于电子数据交换的计算机程序,其中,上述计算机程序使得计算机执行如本申请实施例第一方面任一方法中所描述的部分或全部步骤,上述计算机包括移动终端。In a fourth aspect, the embodiment of the present application provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to execute the embodiment of the present application. In some or all of the steps described in any of the methods, the computer comprises a mobile terminal.
第五方面,本申请实施例提供了一种计算机程序产品,其中,上述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,上述计算机程序可操作来使计算机执行如本申请实施例第一方面任一方法中所描述的部分或全部步骤。该计算机程序产品可以为一个软件安装包,上述计算机包括移动终端。In a fifth aspect, an embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the implementation as in the present application. Some or all of the steps described in any of the methods of the first aspect. The computer program product can be a software installation package, and the computer includes a mobile terminal.
附图说明DRAWINGS
下面将对本申请实施例所涉及到的附图作简单地介绍。The drawings referred to in the embodiments of the present application will be briefly described below.
图1A是一种智能手机的程序运行空间的示意图;1A is a schematic diagram of a program running space of a smart phone;
图1B是一种安卓系统的系统架构图;1B is a system architecture diagram of an Android system;
图2是本申请实施例提供的一种资源配置方法的流程示意图;2 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图3是本申请实施例公开的一种资源配置方法的流程示意图;3 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图4是本申请实施例公开的一种资源配置方法的流程示意图;4 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图5是本申请实施例公开的一种移动终端的结构示意图;FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present disclosure;
图6是本申请实施例公开的一种资源配置装置的功能单元组成框图;6 is a block diagram showing the functional units of a resource configuration apparatus according to an embodiment of the present application;
图7是本申请实施例公开的一种智能手机的结构示意图。FIG. 7 is a schematic structural diagram of a smart phone disclosed in an embodiment of the present application.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present application. It is a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
本申请的说明书和权利要求书及所述附图中的术语“第一”、“第二”等是用于区别不同对象,而不是用于描述特定顺序。此外,术语“包括”和“具有”以及它们任何变形,意图在于覆盖不排他的包含。例如包含了一系列步骤或单元的过程、方法、系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其他步骤或单元。The terms "first", "second" and the like in the specification and claims of the present application and the drawings are used to distinguish different objects, and are not intended to describe a particular order. Furthermore, the terms "comprises" and "comprising" and "comprising" are intended to cover a non-exclusive inclusion. For example, a process, method, system, product, or device that comprises a series of steps or units is not limited to the listed steps or units, but optionally also includes steps or units not listed, or, optionally, Other steps or units inherent to these processes, methods, products, or equipment.
在本文中提及“实施例”意味着,结合实施例描述的特定特征、结构或特性可以包含在本申请的至少一个实施例中。在说明书中的各个位置出现该短语并不一定均是指相同的实施例,也不是与其它实施例互斥的独立的或备选的实施例。本领域技术人员显式地和隐式地理解的是,本文所描述的实施例可以与其它实施例相结合。References to "an embodiment" herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application. The appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
本申请实施例所涉及到的移动终端可以包括各种具有无线通信功能的手持设备、车载设备、可穿戴设备、计算设备或连接到无线调制解调器的其他处理设备,以及各种形式的用户设备(User Equipment,UE),移动台(Mobile Station,MS),终端设备(terminal device)等等。为方便描述,上面提到的设备统称为移动终端。本发明实施例所涉及到的操作系统是对硬件资源进行统一管理,并向用户提供业务接口的软件系统。The mobile terminal involved in the embodiments of the present application may include various handheld devices having wireless communication functions, in-vehicle devices, wearable devices, computing devices, or other processing devices connected to the wireless modem, and various forms of user devices (User Equipment, UE), mobile station (MS), terminal device, and the like. For convenience of description, the devices mentioned above are collectively referred to as mobile terminals. The operating system involved in the embodiments of the present invention is a software system that uniformly manages hardware resources and provides a service interface to users.
如图1A所示,目前智能手机等移动终端一般设置有程序运行空间,该程序运行空间包括用户空间和操作系统空间,其中,用户空间运行有一个或多个应用程序,该一个或多个应用程序为移动终端安装的第三方应用程序,操作系统空间运行有移动终端的操作系统。该移动终端具体可以运行安卓Android系统、苹果公司开发的移动操作系统iOS等,此处不做唯一限定。如图1B所示,以所述移动终端运行有Android系统为例,对应的用户空间包括该Android系统中的应用层(Applications),操作系统空间可以包括该Android系统中的应用程序框架层(Application Framework)、系统运行库层(包括系统运行库层Libraries和Android运行时Android Runtime)、Linux内核层(Linux Kernel)。其中,应用层上包括各类与用户直接交互的应用程序,或由Java语言编写的运行于后台的服务程序。例如,智能手机上实现的常见基本功能的程序,诸如短消息业务(Short Messaging Service,SMS)短信,电话拨号,图片浏览器,日历,游戏,地图,万维网(World Wide Web,Web)浏览器等程序,以及开发人员开发的其他应用程序。应用程序框架层提供开发Android应用程序所需的一系列类库,能够用于重用组件,也可以通过继承实现个性化的扩展。系统运行库层是应用程序框架的支撑,为Android系统中的各个组件提供服务。系统运行库层由系统类库和Android运行时构成。Android运行时包含核心库和Dalvik虚拟机两部分。Linux内核层用于实现硬件设备驱动,进程和内存管理,网络协议栈,电源管理,无线通信等核心功能。As shown in FIG. 1A, a mobile terminal such as a smart phone is generally provided with a program running space, and the program running space includes a user space and an operating system space, wherein the user space runs one or more applications, and the one or more applications The program is a third-party application installed on the mobile terminal, and the operating system space runs an operating system with the mobile terminal. The mobile terminal can specifically run the Android Android system, the mobile operating system iOS developed by Apple, etc., and is not limited herein. As shown in FIG. 1B , the mobile terminal runs an Android system as an example, and the corresponding user space includes an application layer in the Android system, and the operating system space may include an application framework layer in the Android system. Framework), system runtime layer (including system runtime layer Libraries and Android runtime Android Runtime), Linux kernel layer (Linux Kernel). The application layer includes various types of applications that directly interact with the user, or a service program written in the Java language and running in the background. For example, programs that implement common basic functions on smartphones, such as Short Messaging Service (SMS) text messages, phone dialing, picture browsers, calendars, games, maps, World Wide Web (Web) browsers, etc. Programs, as well as other applications developed by developers. The application framework layer provides a set of libraries needed to develop Android applications, which can be used to reuse components, or to extend personalization through inheritance. The system runtime layer is the support of the application framework, providing services for the various components in the Android system. The system runtime layer consists of the system class library and the Android runtime. The Android runtime consists of a core library and a Dalvik virtual machine. The Linux kernel layer is used to implement core functions such as hardware device driver, process and memory management, network protocol stack, power management, and wireless communication.
所述第三方应用程序所创建的进程一开始是运行在用户空间的,当它要执行网络发送数据、读取磁盘资源等动作时,必须通过调用write、send等由操作系统提供的标准接口函数来完成,即由CPU调用操作系统空间的代码来完成用户的请求操作。可见,第三方应用程序想要调用操作系统提供的功能,只能调用其提供的标准接口函数。同时,操作系统不知道第三方应用程序具体在执行哪些功能,目标应用程序也不能命令操作系统执行特殊的操作,这两者是相互独立的,这使得操作系统无法区分目标应用程序的内部运行场景,只能使用一套标准的参数去适配,无法针对目标应用程序的内部运行场景进行针对性的性能优化。The process created by the third-party application is initially run in the user space. When it wants to perform operations such as sending data and reading disk resources on the network, it must call standard interface functions provided by the operating system, such as write and send. To complete, that is, the CPU calls the code of the operating system space to complete the user's request operation. It can be seen that third-party applications want to call the functions provided by the operating system and can only call the standard interface functions they provide. At the same time, the operating system does not know which functions are actually executed by the third-party application, and the target application cannot command the operating system to perform special operations. The two are independent of each other, which makes the operating system unable to distinguish the internal running scenario of the target application. It can only be adapted using a standard set of parameters, and it is not possible to perform targeted performance optimization for the internal running scenario of the target application.
针对所述情况,本申请实施例提出一种针对移动终端的目标应用程序的资源配置方法,该方法中,移动终端的操作空间的操作系统接收正在运行的目标应用程序发送的场景数据包,所述场景数据包包括所述目标应用程序的卡顿信息;操作系统根据所述卡顿信息确定目标应用程序的网络资源优化策略;操作系统按照网络资源优化策略调整正在运行的目标应用程序的移动网络资源的分配。本申请实施例有利于提高移动终端控制目标应用程序进行网络性能优化的实时性和精确度。For the above situation, the embodiment of the present application provides a resource configuration method for a target application of a mobile terminal, where the operating system of the operation space of the mobile terminal receives a scenario data packet sent by the running target application. The scenario data packet includes the card information of the target application; the operating system determines a network resource optimization policy of the target application according to the cardon information; and the operating system adjusts the mobile network of the running target application according to the network resource optimization policy. The allocation of resources. The embodiment of the present application is beneficial to improving the real-time and accuracy of the network performance optimization of the mobile terminal control target application.
下面结合附图对本申请实施例进行介绍。The embodiments of the present application are described below with reference to the accompanying drawings.
请参阅图2,图2是本申请实施例提供了一种资源配置方法的流程示意图,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,如图所示,本资源配置方法包括:Referring to FIG. 2, FIG. 2 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, as shown in the figure. This resource configuration method includes:
S201,所述操作系统接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括所述目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面。S201. The operating system receives a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of the target application, and the carton information is used to indicate the target application. The application interface for the occurrence of the Caton phenomenon.
其中,目标应用程序是指安装在移动终端的用户空间的第三方应用程序,该第三方应用程序例如可以是即时通讯类应用、游戏类应用等,该第三方应用程序可以由用户安装,也可以由开发人员在移动终端出厂前预装,此处不做唯一限定。The target application refers to a third-party application installed in a user space of the mobile terminal, and the third-party application may be, for example, an instant messaging application, a game application, or the like, and the third-party application may be installed by a user, or The developer pre-installs the mobile terminal before leaving the factory, and is not limited here.
其中,场景数据包是移动终端的目标应用程序在运行时根据该目标应用程序的场景关联信息生成的数据包,该场景关联信息正在运行的目标应用程序的包括卡顿信息,还可以包括以下至少一种:场景标识、数据格式标识、启动信息、资源更新信息、账号登陆信息、界面类型信息、目标应用程序的行为信息(如数据发送行为信息、数据接收行为信息等)等,此处不做唯一限定。此外,场景数据包的格式例如可以是Java脚本对象标记(JavaScript Object Notation,JSON)、协议缓冲区(ProtocolBuffer,Protobuf)、自定义格式等数据传输格式,此处不做唯一限定。The scenario data packet is a data packet generated by the target application of the mobile terminal according to the scenario association information of the target application at runtime, and the target application that is running the scenario association information includes the cardon information, and may also include at least the following A: scene identifier, data format identifier, startup information, resource update information, account login information, interface type information, behavior information of the target application (such as data transmission behavior information, data reception behavior information, etc.), etc. The only limit. In addition, the format of the scene data packet may be, for example, a Java Object Object Notation (JSON), a protocol buffer (ProtocolBuffer, Protobuf), a custom format, and the like, and is not limited herein.
在一个可能的示例中,所述目标应用程序和所述操作系统之间包括预设数据通道;所述操作系统接收正在运行的所述目标应用程序发送的场景数据包,包括:所述操作系统通过所述预设数据通道接收所述正在运行的所述目标应用程序发送的场景数据包。In one possible example, a preset data channel is included between the target application and the operating system; the operating system receives a scenario data packet sent by the target application that is running, including: the operating system Receiving, by the preset data channel, a scene data packet sent by the running target application.
其中,所述预设数据通道为目标应用程序正在运行时,目标应用程序与操作系统之间建立的有效的数据传输链路,目标应用程序不在运行后,该数据传输链路会被清除。The preset data channel is an effective data transmission link established between the target application and the operating system when the target application is running, and the data transmission link is cleared after the target application is not running.
在本可能的示例中,所述目标应用程序包括数据连接模块,所述操作系统包括数据连接管理模块;所述方法还包括:所述数据连接管理模块与所述数据连接模块建立所述预设数据通道。In the possible example, the target application includes a data connection module, the operating system includes a data connection management module, and the method further includes: the data connection management module and the data connection module establish the preset Data channel.
在本可能的示例中,目标应用程序还可以包括数据收集模块、数据整理模块、优先级管理模块、数据接收模块,其中,数据接收模块用于收集目标应用程序在运行时的关键信息;数据整理模块用于整理收集到的关键信息,如合并重复的信息,删除冗余的信息等;优先级管理模块用于根据关键信息的重要程度对收集到的关键信息进行分类,优先处理优 先级高的关键信息,过滤优先级较低的关键信息,或者在数据包生成过程中减少优先级较低的关键信息的使用;数据接收模块用于接收并解析操作系统的发送的数据,并将其传递给目标应用程序内部。In this possible example, the target application may further include a data collection module, a data collation module, a priority management module, and a data receiving module, wherein the data receiving module is configured to collect key information of the target application at runtime; The module is used to sort the collected key information, such as merging duplicate information, deleting redundant information, etc.; the priority management module is used to classify the collected key information according to the importance of the key information, and prioritize the high priority. Key information, filtering key information with lower priority, or reducing the use of lower priority key information in the packet generation process; the data receiving module is used to receive and parse the data sent by the operating system and pass it to Inside the target application.
S202,所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。S202. The operating system determines a network resource optimization policy of the target application according to the cardon information.
其中,所述操作系统确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;所述操作系统根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略;或者所述操作系统根据所述场景标识和所述卡顿信息确定所述目标应用程序的网络资源优化策略。The operating system determines that the network of the target application is a mobile network, and acquires network information of the target application; the operating system determines the target application according to the network information and the cardon information. a network resource optimization policy; or the operating system determines a network resource optimization policy of the target application according to the scenario identifier and the cardon information.
其中,网络资源优化策略是指用于提高所述正在运行的目标应用程序的网络运行性能的资源配置策略,如网络带宽的调整量、CPU资源调整策略及GPU资源调整策略,此处不做唯一限定。The network resource optimization policy refers to a resource configuration policy, such as a network bandwidth adjustment, a CPU resource adjustment policy, and a GPU resource adjustment policy, for improving the network running performance of the running target application, and is not unique here. limited.
S203,所述操作系统按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。S203. The operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
可以看出,本申请实施例中,由于场景数据包由正在运行的目标应用程序发送,且包含卡顿信息,该卡顿信息能够精准确定该目标应用程序正在运行时的网络资源优化策略,并由操作系统按照该网络资源优化策略实时调整目标应用程序的移动网络资源的配置,实现了由操作系统对目标应用程序在运行过程中进行实时的性能优化,有利于提高移动终端控制目标应用程序进行网络性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, since the scenario data packet is sent by the running target application and includes the cardon information, the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
在一个可能的示例中,所述操作系统包括管理模块和多个策略模块;每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的应用类型标识;所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息;所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块;与所述应用类型标识对应的所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, the operating system includes a management module and a plurality of policy modules; each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; the scenario data packet is further The application type identifier of the target application is determined, and the operating system determines the network resource optimization policy of the target application according to the cardon information, where the management module acquires the application in the scenario data package. a type identifier and the cardon information; the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules; and the policy module corresponding to the application type identifier is based on the card information Determining a network resource optimization strategy of the target application.
其中,多个策略模块中的每个策略模块可适用于同一种类型的应用,如第一策略模块适用于游戏类应用,第二策略模块适用于即时通讯类应用,等。Each of the multiple policy modules can be applied to the same type of application, such as the first policy module is applicable to the game application, the second policy module is applicable to the instant messaging application, and the like.
其中,所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块,包括:所述管理模块以应用类型标识为查询标识,查询预设的策略模块和应用类型标识之间的映射关系,确定场景数据包中的应用类型标识对应的策略模块。The management module determines the policy module corresponding to the application type identifier in the multiple policy modules, and the management module uses the application type identifier as the query identifier to query the preset policy module and the application type identifier. The mapping relationship between the two determines the policy module corresponding to the application type identifier in the scenario data packet.
可见,本示例中,多个策略模块能够实现对不同类型应用的精细化控制,且移动终端无需同时加载全部策略模块,仅需要加载移动终端前台运行的目标应用程序对应的策略模块,有利于降低资源占用,提高资源利用率和控制效率。It can be seen that, in this example, multiple policy modules can implement fine control of different types of applications, and the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reduce Resource occupation, improve resource utilization and control efficiency.
在一个可能的示例中,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的场景标识;所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:所述管理模块获取场景数据包中的所述场景标识和所述卡顿信息;所述管理模块确定所述多个策略模块中适用于所述场景标识的策略模块;适用于所述场景标识的所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, the operating system includes a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; the scenario data packet is further And including the scenario identifier of the target application, where the operating system determines the network resource optimization policy of the target application according to the cardon information, where the management module acquires the scenario identifier and the location in the scenario data packet. Determining the card information; the management module determines a policy module applicable to the scenario identifier in the plurality of policy modules; and the policy module applicable to the scenario identifier determines the target application according to the cardon information Network resource optimization strategy.
在一个可能的示例中,所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;所述策略模块根据所述网络信息和所述卡顿信息确定所述目标 应用程序的网络资源优化策略。In a possible example, the policy module determines, according to the cardon information, a network resource optimization policy of the target application, where the policy module determines that the network of the target application is a mobile network, and obtains the Network information of the target application; the policy module determines a network resource optimization policy of the target application according to the network information and the cardon 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 cardon information includes a Karton interface identifier and a stuck duration; Determining, by the policy module, the network resource optimization policy of the target application according to the network information and the cardon information, including: the policy module according to the first network bandwidth, the second network bandwidth, and the stuck time Long, determining a first reference adjustment amount of the network bandwidth of the target application; the policy module determining a second reference adjustment amount of the network bandwidth of the target application according to the interface identifier; the policy module is according to the first Determining, by the reference adjustment amount and the second reference adjustment amount, an adjustment amount of a network bandwidth of the target application; the policy module determining a network resource optimization policy of the target application according to the adjustment amount.
所述策略模块根据界面标识确定所述目标应用程序的网络带宽的第二参考调整量,包括:所述策略模块根据确定界面标识所属的运行场景,以该运行场景为查询标识,查询预设的运行场景与第二参考调整量之间的映射关系,获取所述界面标识对应的第二参考调整量。Determining, by the policy module, the second reference adjustment amount of the network bandwidth of the target application according to the interface identifier, the method includes: querying, by the policy module, the running scenario that the interface identifier belongs to, using the running scenario as a query identifier, and querying the preset A mapping relationship between the running scenario and the second reference adjustment amount is obtained, and the second reference adjustment amount corresponding to the interface identifier is obtained.
例如,根据不同运行场景的重要程度,分别为各个运行场景预设一个参考调整量,即第二参考调整量,该第二参考调整量可以为由移动终端基于历史记录智能统计确定的调整值,或者由用户主动设置的调整值,此处不做唯一限定。For example, according to the importance degree of different running scenarios, a reference adjustment amount, that is, a second reference adjustment amount, which may be an adjustment value determined by the mobile terminal based on historical intelligent statistics, is preset for each running scenario. Or the adjustment value set by the user actively, which is not limited here.
可见,本示例中,由于第一参考调整量是根据第一网络带宽和第二网络带宽确定,第一网络带宽和第二网络带宽为当前网络环境参数,即第一参考调整体关联当前网络环境,由于第二参考调整量是根据界面标识确定,而界面标识关联目标应用程序的运行场景,即第二参考调整体关联目标应用程序的运行场景,由于调整量是根据所述第一参考调整量和所述第二参考调整量确定,故而该调整量全面考虑当前网络环境和目标应用程序的运行场景,避免生成的网络资源优化策略不适合当前网络环境,或者不适配目标应用程序的当前的运行场景,从而有利于提高移动终端控制目标应用程序进行网络资源优化的全面性和准确度。It can be seen that, in this example, since the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth, the first network bandwidth and the second network bandwidth are current network environment parameters, that is, the first reference adjustment body is associated with the current network environment. The second reference adjustment amount is determined according to the interface identifier, and the interface identifier is associated with the running scenario of the target application, that is, the second reference adjustment body is associated with the running scenario of the target application, because the adjustment amount is according to the first reference adjustment amount. And the second reference adjustment amount is determined, so the adjustment amount comprehensively considers the current network environment and the running scenario of the target application, avoiding that the generated network resource optimization strategy is not suitable for the current network environment, or does not adapt to the current application of the target application. The running scenario is beneficial to improve the comprehensiveness and accuracy of the network resource optimization by the mobile terminal control target application.
举例来说,所述第一网络带宽的下行速率为512kb,分配给所述第二网络带宽的下行速率为200kb,剩余的312kb可以根据卡顿时长进行分配;如0s-500ms区间对应分配0-50kb的带宽,500ms-1s区间对应分配50kb-100kb的带宽,本示例不做唯一限定。For example, the downlink rate of the first network bandwidth is 512 kb, the downlink rate allocated to the second network bandwidth is 200 kb, and the remaining 312 kb can be allocated according to the duration of the card; for example, the 0s-500 ms interval corresponds to the allocation 0- The 50 kb bandwidth and the 500 ms-1 s interval correspond to a bandwidth of 50 kb to 100 kb, which is not limited in this example.
在一个可能的示例中,所述场景数据包包括数据格式标识;所述管理模块确定所述场景数据包中的所述卡顿信息,包括:所述管理模块按照数据格式标识所指示的数据格式解析所述场景数据包以确定所述卡顿信息。In one possible example, the scenario data packet includes a data format identifier, and the management module determines the cardon information in the scenario data packet, including: the management module identifies the indicated data format according to the data format identifier. The scene data packet is parsed to determine the card information.
其中,数据格式标识例如可以是所述JSON、Protobuf等,此处不做限定。The data format identifier may be, for example, the JSON, Protobuf, etc., which is not limited herein.
可见,本示例中,由于数据格式标识能够使得操作系统在接收到场景数据包后,快速识别出该场景数据包所使用的数据传输格式,从而实时解析该场景数据包中的卡顿信息,降低处理时延,有利于提高数据处理效率,提高针对运行中的目标应用程序进行资源调整的实时性。It can be seen that, 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, thereby real-time parsing the card information in the scene data packet, and reducing Processing delays is beneficial to improve data processing efficiency and improve real-time resource adjustment for target applications in operation.
与上述图2所示的实施例一致的,请参阅图3,图3是本申请实施例提供的一种资源配置方法的流程示意图,应用于包括目标应用程序和操作系统的移动终端,所述目标应用程序运行于所述移动终端的用户空间,所述操作系统运行于所述移动终端的操作系统空间,所述操作系统包括操作系统;所述目标应用程序包括数据连接模块,所述操作系统包括数据连接管理模块;所述操作系统包括管理模块和多个策略模块。如图所示,本资源配置方法包括:FIG. 3 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal including a target application and an operating system, where the method is consistent with the embodiment shown in FIG. The target application runs in a user space of the mobile terminal, the operating system runs in an operating system space of the mobile terminal, the operating system includes an operating system, and the target application includes a data connection module, the operating system The data connection management module is included; the operating system includes a management module and a plurality of policy modules. As shown in the figure, the resource configuration method includes:
S301,所述操作系统接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡 顿现象的应用界面。S301. The operating system receives a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of a target application, where the carton information is used to indicate occurrence of the target application. The application interface of the Caton phenomenon.
其中,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的至少一个应用程序中的应用程序的网络资源优化策略。The operating system includes a management module and a plurality of policy modules, each of the policy modules is configured to determine a network resource optimization policy of the application in the at least one application of the same application type.
所述场景数据包还包括所述目标应用程序的应用类型标识。The scenario data package further includes an application type identifier of the target application.
S302,所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息。S302. The management module acquires the application type identifier and the cardon information in the scenario data packet.
S303,所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块。S303. The management module determines a policy module corresponding to the application type identifier in the multiple policy modules.
S304,所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。S304. The policy module determines, according to the cardon information, a network resource optimization policy of the target application.
S305,所述操作系统按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。S305. The operating system adjusts allocation of mobile network resources of the target application according to the network resource optimization policy.
可以看出,本申请实施例中,由于场景数据包由正在运行的目标应用程序发送,且包含卡顿信息,该卡顿信息能够精准确定该目标应用程序正在运行时的网络资源优化策略,并由操作系统按照该网络资源优化策略实时调整目标应用程序的移动网络资源的配置,实现了由操作系统对目标应用程序在运行过程中进行实时的性能优化,有利于提高移动终端控制目标应用程序进行网络性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, since the scenario data packet is sent by the running target application and includes the cardon information, the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
此外,通过划分多个策略模块能够实现对不同类型应用的精细化控制,且移动终端无需同时加载全部策略模块,仅需要加载移动终端前台运行的目标应用程序对应的策略模块,有利于降低移动终端的资源占用,提高资源利用率和控制效率。In addition, by dividing the multiple policy modules, the fine control of different types of applications can be implemented, and the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reducing the mobile terminal. Resource utilization, improve resource utilization and control efficiency.
此外,由于数据格式标识能够使得操作系统在接收到场景数据包后,快速识别出该场景数据包所使用的数据传输格式,从而实时解析该场景数据包中的应用类型标识和场景标识,降低处理时延,有利于提高数据处理效率,提高针对运行中的目标应用程序进行资源调整的实时性。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, thereby real-time parsing the application type identifier and the scene identifier in the scene data packet, and reducing the processing. The delay is beneficial to improve the efficiency of data processing and improve the real-time performance of resource adjustment for the target application in operation.
与上述图2和图3所示的实施例一致的,请参阅图4,图4是本申请实施例提供的一种资源配置方法的流程示意图,应用于移动终端,所述移动终端上运行有操作系统和一个或多个目标应用程序,所述操作系统包括管理模块、多个策略模块和数据连接管理模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略,所述目标应用程序包括数据连接模块,所述场景数据包包括目标应用程序的应用类型标识和卡顿信息,所述场景数据包包括数据格式标识。如图所示,本资源配置方法包括:4, FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where the mobile terminal runs An operating system and one or more target applications, the operating system including a management module, a plurality of policy modules, and a data connection management module, each policy module for determining network resources of at least one of the applications of the same application type An optimization strategy, the target application includes a data connection module, the scenario data package includes an application type identifier and a carton information of the target application, and the scene data package includes a data format identifier. As shown in the figure, the resource configuration method includes:
S401,所述数据连接管理模块与所述数据连接模块建立预设数据通道。S401. The data connection management module and the data connection module establish a preset data channel.
S402,所述数据连接管理模块通过所述预设数据通道接收所述目标应用程序发送的场景数据包。S402. The data connection management module receives, by using the preset data channel, a scenario data packet sent by the target application.
S403,所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息。S403. The management module acquires the application type identifier and the cardon information in the scenario data packet.
所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面。The carton information is used to indicate an application interface of the target application that is stuck.
S404,所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块。S404. The management module determines a policy module corresponding to the application type identifier in the multiple policy modules.
S405,所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息。S405. The policy module determines that the network of the target application is a mobile network, and acquires network information of the target application.
其中,所述网络信息包括移动终端当前的第一网络带宽以及分配给所述目标应用程序的第二网络带宽;所述卡顿信息包括卡顿的界面标识和卡顿时长。The network information includes a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to the target application; the cardon information includes a Karton interface identifier and a stuck duration.
S406,所述策略模块根据所述第一网络带宽、所述第二网络带宽以及所述卡顿时长,确定所述目标应用程序的网络带宽的第一参考调整量。S406. The policy module determines a first reference adjustment amount of a network bandwidth of the target application according to the first network bandwidth, the second network bandwidth, and the stuck duration.
S407,所述策略模块根据所述界面标识确定所述目标应用程序的网络带宽的第二参考调整量。S407. The policy module determines, according to the interface identifier, a second reference adjustment amount of a network bandwidth of the target application.
S408,所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量。S408. The policy module determines, according to the first reference adjustment amount and the second reference adjustment amount, an adjustment amount of a network bandwidth of the target application.
S409,所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。S409. The policy module determines, according to the adjustment amount, a network resource optimization policy of the target application.
S410,所述操作系统按照所述网络资源优化策略调整所述目标应用程序的数据资源的分配。S410. The operating system adjusts allocation of data resources of the target application according to the network resource optimization policy.
可以看出,本申请实施例中,由于场景数据包由正在运行的目标应用程序发送,且包含卡顿信息,该卡顿信息能够精准确定该目标应用程序正在运行时的网络资源优化策略,并由操作系统按照该网络资源优化策略实时调整目标应用程序的移动网络资源的配置,实现了由操作系统对目标应用程序在运行过程中进行实时的性能优化,有利于提高移动终端控制目标应用程序进行网络性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, since the scenario data packet is sent by the running target application and includes the cardon information, the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
此外,通过划分多个策略模块能够实现对不同类型应用的精细化控制,且移动终端无需同时加载全部策略模块,仅需要加载移动终端前台运行的目标应用程序对应的策略模块,有利于降低移动终端的资源占用,提高资源利用率和控制效率。In addition, by dividing the multiple policy modules, the fine control of different types of applications can be implemented, and the mobile terminal does not need to load all the policy modules at the same time, and only needs to load the policy module corresponding to the target application running in the foreground of the mobile terminal, which is beneficial to reducing the mobile terminal. Resource utilization, improve resource utilization and control efficiency.
此外,由管理模块对场景数据包进行统一处理,策略模块仅需要直接接收策略模块的处理结果,如此设置有利于轻量化和精细化策略模块的功能,便于对策略模块进行维护、添加等操作,提高系统稳定性。In addition, the management module performs unified processing on the scenario data packet, and the policy module only needs to directly receive the processing result of the policy module, so that the function of facilitating the weight reduction and refinement of the policy module is facilitated, and the maintenance and addition of the policy module are facilitated. Improve system stability.
此外,由于第一参考调整量是根据第一网络带宽和第二网络带宽确定,第一网络带宽和第二网络带宽为当前网络环境参数,即第一参考调整体关联当前网络环境,由于第二参考调整量是根据界面标识确定,而界面标识关联目标应用程序的运行场景,即第二参考调整体关联目标应用程序的运行场景,由于调整量是根据所述第一参考调整量和所述第二参考调整量确定,故而该调整量全面考虑当前网络环境和目标应用程序的运行场景,避免生成的网络资源优化策略不适合当前网络环境,或者不适配目标应用程序的当前的运行场景,从而有利于提高移动终端控制目标应用程序进行网络资源优化的全面性和准确度。In addition, since the first reference adjustment amount is determined according to the first network bandwidth and the second network bandwidth, the first network bandwidth and the second network bandwidth are current network environment parameters, that is, the first reference adjustment body is associated with the current network environment, because the second The reference adjustment amount is determined according to the interface identifier, and the interface identifier is associated with the running scenario of the target application, that is, the operation scenario of the second reference adjustment body associated with the target application, because the adjustment amount is according to the first reference adjustment amount and the first The second reference adjustment amount is determined, so the adjustment amount comprehensively considers the current network environment and the running scenario of the target application, and avoids that the generated network resource optimization strategy is not suitable for the current network environment, or does not adapt to the current running scenario of the target application, thereby It is beneficial to improve the comprehensiveness and accuracy of network resource optimization for mobile terminal control target applications.
与上述图2、图3、图4所示的实施例一致的,请参阅图5,图5是本申请实施例提供的一种移动终端的结构示意图,该移动终端运行有一个或多个应用程序和操作系统,如图所示,该移动终端包括处理器、存储器、通信接口以及一个或多个程序,其中,所述一个或多个程序不同于所述一个或多个应用程序,且所述一个或多个程序被存储在所述存储器中,并且被配置由所述处理器执行,所述程序包括用于执行以下步骤的指令;Referring to FIG. 2, FIG. 3, FIG. 5 is a schematic structural diagram of a mobile terminal provided by an embodiment of the present application, where the mobile terminal runs one or more applications. Program and operating system, as shown, the mobile terminal includes a processor, a memory, a communication interface, and one or more programs, wherein the one or more programs are different from the one or more applications, and Said one or more programs are stored in said memory and configured to be executed by said processor, said program comprising instructions for performing the following steps;
接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;Receiving a scenario data packet sent by the target application that is running, the scenario data packet includes carton information of a target application, and the cardon information is used to indicate an application interface of the target application that is stuck ;
根据所述卡顿信息确定所述目标应用程序的网络资源优化策略;Determining, according to the cardon information, a network resource optimization policy of the target application;
按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。Adjusting the allocation of mobile network resources of the target application according to the network resource optimization policy.
可以看出,本申请实施例中,由于场景数据包由正在运行的目标应用程序发送,且包含卡顿信息,该卡顿信息能够精准确定该目标应用程序正在运行时的网络资源优化策略,并由操作系统按照该网络资源优化策略实时调整目标应用程序的移动网络资源的配置,实现了由操作系统对目标应用程序在运行过程中进行实时的性能优化,有利于提高移动终端控制目标应用程序进行网络性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, since the scenario data packet is sent by the running target application and includes the cardon information, the cardon information can accurately determine the network resource optimization strategy when the target application is running, 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 strategy, realizing the real-time performance optimization of the target application during the running process by the operating system, and is beneficial to improving the mobile terminal control target application. Real-time and accuracy of network performance optimization.
在一个可能的示例中,所述操作系统包括管理模块和多个策略模块;在所述根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述程序中的指令具体用于执行以下操作:控制所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息;以及控制所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块;以及控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, the operating system includes a management module and a plurality of policy modules. In the determining a network resource optimization policy of the target application according to the cardon information, an instruction in the program is specifically used. And performing the following operations: controlling the management module to acquire the application type identifier and the cardon information in the scenario data packet; and controlling the management module to determine the application type identifier in the multiple policy modules Corresponding policy module; and controlling the policy module to determine a network resource optimization policy of the target application according to the cardon information.
在一个可能的示例中,在所述控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述程序中的指令具体用于执行以下操作:控制所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;控制 所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, in the controlling the policy module to determine a network resource optimization policy of the target application according to the cardon information, an instruction in the program is specifically configured to: perform the following operations: The policy module determines that the network of the target application is a mobile network, acquires network information of the target application, and controls the policy module to determine network resource optimization of the target application according to the network information and the cardon information. Strategy.
在本可能的示例中,所述网络信息包括移动终端当前的第一网络带宽以及分配给所述目标应用程序的第二网络带宽;所述卡顿信息包括卡顿的界面标识和卡顿时长;在所述控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述程序中的指令具体用于执行以下操作:控制所述策略模块根据所述第一网络带宽、所述第二网络带宽以及卡顿时长,确定所述目标应用程序的网络带宽的第一参考调整量;控制所述策略模块根据界面标识确定所述目标应用程序的网络带宽的第二参考调整量;控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。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 cardon information includes a Karton interface identifier and a stuck duration; And in the controlling the policy module, according to the network information and the cardon information, determining a network resource optimization policy of the target application, where the instructions in the program are specifically configured to: control the policy module Determining, according to the first network bandwidth, the second network bandwidth, and the aging time, a first reference adjustment amount of a network bandwidth of the target application; and controlling the policy module to determine, according to the interface identifier, the target application a second reference adjustment amount of the network bandwidth; controlling the policy module to determine an adjustment amount of the network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount; and controlling the policy module according to the The adjustment amount determines a network resource optimization strategy of the target application.
在一个可能的示例中,所述场景数据包还包括所述目标应用程序的场景标识;所述控制所述策略模块根据所述场景标识和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述程序中的指令具体用于执行以下操作:控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络带宽的第一参考调整量;控制所述策略模块根据所述场景标识确定所述目标应用程序的所述网络带宽的第二参考调整量;控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。In one possible example, the scenario data package further includes a scenario identifier of the target application; the controlling the policy module determining a network resource of the target application according to the scenario identifier and the cardon information In terms of optimization strategy, the instructions in the program are specifically configured to: control the policy module to determine a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information; and control Determining, by the policy module, a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier; and controlling the policy module to determine, according to the first reference adjustment amount and the second reference adjustment amount, Determining an adjustment amount of a network bandwidth of the target application; controlling the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
在一个可能的示例中,所述目标应用程序和所述操作系统之间包括预设数据通道;在所述接收正在运行的所述目标应用程序发送的场景数据包方面,所述程序中的指令具体用于执行以下操作:通过所述预设数据通道接收所述正在运行的所述目标应用程序发送的场景数据包。In one possible example, a preset data channel is included between the target application and the operating system; and instructions in the program are used in receiving the scene data packet sent by the target application that is running Specifically, the method is configured to: receive, by using the preset data channel, a scenario data packet sent by the target application that is running.
所述主要从方法侧执行过程的角度对本申请实施例的方案进行了介绍。可以理解的是,移动终端为了实现所述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。本领域技术人员应该很容易意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,本申请能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。The solution of the embodiment of the present application is mainly introduced from the perspective of performing the process on the method side. It can be understood that the mobile terminal includes corresponding hardware structures and/or software modules for performing the respective functions in order to implement the functions. Those skilled in the art will readily appreciate that the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
本申请实施例可以根据所述方法示例对移动终端进行功能单元的划分,例如,可以对应各个功能划分各个功能单元,也可以将两个或两个以上的功能集成在一个处理单元中。所述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。需要说明的是,本申请实施例中对单元的划分是示意性的,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。The embodiment of the present application may divide a functional unit into a mobile terminal according to the method example. For example, each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit. The integrated unit can be implemented in the form of hardware or in the 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 logical function division. In actual implementation, there may be another division manner.
在采用集成的单元的情况下,图6示出了所述实施例中所涉及的资源配置装置的一种可能的功能单元组成框图。资源配置装置600包括:处理单元602和通信单元603。处理单元602用于对资源配置装置的动作进行控制管理,例如,处理单元602用于支持资源配置装置执行图2中的步骤S201-S203、图3中的步骤S301-S305、图4中的步骤S401-S410和/或用于本文所描述的技术的其它过程。资源配置装置还可以包括存储单元601,用于存储程序代码和数据。In the case of an integrated unit, FIG. 6 shows a block diagram of one possible functional unit composition of the resource configuration apparatus involved in the embodiment. The resource configuration device 600 includes a processing unit 602 and a communication unit 603. The processing unit 602 is configured to perform control management on the action of the resource configuration apparatus. For example, the processing unit 602 is configured to support the resource configuration apparatus to perform steps S201-S203 in FIG. 2, steps S301-S305 in FIG. 3, and steps in FIG. S401-S410 and/or other processes for the techniques described herein. The resource configuration device may further include a storage unit 601 for storing program codes and data.
其中,所述处理单元602,用于控制操作系统通过所述通信单元603接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括目标应用程序的卡顿信息,所述 卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;以及用于根据所述卡顿信息确定所述目标应用程序的网络资源优化策略;以及用于按照所述网络资源优化策略调整所述目标应用程序的移动网络资源的分配。The processing unit 602 is configured to control an operating system to receive, by using the communication unit 603, a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of a target application, The cardon information is used to indicate an application interface of the target application that is stuck; and a network resource optimization policy for determining the target application according to the cardon information; and for optimizing according to the network resource The policy adjusts the allocation of mobile network resources of the target application.
在一个可能的示例中,所述操作系统包括管理模块和多个策略模块;在所述根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元602具体用于:控制所述管理模块确定所述场景数据包中的所述卡顿信息;以及控制所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块;以及控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, the operating system includes a management module and a plurality of policy modules. The processing unit 602 is specifically configured to use the network resource optimization policy for determining the target application according to the cardon information. Controlling the management module to determine the cardon information in the scenario 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 policy The module determines a network resource optimization policy of the target application according to the cardon information.
在一个可能的示例中,在所述控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元602具体用于:控制所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;以及控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略。In one possible example, the processing unit 602 is specifically configured to: control the policy module to determine a location, where the policy module is configured to determine a network resource optimization policy of the target application according to the cardon information. The network of the target application is a mobile network, acquiring network information of the target application; and controlling the policy module to determine a network resource optimization policy of the target application according to the network information and the cardon information.
在一个可能的示例中,所述网络信息包括移动终端当前的第一网络带宽以及分配给所述目标应用程序的第二网络带宽;所述卡顿信息包括卡顿的界面标识和卡顿时长;在所述控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元602具体用于:控制所述策略模块根据所述第一网络带宽、所述第二网络带宽以及卡顿时长,确定所述目标应用程序的网络带宽的第一参考调整量;以及控制所述策略模块根据界面标识确定所述目标应用程序的网络带宽的第二参考调整量;以及控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;以及控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。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 cardon information includes a Karton interface identifier and a stuck duration; And the processing unit 602 is specifically configured to: control the policy module according to the first aspect, where the determining, by the policy module, the network resource optimization policy of the target application is determined according to the network information and the cardon information Determining a first reference adjustment amount of a network bandwidth of the target application by a network bandwidth, the second network bandwidth, and a stuck duration; and controlling the policy module to determine a network bandwidth of the target application according to the interface identifier a second reference adjustment amount; and controlling the policy module to determine an adjustment amount of a network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount; and controlling the policy module according to the The adjustment amount determines a network resource optimization strategy of the target application.
在一个可能的示例中,所述场景数据包还包括所述目标应用程序的场景标识;在所述控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元602具体用于:控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络带宽的第一参考调整量;以及控制所述策略模块根据所述场景标识确定所述目标应用程序的所述网络带宽的第二参考调整量;以及控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;以及控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。In one possible example, the scenario data package further includes a scenario identifier of the target application; and the network module that determines the target application according to the network information and the cardon information is controlled by the policy module In terms of the resource optimization policy, the processing unit 602 is specifically configured to: control, by the policy module, a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information; and control the Determining, by the policy module, a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier; and controlling the policy module to determine, according to the first reference adjustment amount and the second reference adjustment amount, An adjustment amount of the network bandwidth of the target application; and controlling the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
在一个可能的示例中,所述场景数据包包括数据格式标识;在所述控制所述管理模块确定所述场景数据包中的所述卡顿信息方面,所述处理单元602具体用于:控制以及控制所述管理模块按照所述数据格式标识所指示的数据格式解析所述场景数据包确定所述应用类型标识和所述场景标识及所述卡顿信息。In one possible example, the scenario data packet includes a data format identifier; and the processing unit 602 is specifically configured to: control the control module to determine the cardon information in the scenario data packet. And controlling the management module to parse 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 cardon information.
在一个可能的示例中,所述目标应用程序包括数据连接模块,所述操作系统包括数据连接管理模块;在所述接收正在运行的所述目标应用程序发送的场景数据包方面,所述处理单元602具体用于:控制所述数据连接管理模块与所述数据连接模块建立预设数据通道;以及控制所述数据连接管理模块通过所述预设数据通道接收所述目标应用程序发送的场景数据包。In one possible example, the target application includes a data connection module, the operating system includes a data connection management module, and the processing unit is configured to receive a scene data packet sent by the target application that is running The 602 is specifically configured to: control the data connection management module to establish a preset data channel with the data connection module; and control the data connection management module to receive the scenario data packet sent by the target application by using the preset data channel. .
其中,处理单元602可以是处理器或控制器,通信单元603可以是处理器和程序运行空间之间的内部通信接口,如处理器与操作系统空间的通信接口,或者处理器与用户空间的通信接口等,存储单元601可以是存储器。The processing unit 602 may be a processor or a controller, and the communication unit 603 may be an internal communication interface between the processor and the program running space, such as a communication interface between the processor and the operating system space, or a communication between the processor and the user space. The interface or the like, the storage unit 601 may be a memory.
请参阅图7,图7是本申请实施例提供了一种智能手机700的结构示意图,所述智能手机700包括:壳体710、触控显示屏720、主板730、电池740和副板750,主板730上设置有前 置摄像头731、处理器732、存储器733、电源管理芯片734等,副板上设置有振子751、一体音腔752、VOOC闪充接口753和指纹识别模组754。Please refer to FIG. 7. FIG. 7 is a schematic structural diagram of a smart phone 700. The smart phone 700 includes a housing 710, a touch display screen 720, a main board 730, a battery 740, and a sub-board 750. The main board 730 is provided with a front camera 731, a processor 732, a memory 733, a power management chip 734, and the like. The sub board is provided with a vibrator 751, an integrated sound chamber 752, a VOOC flash charging interface 753, and a fingerprint recognition module 754.
其中,该智能手机包括目标应用程序和操作系统,目标应用程序运行于用户空间,操作系统运行于操作系统空间。操作系统接收正在运行的目标应用程序发送的场景数据包,场景数据包包括目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;操作系统根据卡顿信息确定目标应用程序的网络资源优化策略;操作系统按照网络资源优化策略调整目标应用程序的移动网络资源。The smart phone includes a target application and an operating system, the target application runs in a user space, and the operating system runs in an operating system space. The operating system receives the scenario data packet sent by the running target application, the scenario data packet includes the card information of the target application, and the cardon information is used to indicate an application interface of the target application that is stuck. The system determines a network resource optimization policy of the target application according to the Carton information; the operating system adjusts the mobile network resource of the target application according to the network resource optimization policy.
所述处理器732是智能手机的控制中心,利用各种接口和线路连接整个智能手机的各个部分,通过运行或执行存储在存储器733内的软件程序和/或模块,以及调用存储在存储器733内的数据,执行智能手机的各种功能和处理数据,从而对智能手机进行整体监控。可选的,处理器732可包括一个或多个处理单元;优选的,处理器732可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,所述调制解调处理器也可以不集成到处理器732中。该处理器732例如可以是中央处理器(Central Processing Unit,CPU),通用处理器,数字信号处理器(Digital Signal Processor,DSP),专用集成电路(Application-Specific Integrated Circuit,ASIC),现场可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、晶体管逻辑器件、硬件部件或者其任意组合。其可以实现或执行结合本申请公开内容所描述的各种示例性的逻辑方框,模块和电路。所述处理器也可以是实现计算功能的组合,例如包含一个或多个微处理器组合,DSP和微处理器的组合等等。The processor 732 is a control center of the smartphone, and connects various parts of the entire smartphone by using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 733, and calling the storage in the memory 733. The data, the various functions of the smartphone and the processing of the data, so that the overall monitoring of the smartphone. Optionally, the processor 732 may include one or more processing units; preferably, the processor 732 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like. The modem processor primarily handles wireless communications. It will be appreciated that the modem processor may also not be integrated into the processor 732. The processor 732 can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), and field programmable. Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure. The processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
所述存储器733可用于存储软件程序以及模块,处理器732通过运行存储在存储器733的软件程序以及模块,从而执行智能手机的各种功能应用以及数据处理。存储器733可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序等;存储数据区可存储根据智能手机的使用所创建的数据等。此外,存储器733可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。该存储器733例如可以是随机存取存储器(Random Access Memory,RAM)、闪存、只读存储器(Read Only Memory,ROM)、可擦除可编程只读存储器(Erasable Programmable ROM,EPROM)、电可擦可编程只读存储器(Electrically EPROM,EEPROM)、寄存器、硬盘、移动硬盘、只读光盘(CD-ROM)或者本领域熟知的任何其它形式的存储介质。The memory 733 can be used to store software programs and modules, and the processor 732 executes various functional applications and data processing of the smartphone by running software programs and modules stored in the memory 733. The memory 733 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the smartphone, and the like. Further, the memory 733 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. The memory 733 can be, for example, a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory (EPROM), and an electrically erasable memory. Programmable EPROM (EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
本申请实施例还提供一种计算机存储介质,其中,该计算机存储介质存储用于电子数据交换的计算机程序,该计算机程序使得计算机执行如所述方法实施例中记载的任一方法的部分或全部步骤,所述计算机包括移动终端。The embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to execute part or all of any of the methods described in the method embodiment. In the step, the computer includes a mobile terminal.
本申请实施例还提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如所述方法实施例中记载的任一方法的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括移动终端。The embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute as described in the method embodiment Part or all of the steps of either method. The computer program product can be a software installation package, the computer comprising a mobile terminal.
需要说明的是,对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请并不受所描述的动作顺序的限制,因为依据本申请,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本申请所必须的。It should be noted that, for the foregoing method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should understand that the present application is not limited by the described action sequence. Because certain steps may be performed in other sequences or concurrently in accordance with the present application. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present application.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above embodiments, the descriptions of the various embodiments are different, and the details that are not detailed in a certain embodiment can be referred to the related descriptions of other embodiments.
在本申请所提供的几个实施例中,应该理解到,所揭露的装置,可通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如上述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性或其它的形式。In the several embodiments provided herein, it should be understood that the disclosed apparatus may be implemented in other ways. For example, the device embodiments described above are merely illustrative. For example, the division of the above units is only a logical function division. In actual implementation, there may be another division manner. For example, multiple units or components may be combined or integrated. Go to another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical or otherwise.
上述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described above as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
上述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储器中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储器中,包括若干指令用以使得一台计算机设备(可为个人计算机、服务器或者网络设备等)执行本申请各个实施例上述方法的全部或部分步骤。而前述的存储器包括:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。The above-described integrated unit can 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 standalone product. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a memory. A number of instructions are included to cause a computer device (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the above-described methods of various embodiments of the present application. The foregoing memory includes: a U disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, and the like, which can store program codes.
本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储器中,存储器可以包括:闪存盘、只读存储器(英文:Read-Only Memory,简称:ROM)、随机存取器(英文:Random Access Memory,简称:RAM)、磁盘或光盘等。A person skilled in the art can understand that all or part of the steps of the foregoing embodiments can be completed by a program to instruct related hardware, and the program can be stored in a computer readable memory, and the memory can include: a flash drive , read-only memory (English: Read-Only Memory, referred to as: ROM), random accessor (English: Random Access Memory, referred to as: RAM), disk or CD.
以上对本申请实施例进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上上述,本说明书内容不应理解为对本申请的限制。The embodiments of the present application have been described in detail above. The principles and implementations of the present application are described in the specific examples. The description of the above embodiments is only used to help understand the method and core ideas of the present application. A person of ordinary skill in the art, in view of the idea of the present application, is subject to change in the specific embodiments and the scope of application. In the above, the content of the present specification should not be construed as limiting the present application.

Claims (20)

  1. 一种资源配置方法,其特征在于,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述方法包括:A resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
    所述操作系统接收正在运行的目标应用程序发送的场景数据包,所述场景数据包包括所述目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;The operating system receives a scenario data packet sent by a running target application, the scenario data packet includes carton information of the target application, and the carton information is used to indicate occurrence of the target application Application interface of the phenomenon;
    所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略;Determining, by the operating system, a network resource optimization policy of the target application according to the cardon information;
    所述操作系统按照所述网络资源优化策略调整所述目标应用程序的移动网络资源。The operating system adjusts mobile network resources of the target application according to the network resource optimization policy.
  2. 根据权利要求1所述的方法,其特征在于,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的应用类型标识;所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:The method according to claim 1, wherein the operating system comprises a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; The scenario data package further includes an application type identifier of the target application; the operating system determines a network resource optimization policy of the target application according to the cardon information, including:
    所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息;The management module acquires the application type identifier and the cardon information in the scenario data packet;
    所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块;The management module determines a policy module corresponding to the application type identifier in the multiple policy modules;
    所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。The policy module determines a network resource optimization policy of the target application according to the cardon information.
  3. 根据权利要求2所述的方法,其特征在于,所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块,包括:所述管理模块以应用类型标识为查询标识,查询预设的策略模块和应用类型标识之间的映射关系,确定场景数据包中的应用类型标识对应的策略模块。The method according to claim 2, wherein the management module determines a policy module corresponding to the application type identifier in the plurality of policy modules, and the management module uses the application type identifier as a query identifier. Query the mapping relationship between the preset policy module and the application type identifier, and determine the policy module corresponding to the application type identifier in the scenario data packet.
  4. 根据权利要求1所述的方法,其特征在于,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的场景标识;所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:The method according to claim 1, wherein the operating system comprises a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; The scenario data package further includes a scenario identifier of the target application; the operating system determines a network resource optimization policy of the target application according to the cardon information, including:
    所述管理模块获取场景数据包中的所述场景标识和所述卡顿信息;The management module acquires the scene identifier and the cardon information in a scenario data packet;
    所述管理模块确定所述多个策略模块中适用于所述场景标识的策略模块;The management module determines a policy module applicable to the scenario identifier in the multiple policy modules;
    所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。The policy module determines a network resource optimization policy of the target application according to the cardon information.
  5. 根据权利要求2-4任一项所述的方法,其特征在于,所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:The method according to any one of claims 2-4, wherein the policy module determines a network resource optimization policy of the target application according to the cardon information, including:
    所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;The policy module determines that the network of the target application is a mobile network, and acquires network information of the target application;
    所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略。The policy module determines a network resource optimization policy of the target application according to the network information and the cardon information.
  6. 根据权利要求5所述的方法,其特征在于,所述网络信息包括移动终端当前的第一网络带宽以及分配给所述目标应用程序的第二网络带宽;所述卡顿信息包括卡顿的界面标识和卡顿时长;所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:The method according to claim 5, 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 cardon information comprises a Karton interface And determining, by the policy module, the network resource optimization policy of the target application according to the network information and the cardon information, including:
    所述策略模块根据所述第一网络带宽、所述第二网络带宽以及所述卡顿时长,确定所述目标应用程序的网络带宽的第一参考调整量;Determining, by the policy module, a first reference adjustment amount of a network bandwidth of the target application according to the first network bandwidth, the second network bandwidth, and the stuck duration;
    所述策略模块根据所述界面标识确定所述目标应用程序的网络带宽的第二参考调整量;Determining, by the policy module, a second reference adjustment amount of a network bandwidth of the target application according to the interface identifier;
    所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;The policy module determines an adjustment amount of a network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount;
    所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。The policy module determines a network resource optimization policy of the target application according to the adjustment amount.
  7. 根据权利要求6所述的方法,其特征在于,所述策略模块根据界面标识确定所述目标应用程序的网络带宽的第二参考调整量,包括:The method according to claim 6, wherein the policy module determines a second reference adjustment amount of the network bandwidth of the target application according to the interface identifier, including:
    所述策略模块根据确定界面标识所属的运行场景,以该运行场景为查询标识,查询预设的运行场景与第二参考调整量之间的映射关系,获取所述界面标识对应的第二参考调整量。The policy module is configured to determine a mapping relationship between the preset running scenario and the second reference adjustment amount, and obtain a second reference adjustment corresponding to the interface identifier, according to the running scenario that is determined by the interface identifier, and the running scenario is the query identifier. the amount.
  8. 根据权利要求5所述的方法,其特征在于,所述场景数据包还包括所述目标应用程序的场景标识;所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略,包括:The method according to claim 5, wherein the scene data package further comprises a scene identifier of the target application; the policy module determines the target application according to the network information and the cardon information Network resource optimization strategies, including:
    所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络带宽的第一参考调整量;Determining, by the policy module, a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information;
    所述策略模块根据所述场景标识确定所述目标应用程序的所述网络带宽的第二参考调整量;Determining, by the policy module, a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier;
    所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;The policy module determines an adjustment amount of a network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount;
    所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。The policy module determines a network resource optimization policy of the target application according to the adjustment amount.
  9. 根据权利要求1-8所述的方法,其特征在于,所述目标应用程序和所述操作系统之间包括预设数据通道;所述操作系统接收正在运行的所述目标应用程序发送的场景数据包,包括:The method according to any one of claims 1-8, wherein a preset data channel is included between the target application and the operating system; and the operating system receives scene data sent by the target application that is running Package, including:
    所述操作系统通过所述预设数据通道接收所述正在运行的所述目标应用程序发送的场景数据包。The operating system receives, by using the preset data channel, a scenario data packet sent by the target application that is running.
  10. 一种资源配置装置,其特征在于,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述资源配置装置包括处理单元和通信单元,A resource configuration device, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, and the resource configuration device includes a processing unit and a communication unit.
    所述处理单元,用于通过所述通信单元接收正在运行的所述目标应用程序发送的场景数据包,所述场景数据包包括目标应用程序的卡顿信息,所述卡顿信息用于指示所述目标应用程序的发生卡顿现象的应用界面;以及用于根据所述卡顿信息确定所述目标应用程序的网络优化策略;以及用于按照所述网络优化策略调整所述目标应用程序的网络资源的分配。The processing unit is configured to receive, by using the communication unit, a scenario data packet sent by the target application that is running, where the scenario data packet includes carton information of a target application, and the carton information is used to indicate An application interface of a target application causing a stuck phenomenon; and a network optimization policy for determining the target application according to the cardon information; and a network for adjusting the target application according to the network optimization policy The allocation of resources.
  11. 根据权利要求10所述的装置,其特征在于,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的应用类型标识;在所述操作系统根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元具体用于:控制所述管理模块获取所述场景数据包中的所述应用类型标识和所述卡顿信息;以及控制所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块;以及控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。The device according to claim 10, wherein the operating system comprises a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; The scenario data package further includes an application type identifier of the target application; the processing unit is specifically configured to: control, in the network resource optimization policy of the target application, according to the The management module acquires the application type identifier and the cardon information in the scenario data packet; and controls the management module to determine a policy module corresponding to the application type identifier in the multiple policy modules; And controlling the policy module to determine a network resource optimization policy of the target application according to the cardon information.
  12. 根据权利要求11所述的装置,其特征在于,在所述控制所述管理模块确定所述多个策略模块中与所述应用类型标识对应的策略模块方面,所述处理单元具体用于:控制所述管理模块以应用类型标识为查询标识,查询预设的策略模块和应用类型标识之间的映射关系,确定场景数据包中的应用类型标识对应的策略模块。The device according to claim 11, wherein in the controlling the management module to determine a policy module corresponding to the application type identifier in the plurality of policy modules, the processing unit is specifically configured to: control The management module uses the application type identifier as the query identifier to query the mapping relationship between the preset policy module and the application type identifier, and determines the policy module corresponding to the application type identifier in the scenario data packet.
  13. 根据权利要求10所述的装置,其特征在于,所述操作系统包括管理模块和多个策略模块,每个策略模块用于确定相同应用类型的应用程序中至少一个应用程序的网络资源优化策略;所述场景数据包还包括所述目标应用程序的场景标识;在所述根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元具体用于:控制所述管 理模块获取场景数据包中的所述场景标识和所述卡顿信息;以及控制所述管理模块确定所述多个策略模块中适用于所述场景标识的策略模块;以及控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略。The device according to claim 10, wherein the operating system comprises a management module and a plurality of policy modules, each policy module is configured to determine a network resource optimization policy of at least one of the applications of the same application type; The scenario data packet further includes a scenario identifier of the target application. The processing unit is specifically configured to: control the management, in the network resource optimization policy of determining the target application according to the cardon information. Obtaining, by the module, the scenario identifier and the cardon information in the scenario data packet; and controlling the management module to determine a policy module applicable to the scenario identifier in the multiple policy modules; and controlling the policy module according to the The Carton information determines a network resource optimization strategy of the target application.
  14. 根据权利要求11-13任一项所述的装置,其特征在于,在所述控制所述策略模块根据所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元具体用于:控制所述策略模块确定所述目标应用程序的网络为移动网络,获取所述目标应用程序的网络信息;以及控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略。The device according to any one of claims 11 to 13, wherein in the controlling the policy module to determine a network resource optimization policy of the target application according to the cardon information, the processing unit is specific And configured to: control the policy module to determine that the network of the target application is a mobile network, acquire network information of the target application; and control the policy module to determine, according to the network information and the carton information, The network resource optimization strategy of the target application.
  15. 根据权利要求14所述的装置,其特征在于,所述网络信息包括移动终端当前的第一网络带宽以及分配给所述目标应用程序的第二网络带宽;所述卡顿信息包括卡顿的界面标识和卡顿时长;在所述控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元具体用于:控制所述策略模块根据所述第一网络带宽、所述第二网络带宽以及所述卡顿时长,确定所述目标应用程序的网络带宽的第一参考调整量;以及控制所述策略模块根据所述界面标识确定所述目标应用程序的网络带宽的第二参考调整量;以及控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;以及控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。The apparatus according to claim 14, wherein said network information comprises a current first network bandwidth of the mobile terminal and a second network bandwidth allocated to said target application; said cardon information comprises a Karton interface And determining, in the control, the policy module, according to the network information and the card information, determining a network resource optimization policy of the target application, where the processing unit is specifically configured to: control the policy Determining, by the module, a first reference adjustment amount of a network bandwidth of the target application according to the first network bandwidth, the second network bandwidth, and the aging time; and controlling the policy module to determine according to the interface identifier a second reference adjustment amount of the network bandwidth of the target application; and controlling the policy module to determine an adjustment amount of a network bandwidth of the target application according to the first reference adjustment amount and the second reference adjustment amount; And controlling the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
  16. 根据权利要求15所述的装置,其特征在于,在所述策略模块根据界面标识确定所述目标应用程序的网络带宽的第二参考调整量方面,所述处理单元具体用于:控制所述策略模块根据确定界面标识所属的运行场景,以该运行场景为查询标识,查询预设的运行场景与第二参考调整量之间的映射关系,获取所述界面标识对应的第二参考调整量。The device according to claim 15, wherein the processing unit is specifically configured to: control the policy in terms of determining, by the policy module, a second reference adjustment amount of a network bandwidth of the target application according to the interface identifier. The module obtains a mapping relationship between the preset running scenario and the second reference adjustment amount, and obtains a second reference adjustment amount corresponding to the interface identifier, according to the running scenario that is determined by the interface identifier.
  17. 根据权利要求14所述的装置,其特征在于,所述场景数据包还包括所述目标应用程序的场景标识;在所述控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络资源优化策略方面,所述处理单元具体用于:控制所述策略模块根据所述网络信息和所述卡顿信息确定所述目标应用程序的网络带宽的第一参考调整量;以及控制所述策略模块根据所述场景标识确定所述目标应用程序的所述网络带宽的第二参考调整量;以及控制所述策略模块根据所述第一参考调整量和所述第二参考调整量确定所述目标应用程序的网络带宽的调整量;以及控制所述策略模块根据所述调整量确定所述目标应用程序的网络资源优化策略。The device according to claim 14, wherein the scene data package further comprises a scene identifier of the target application; and the controlling the policy module determines, according to the network information and the card information, In terms of a network resource optimization policy of the target application, the processing unit is specifically configured to: control, by the policy module, a first reference adjustment amount of a network bandwidth of the target application according to the network information and the cardon information. And controlling the policy module to determine a second reference adjustment amount of the network bandwidth of the target application according to the scenario identifier; and controlling the policy module according to the first reference adjustment amount and the second reference The adjustment amount determines an adjustment amount of the network bandwidth of the target application; and controls the policy module to determine a network resource optimization policy of the target application according to the adjustment amount.
  18. 根据权利要求10-17任一项所述的装置,其特征在于,所述目标应用程序和所述操作系统之间包括预设数据通道;在所述通过所述通信单元接收正在运行的所述目标应用程序发送的场景数据包方面,所述处理单元具体用于:通过所述通信单元通过所述预设数据通道接收所述正在运行的所述目标应用程序发送的场景数据包。The apparatus according to any one of claims 10-17, wherein a predetermined data channel is included between the target application and the operating system; and the said running is received by the communication unit In terms of the scenario data packet sent by the target application, the processing unit is specifically configured to: receive, by using the communication unit, the scenario data packet sent by the target application that is running by using the preset data channel.
  19. 一种移动终端,其特征在于,包括处理器、存储器、通信接口以及一个或多个程序,其中,所述一个或多个程序被存储在所述存储器中,并且被配置由所述处理器执行,所述程序包括用于执行权利要求1-9任一项方法中的步骤的指令。A mobile terminal, comprising: a processor, a memory, a communication 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 program includes instructions for performing the steps of the method of any of claims 1-9.
  20. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如权利要求1-9任一项所述的方法,所述计算机包括移动终端。A computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to perform the method of any one of claims 1-9 Method, the computer comprises a mobile terminal.
PCT/CN2018/102799 2017-08-31 2018-08-28 Resource allocation method and related product WO2019042294A1 (en)

Applications Claiming Priority (2)

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

Publications (1)

Publication Number Publication Date
WO2019042294A1 true WO2019042294A1 (en) 2019-03-07

Family

ID=60959340

Family Applications (1)

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

Country Status (2)

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

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110996325A (en) * 2019-12-13 2020-04-10 深圳市普威技术有限公司 AP network resource allocation method, device, equipment, system and storage medium
CN111158901A (en) * 2019-12-09 2020-05-15 北京迈格威科技有限公司 Optimization method and device of computation graph, computer equipment and storage medium
CN112905269A (en) * 2021-02-09 2021-06-04 Oppo广东移动通信有限公司 Network access method, device, terminal and storage medium of application program
CN112925595A (en) * 2021-01-25 2021-06-08 北京达佳互联信息技术有限公司 Resource distribution method and device, electronic equipment and storage medium
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
CN116709368A (en) * 2022-10-17 2023-09-05 荣耀终端有限公司 Network acceleration method and device

Families Citing this family (9)

* 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
CN108628652B (en) * 2018-03-13 2023-02-28 Oppo广东移动通信有限公司 User interface rendering method and device and terminal
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
CN111694713B (en) * 2020-06-15 2023-04-11 Oppo(重庆)智能科技有限公司 Application operation optimization method and device and computer readable storage medium
CN114143812B (en) * 2021-12-02 2022-10-11 爱浦路网络技术(北京)有限公司 Network resource optimization method, system, device and storage medium based on 5G
CN115756823B (en) * 2022-10-20 2024-04-16 广州汽车集团股份有限公司 Service issuing method, device, vehicle and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030144002A1 (en) * 2000-02-15 2003-07-31 David Chambers Method for operating a user station in a cellular communication system
CN103024825A (en) * 2011-09-26 2013-04-03 中国移动通信集团公司 Method and device of distributing network source among multiple applications of terminal
CN104991775A (en) * 2015-07-03 2015-10-21 北京奇虎科技有限公司 Game acceleration method and apparatus
CN105975301A (en) * 2016-04-29 2016-09-28 北京小米移动软件有限公司 Memory cleaning method and device, and electronic equipment
CN106559579A (en) * 2016-11-30 2017-04-05 努比亚技术有限公司 Mobile terminal and CPU/GPU scheduling parameter update methods
CN106708710A (en) * 2015-11-12 2017-05-24 高德软件有限公司 Thread jamming identification method and apparatus
CN107426432A (en) * 2017-07-31 2017-12-01 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN107547746A (en) * 2017-08-31 2018-01-05 广东欧珀移动通信有限公司 Resource allocation method and related product

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103430151B (en) * 2012-07-06 2016-11-16 华为终端有限公司 A kind of resource allocation method and device
CN104731304B (en) * 2015-03-20 2018-01-19 广东欧珀移动通信有限公司 The method of adjustment and device of CPU hopping patterns in a kind of terminal
CN106095592B (en) * 2016-05-31 2021-08-24 Oppo广东移动通信有限公司 Foreground application program scene synchronization method, device and system
CN106020987A (en) * 2016-05-31 2016-10-12 广东欧珀移动通信有限公司 Method and device for determining kernel running configurations in processor
CN106775803A (en) * 2016-11-14 2017-05-31 努比亚技术有限公司 A kind of parameter value adjuster, terminal and method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030144002A1 (en) * 2000-02-15 2003-07-31 David Chambers Method for operating a user station in a cellular communication system
CN103024825A (en) * 2011-09-26 2013-04-03 中国移动通信集团公司 Method and device of distributing network source among multiple applications of terminal
CN104991775A (en) * 2015-07-03 2015-10-21 北京奇虎科技有限公司 Game acceleration method and apparatus
CN106708710A (en) * 2015-11-12 2017-05-24 高德软件有限公司 Thread jamming identification method and apparatus
CN105975301A (en) * 2016-04-29 2016-09-28 北京小米移动软件有限公司 Memory cleaning method and device, and electronic equipment
CN106559579A (en) * 2016-11-30 2017-04-05 努比亚技术有限公司 Mobile terminal and CPU/GPU scheduling parameter update methods
CN107426432A (en) * 2017-07-31 2017-12-01 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN107547746A (en) * 2017-08-31 2018-01-05 广东欧珀移动通信有限公司 Resource allocation method and related product

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111158901A (en) * 2019-12-09 2020-05-15 北京迈格威科技有限公司 Optimization method and device of computation graph, computer equipment and storage medium
CN111158901B (en) * 2019-12-09 2023-09-08 爱芯元智半导体(宁波)有限公司 Optimization method, optimization device, computer equipment and storage medium for calculation graph
CN110996325A (en) * 2019-12-13 2020-04-10 深圳市普威技术有限公司 AP network resource allocation method, device, equipment, system and storage medium
CN110996325B (en) * 2019-12-13 2023-10-20 深圳市联洲国际技术有限公司 AP network resource allocation method, device, equipment, system and 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
CN116709368A (en) * 2022-10-17 2023-09-05 荣耀终端有限公司 Network acceleration method and device
CN116709368B (en) * 2022-10-17 2024-04-16 荣耀终端有限公司 Network acceleration method and device

Also Published As

Publication number Publication date
CN107547746B (en) 2020-09-04
CN107547746A (en) 2018-01-05

Similar Documents

Publication Publication Date Title
WO2019042294A1 (en) Resource allocation method and related product
WO2019047709A1 (en) Resource configuration method and related product
WO2019042180A1 (en) Resource allocation method and related product
US11151010B2 (en) Resource configuration method, mobile terminal and storage medium
WO2019042169A1 (en) Resource allocation method and related products
WO2019042171A1 (en) Resource allocation method and product related thereto
US10824470B2 (en) Method for resource allocation and terminal device
CN107450988B (en) Resource allocation method and related product
US11166330B2 (en) Data-stream allocation method for link aggregation and related devices
CN107479970B (en) Resource allocation method and related product
CN107547745B (en) Resource allocation method and related product
US11698815B2 (en) Method for resource allocation and related products
US11301300B2 (en) Method for resource allocation and terminal device
US10936371B2 (en) Method for resource allocation and related products
US11016812B2 (en) Method for resource allocation and terminal device
CN107807852B (en) Application program performance control method, device and computer readable storage medium
CN107517306B (en) Resource allocation method and related product
WO2019085840A1 (en) Resource adjustment method and apparatus
WO2019047708A1 (en) Resource configuration method and related product
WO2019072208A1 (en) Application running control method and device
US11182210B2 (en) Method for resource allocation and terminal device
CN107832142B (en) Resource allocation method and equipment for application program
CN108536480B (en) Input method configuration method and related product
WO2019076213A1 (en) Network control method and device
WO2019042172A1 (en) Resource allocation method and product related thereto

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: 18849898

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: 18849898

Country of ref document: EP

Kind code of ref document: A1