WO2022242641A1 - Procédé et appareil d'implémentation de tâches, et dispositif électronique - Google Patents

Procédé et appareil d'implémentation de tâches, et dispositif électronique Download PDF

Info

Publication number
WO2022242641A1
WO2022242641A1 PCT/CN2022/093323 CN2022093323W WO2022242641A1 WO 2022242641 A1 WO2022242641 A1 WO 2022242641A1 CN 2022093323 W CN2022093323 W CN 2022093323W WO 2022242641 A1 WO2022242641 A1 WO 2022242641A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
functions
input
data
target
Prior art date
Application number
PCT/CN2022/093323
Other languages
English (en)
Chinese (zh)
Inventor
孙一鸣
Original Assignee
维沃移动通信有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 维沃移动通信有限公司 filed Critical 维沃移动通信有限公司
Publication of WO2022242641A1 publication Critical patent/WO2022242641A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Definitions

  • the present application belongs to the technical field of communications, and in particular relates to a task realization method, device and electronic equipment.
  • cooperative tasks Currently, electronic devices can work cooperatively through multiple functions to achieve some tasks (hereinafter referred to as cooperative tasks).
  • the electronic device when the electronic device receives an image (hereinafter referred to as image 1) through a communication application, the user can first trigger the electronic device to save the image 1 to the gallery, and open the image 1 stored in the gallery through the image processing application, to Process image 1 with an image processing application, and save the processed image 1. Then the user can trigger the electronic device to send the processed image 1 to a friend through a communication application.
  • image 1 an image
  • the collaborative task of receiving, processing, and sending the image 1 can be realized through the cooperative work of the sending and receiving function of the communication application, the storage function of the gallery, and the image processing function of the image processing application.
  • the purpose of the embodiment of the present application is to provide a task realization method, device and electronic equipment, which can solve the problem that the operation process of realizing the task through the cooperative work of multiple functions is relatively complicated.
  • the embodiment of the present application provides a task realization method, the method includes: receiving the first input for the target control, the target control is used to trigger the execution of M functions according to the target execution sequence, and the M functions is a function in at least one application of the electronic device, M is an integer greater than 1; in response to the first input, the M functions are executed according to the target execution order; wherein, the input data of the first function includes the second For output data of functions, both the first function and the second function are functions among the M functions, and the execution order of the second function is before the execution order of the first function.
  • the embodiment of the present application provides a task realization device, the device includes: a receiving module and an execution module; the receiving module is used to receive the first input for the target control, and the target control is used to trigger Execute M functions according to the target execution order, the M functions are functions in at least one application of the electronic device, and M is an integer greater than 1; the execution module is configured to respond to the first received by the receiving module One input, execute the M functions according to the target execution sequence; wherein, the input data of the first function includes the output data of the second function, and both the first function and the second function are among the M functions function, and the execution order of the second function is before the execution order of the first function.
  • an embodiment of the present application provides an electronic device, the electronic device includes a processor, a memory, and a program or instruction stored in the memory and operable on the processor, and the program or instruction is The processor implements the steps of the method described in the first aspect when executed.
  • an embodiment of the present application provides a readable storage medium, on which a program or an instruction is stored, and when the program or instruction is executed by a processor, the steps of the method described in the first aspect are implemented .
  • the embodiment of the present application provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is used to run programs or instructions, so as to implement the first aspect the method described.
  • the first input for the target control can be received, and the target control is used to trigger the execution of M functions according to the target execution order
  • the M functions are functions in at least one application of the electronic device, and M is greater than An integer of 1
  • the input data of the first function is the output data of the second function
  • both the first function and the second function are the M functions function
  • the execution order of the second function is before the execution order of the first function.
  • the electronic device can be triggered to perform the task according to the order of execution (such as target execution order) to execute the M functions, so the task can be realized after the M functions are executed according to the target execution order.
  • the task realization method provided by the embodiment of the present application can simplify the operation process of realizing a task through the cooperative work of multiple functions.
  • FIG. 1 is a schematic diagram of a task realization method provided by an embodiment of the present application
  • Fig. 2 is one of the schematic diagrams of the data transmission direction of the M functions in the task realization method provided by the embodiment of the present application;
  • Fig. 3 is the second schematic diagram of the data transmission direction of M functions in the task realization method provided by the embodiment of the present application;
  • FIG. 4 is one of the interface schematic diagrams of the application of the task realization method provided by the embodiment of the present application.
  • Fig. 5 is the second schematic interface diagram of the application of the task realization method provided by the embodiment of the present application.
  • FIG. 6 is the third schematic diagram of the interface of the application of the task realization method provided by the embodiment of the present application.
  • FIG. 7 is a schematic diagram of the target control in the application of the task realization method provided by the embodiment of the present application.
  • FIG. 8 is the fourth schematic diagram of the application interface of the task realization method application provided by the embodiment of the present application.
  • Fig. 9 is the fifth schematic diagram of the application interface of the task realization method provided by the embodiment of the present application.
  • Fig. 10 is the sixth schematic diagram of the application interface of the task realization method provided by the embodiment of the present application.
  • Fig. 11 is the seventh schematic diagram of the interface of the application of the task realization method provided by the embodiment of the present application.
  • FIG. 12 is a schematic diagram of a task realization device in an embodiment of the present application.
  • FIG. 13 is a schematic diagram of an electronic device in an embodiment of the present application.
  • FIG. 14 is a schematic diagram of hardware of an electronic device provided by an embodiment of the present application.
  • Script It is an executable file written in a certain format using a specific descriptive language (ie scripting language). Scripting language, also known as extended language, or dynamic language, is a programming language used to control software applications. Scripts are usually saved in text (ASCII), and only interpreted or compiled when called.
  • ASCII ASCII
  • the computer (such as the task realization device in the embodiment of the present application) will perform a series of operations.
  • the task realization apparatus may execute a script to set the execution order of the M functions as the following target execution order, and generate a target control for triggering the execution of the M functions according to the target execution order.
  • processing results (ie output data) of different functions may be stored in different folders, the process of finding the processing results of different functions is also very cumbersome.
  • the task implementation method provided by the embodiment of the present application expands the desktop design concept as follows:
  • Some functions in the control application provide services independently, for example, set the functional components of the indication function.
  • a desired input such as an image
  • the electronic device can process the image through the function and output a processed result.
  • the first interface may include functional components indicating the functions in the above 1). In this way, the functions indicated by these functional components can be quickly triggered to execute.
  • function 1 and function 2 can be connected by connecting the output terminal of one functional component with the input terminal of the other functional component. After the function 1 is connected with the function 2, the electronic device can directly send the output data of the function 1 to the function 2 as the input data of the function 2. In this way, some more complicated tasks can be realized through function 1 and function 2 in sequence.
  • the user can trigger the connection of two or more functional components by inputting the functional components in the first interface; Connect at least two functional components by means of a script that connects two functional components. Specifically, it may be determined according to actual usage requirements, and is not limited in this embodiment of the application.
  • the above-mentioned script may be obtained from a server, stored locally on the electronic device, or received through a communication application, which may be determined according to actual usage requirements. Not limited.
  • a plurality of functional components connected in the component interface are collectively referred to as functional controls (also referred to as functions in colloquial terms).
  • each function control indicates two or more functions.
  • the user can trigger the execution of all the functions indicated by the functional control according to a certain execution order (such as the following target execution order) by inputting a function control, and after executing all the functions indicated by the function control, A task that can be realized through the cooperation of these functions can be realized.
  • this embodiment of the present application provides a task realization method, and the task realization method may include the following steps 101 and 102 .
  • the following takes the implementation of the task as an example to illustrate the implementation method of the task.
  • Step 101 the task realization apparatus receives a user's first input on a target control.
  • the target control can be used to trigger the execution of M functions according to the target execution sequence
  • the M functions are functions in at least one application of the electronic device
  • M is an integer greater than 1.
  • the target control may be set by the user-triggered task realization device, or may be set by the task realization device based on downloaded or received scripts. Specifically, it may be determined according to actual usage requirements, and is not limited in this embodiment of the application.
  • the script please refer to the relevant description of the script in the above-mentioned part of the explanation of terms. In order to avoid repetition, details are not repeated here.
  • the task realization device may display at least one functional control on the second interface, and the at least one functional control includes a target control.
  • the second interface may be the desktop of the electronic device, or may be the first interface described below, where the first interface is an interface for setting function controls in the electronic device.
  • the first interface may also be called a component page, and the two have the same meaning and can be interchanged.
  • a first logo indicating the first interface may be set on the third interface, and the user may input the first logo, for example, click on the first logo, to trigger the task realization device to display the second logo. an interface.
  • the third interface may be a notification bar interface or a status bar interface (also called an application drawer).
  • the first input may be the user's input to the target control in the second interface, or the first input may be the input of obtaining data through the application, for example, the first input may be the Select the input of the image.
  • the first input can be any possible input such as touch input, input to physical keys, facial recognition input, fingerprint input, air gesture input, etc., which can be determined according to actual use requirements,
  • the embodiment of this application is not limited.
  • the user may trigger the task realization device to execute the following step 102 on the first interface, the desktop or the application interface.
  • Step 102 the task realizing device executes M functions according to the target execution order in response to the first input.
  • the input data of the first function is the output data of the second function
  • the first function and the second function are functions with different execution orders among the M functions
  • the execution order of the second function is before the execution order of the first function.
  • the data type of the input data of the first function can be compatible with the data type of the output data of the first function, that is, the premise of using the output data of one function as the input data of another function is that the data type of the input data of the other function can be compatible The data type of the output data for this one function.
  • the output data of this one function can be used as the input data of the other function, That is, the data type of the output data of the other function is compatible with the data type of the input data of the one function.
  • the data types of the input data and output data of the function may include at least one of the following: application data type (i), application behavior type (ii), user input type (iii), or user Any possible data type such as data type (iii) can be customized.
  • the data of the application data category may include at least one of the following: text, image, video, audio, and application information (such as application name).
  • the data of the application behavior category may include any possible application behavior such as the behavior of invoking the application, the behavior of adjusting the application parameters, and the behavior of sharing the application data.
  • the data of the user input category includes at least one of the following: an input form input by the user, and an input object input by the user.
  • the input form of the user input can be a contact form or a non-contact form
  • the contact form includes any possibility such as single click, double click, multiple clicks, slide, drag, heavy press, or long press. form of contact.
  • Non-contact forms include biometric information recognition (such as fingerprint recognition, iris recognition) or air gestures.
  • the user input may be an input to a physical button, a virtual control, a virtual sign, or an interface, etc., which may be determined according to actual usage requirements.
  • User-definable data types refer to certain forms that can be provided to users to enable users to customize data forms, and use these customized data forms for input and output.
  • the user-definable data type can be a template used to represent a certain type of data. For example, the user likes a certain type of music. These music can be disassembled into several different forms of features (that is, different members), such as text (lyrics, names, etc. ), image (cover), audio (timbre, melody, etc.).
  • a user-definable data type can also be used as a data that implements a certain type of operation by conveying a concept.
  • data whose data type is a user-definable data type may be used as input data and/or output data of a function.
  • the task realization device can filter, merge and disassemble the members of Class A music through the adapter component. Therefore, when the user needs to perform some processing on Class A music, the cooperative task can be realized by connecting the adapter component with other basic function components.
  • the task realization device executes M functions
  • the M functions are executed according to the execution sequence of the M functions.
  • the first function may include at least one function among the M functions
  • the second function may also include at least one function among the M functions.
  • the output data of one of the second functions may be used as the input data of one or more functions of the first function; the output data of multiple functions of the second function may also be data as input data for one of the first functions. Specifically, it may be determined according to actual usage requirements, and is not limited in this embodiment of the application.
  • the second function 20 includes function A
  • the first function 21 It includes function B and function C
  • the output data of function A is the input data of function B and function C
  • the output data of one function in the second function is used as the input data of multiple functions in the first function.
  • the second function 22 includes function D and function E
  • the first function 23 includes function F
  • the output data of function D and function E are the input data of function F, namely Output data of a plurality of the second functions serves as input data of one of the first functions.
  • the execution sequence of at least one of the first functions may be the same or different.
  • the execution sequence of at least one of the second functions may be the same or different, and may be specifically determined according to actual usage requirements, which is not limited in this embodiment of the present application.
  • M functions include 3 functions, and these 3 functions are arranged in order of execution: function A, function B and function C; as shown in Figure 3, the output data of function A can be the input of function B data, and the output data of function A and the output data of function B are both the input data of function C. It can be seen from FIG. 3 that although the execution order of function A and function B is different, the output data of function A and the output data of function B can be used as the input data of function C at the same time. That is, in the embodiment of the present application, the output data of the function executed earlier may be used as the input data of the function executed later.
  • the task realizing device can realize the task that can only be realized by the cooperation of the M functions (hereinafter referred to as task 1). That is to say, the process of executing the M functions according to the target execution order is the process of controlling the M functions to work together to complete the task 1 .
  • the task realization device may execute at least some of the M functions in accordance with the target execution sequence; function starts executing.
  • the execution order of these 4 functions i.e. the target execution order
  • the task realization device executes function 1, function 2, function 3, and function 4 according to the target execution sequence; it can also execute function 2, function 3, and function 4 according to the target execution sequence; it can also execute function 4 according to the target execution sequence.
  • the task realization method when it is required to realize a certain task through the cooperation of multiple functions (such as the above-mentioned M functions), since the input to the target control indicating the M functions can be used, that is, The electronic device can be triggered to execute the M functions in an execution sequence capable of realizing the task (for example, a target execution sequence), so the task can be realized after the execution of the M functions in the target execution order is completed.
  • the task realization method provided by the embodiment of the present application can trigger multiple functions to complete the task through a single input, it can simplify the task through multiple functions. Functions work together to realize the operational process of a task.
  • function 1 outputs multiple output data (such as taking multiple photos continuously), and the multiple output data are respectively used as the input data of function 3 together with the output data of function 2, Then, the plurality of output data can form an input queue, and the output data of the other function can be used as the input data of the third function.
  • function 1, function 2 and function 3 are different functions among the above M functions.
  • a prompt mark (such as a number) will be displayed on the functional component indicating the function to inform the user of the number of inputs waiting on the current path.
  • the user can click the prompt to open the input details floating window.
  • the user can view the input summary information (such as a thumbnail), and click the summary information to view the input details and data (such as an image).
  • the user can trigger to adjust the arrangement order of the input data in the queue or delete some of the input data by inputting.
  • step 102 may specifically be implemented through the following step 102a.
  • Step 102a the task realization device executes M functions starting from the initial function among the M functions according to the target execution order and the initial input data.
  • the above-mentioned initial input data can be the input data of the initial function, and the initial function can be any one of the following (1) to (4):
  • the initial function is the first function executed after the task realization device receives the first input.
  • the number of initial functions may be one or multiple.
  • the task realization device after the task realization device receives the first input, it can execute the initial function among the M functions, and the function whose execution sequence is after the execution sequence of the initial function, and does not execute the execution sequence after the execution sequence of the initial function previous function.
  • the task realization device may first determine an initial function, and then obtain initial input data based on the determined initial function, such as the above-mentioned (1), (3) and (4).
  • the initial input data can be obtained first, and then the initial function can be determined based on the initial input parameters, such as (2) above.
  • the first input is the user's input to the target control in the second interface; in the above (2), the first Input is the input to get data through the application.
  • the initial function is a preset function among the M functions.
  • the initial function of setting the device may be implemented by triggering a task through input.
  • the initial function is a function determined according to the data type of the initial input data among the M functions.
  • the task realization device may bind the target control to the operation of acquiring application data in the application.
  • the task realization device can display a floating menu, which includes multiple functional controls, and the functions indicated by the multiple functional controls include input data types compatible with the The function of the data type of the data (hereinafter referred to as function X), when the user selects the target control among the multiple functional controls, the task realization device can send the data to the target control, and execute the target control instruction according to the target execution order function.
  • the task realization device can also bind the target control with operations such as screen capture, recording, video, and games, so as to automatically execute at least some of the above M functions after receiving these operations.
  • the initial function may be the first function in which the data type of the output data is compatible with the initial input data among the M functions arranged in the order of target execution.
  • the data type of the output data may be compatible with the first function of the initial input data. The details can be determined according to the binding requirements.
  • the initial function is a function determined according to user input among the M functions.
  • the task realization method provided in the embodiment of the present application may further include the following steps 103 and 104.
  • Step 103 the task realization apparatus displays at least two first options in response to the first input.
  • the first option indicates all functions of the same execution order among the M functions.
  • Step 104 the task realization device receives a fourth input of the target option in the at least two first options.
  • the fourth input may be a touch input on the target option, for example, the fourth input is the user's click, long press, or heavy press input on the target option.
  • step 105 the task realizing device determines that the initial function is the function indicated by the target option in response to the fourth input.
  • the task realization device can execute M functions from the initial function among the M functions according to the target execution order and initial input data
  • the initial function is a preset function, according to the data type of the initial input data
  • a certain function, a function determined according to user input, or a function with the first execution order can improve the flexibility of realizing the task on the basis of simplifying the operation process of realizing the task through the cooperative work of multiple functions.
  • the target control when the target control is displayed on the first interface, and the first interface further includes at least one data identifier, and each data identifier indicates at least one data; the above-mentioned first input may be Move the first data identifier in the at least one data identifier to the input on the target control; wherein, the initial input data is the data indicated by the first data identifier, and the initial function is determined according to the data type of the initial input data among the M functions function, or the function with the first execution order.
  • the first interface may also include N functional components, each of which has a function, and the user may also move the data identifier to one of the N functional components to trigger the task
  • the implementing device processes the data indicated by the data identifier through the function indicated by the functional component.
  • the N functions indicated by the N functional components may include functions in the above M functions, or may not include functions in the above M functions.
  • the user can drag one or more data identifiers in the at least one interface to the functional component indicating the sending function in the at least one interface, so as to trigger the task realization device to send these data.
  • the task realization device may display the data identification of the output data of the function at a position adjacent to the functional component or functional control indicating the function in the first interface, for example, displaying the output data of the function The output terminal of the control. If a function outputs multiple data, the data identifiers of these data can be displayed in a folder.
  • the data type indicated by the at least one data identifier may be any possible data type such as application data type, application behavior type, user input type, and user-definable data type.
  • the first interface 40 includes a target control 41, and the target control is used to trigger the execution of function 1 - function 2 and function 3 - Function 4, that is, execute M functions according to the target execution order;
  • the target control 41 may include an input area 42, and the first input may specifically be an input for the user to move the first data mark 43 to the input area 42, so that the task is realized
  • the device may respond to the first input, according to the target execution order and the data indicated by the first data identifier, from the M functions, the input data type includes the data type of the data indicated by the first data identifier, and execute the M functions. .
  • the above at least one data identifier is a shortcut entry of data in the electronic device.
  • multiple data identifiers on the first interface can be classified into one data folder, and the user can click on the folder to trigger the task realization device to display the expanded interface of the folder , and display the multiple data identifiers on the expanded interface.
  • the data indicated by the above at least one data identifier can be stored in a storage space corresponding to the first interface (hereinafter referred to as the target storage space), and of course, it can also be stored in the electronic device except for the target Any storage space other than the storage space, such as stored in the storage corresponding to the application. Specifically, it can be determined according to actual usage requirements, and is limited in the embodiments of this application.
  • the user may trigger sending the data in the desktop or the application to the target storage space through an input, and display the data identifier of the data on the first interface.
  • the task realization device may display "send to the component interface (that is, the first interface)", when the user chooses to send to the component page, if application 1 supports sending the data therein to the first interface, then the task realization device can send these data to the target storage space; if application 1 does not support sending The data therein is sent to the first interface, and the user can copy or cut the selected data and paste it in the target storage space.
  • the task realization device saves the selected data in the target storage space, as shown in (b) in FIG. 5 , it may display the data identifiers 52 of these data on the first interface 51 .
  • the user when the user inputs to the application interface to trigger the task realization device to obtain data through the application where the application interface is located, such as downloading files, taking pictures, etc., the user can also trigger the task realization device to store these data in the target storage space.
  • a data adding control 53 may be included on the first interface, and the user may input the data adding control 53 to trigger the task realization device to add data in the target storage space. data, and display the data identifier of the added data on the first interface.
  • the task realization device may display the newly created data identifier in the vacant area on the first interface, if there is an vacant area on the first interface, a new interface may be created, and then the newly created data may be displayed logo.
  • the output data of each function may be cached, for example, the output data of each function may be cached for a preset duration.
  • the data identification of the data can be set on the first interface, the user can directly select the data that meets his needs on the first interface, without having to manually enter the folder to select the data, so it can be further simplified. operation process.
  • the data type of the input data of the initial input function is different, and the method for the task realization device to obtain the initial input data may also be different.
  • the task implementation device obtains the initial input data The method is described in detail.
  • the task realization device may first display the In the interface of the data identification, the user may select and input the data identification to trigger the task realization device to obtain the application data corresponding to the selection input.
  • the task implementation device receives the first input for the target control, if the application behavior of an application If the monitoring authority of an application is permission monitoring, then the task implementation device can monitor the application behavior of the application, and use the monitored application behavior as the input data of the initial function; if the application behavior permission of an application is permission monitoring, then the task realization device The user may be prompted first to set the monitoring permission of the application behavior of the application to allow monitoring, and then obtain the application behavior of the application.
  • the data type of the input data of the initial input function (that is, the initial input data) is the user input type, and the initial input data is passed by the user in an interface (hereinafter referred to as the target interface) to acquire the first target input, after the task realization device receives the first input, it can display the target interface first, and when receiving the first target input from the user on the target interface, the task realization device can obtain the initial input data, and perform the initial function according to the initial input data.
  • the task realization device can run the camera application, as shown in (b) in Figure 6
  • the task realizing device can display shooting preview interface 61 (being target interface);
  • the function takes a picture and outputs the captured image.
  • the task realization device can display a handwriting input interface (ie, the target interface), which includes an undo control, Confirm the control and the handwriting area; when the task realization device receives the user's handwriting input in the handwriting area and the click input (i.e. the first target input) to the confirmation control, the task realization device can generate a handwriting mark according to the input parameters of the handwriting input,
  • the handwritten mark can be a pattern, a character, or the like.
  • the task realization device can output the handwriting function
  • the multiple documents received by the handwritten identification and receiving function are sent to the signature function, and the signature function signs the handwritten identification to each document in the multiple PDFs respectively.
  • the task realization device can display a recording interface, which includes a start recording control, a pause recording control, and an end recording control.
  • the task realization device can control the recording function to start recording, and output the recorded audio data.
  • the operational flexibility can be further improved, and the human-computer interaction performance can be improved.
  • the task realization method provided in the embodiment of the present application may further include the following steps 106 and 107.
  • Step 106 the task realization device receives the user's second input on the M functional components in the first interface.
  • Step 107 the task realizing device responds to the second input and connects the M functional components through at least one connection component according to the target execution sequence.
  • each functional component indicates one of the above M functions
  • the second input can be used to trigger setting the execution order of the M functions as the target execution order.
  • the target control is determined by the connected M functional components.
  • the target control may be displayed in the first form or in the second form.
  • FIG. 7 is a schematic diagram of the target control displayed in the first form, which may be It can be seen that the target control displayed in the first form is a thumbnail or a simplified diagram of the connected M functional components; or, as shown in Figure 7 (b) is a schematic diagram of the target control displayed in the second form, you can see It can be seen that the target control displayed in the second form includes M functional components and connection components used to connect the M components, that is, includes M functional components in a connected state.
  • the user can input ( Different from the above-mentioned first input), to trigger the task realization device to display the target control shown in (b) in FIG. 7 and displayed in the second form.
  • the target execution order is any execution order that can meet the user's actual use requirements.
  • each functional component includes a data input port and a data output port, and the data input port and the data output port may be in a display state or in a hidden state.
  • the data input port and the data output port of a functional component when the data input port and the data output port of a functional component are in the displayed state, the data input port and the data output port of the functional component may be represented by a dotted line box or a warning symbol (such as "x" in FIG. 2 ).
  • connection components are two connection components
  • the task realization device connects the two functional components through a connection component
  • the data of a function component may be transferred through the connection component
  • the output port is connected to the data input port of another functional component; to indicate that the output data of the function indicated by the one functional component is used as the input data of the function indicated by the other functional component.
  • each functional component can be connected to the data output port of at least one functional component; the data output port of each functional component can be connected to the data input port of at least one functional component.
  • the functions indicated by the above at least two functional components include at least two functions with different execution orders.
  • connection assembly can be a pipeline assembly (such as the pipeline assembly 30 in FIG. 3 ), a flow distribution assembly (such as the flow distribution assembly 31 in FIG. 44), wherein, the pipeline component can connect two functional components; the diversion component and the convergence component can connect at least three functional components, the diversion component is used to use the output data of one function as the input data of multiple functions, and the convergence component is used to combine The output data of multiple functions serves as the input data of a functional component.
  • the second input may be any input that can set an execution order for the M functions.
  • the second input may be the user's mobile input to the M functional components (the first implementation), the user's input to the option menu of the M functional components (the second implementation), or at least one connection component input (the third implementation).
  • the first implementation manner the second input is the user's movement input to the M functional controls.
  • the first interface includes a functional component 1 and a functional component 2, the functional component 1 indicates the function g1, and the functional component 2 indicates the function g2.
  • the user can long press the functional component 1, and Drag the functional component 1 to the functional component 2; as shown in (b) in Figure 8, when the functional component 1 and the functional component 2 partially overlap, if the data type of the input data of the function g1 is compatible with the output data of the function g2 data type, it means that the output data of functional component 2 can be used as the input data of the function indicated by functional component 1, so as shown in (c) in Figure 8, when functional component 1 is put down, that is, when it leaves the screen,
  • the task realization device can connect the data input port of function component 1 to the data output port of function component 2; if the data type of the input data of function g1 is not compatible with the data type of the output data of function g2, it means that the The output data is used as the input data of the function indicated by the functional component 1, so that when
  • a connection identification (such as the connection identification shown in (b) in FIG. 8 ) can be displayed. 81), to prompt the user that the data output port of function component 2 can be connected with the data input port of function 2. Otherwise, a prompt message may be output to remind the user that the data output port of the function component 2 cannot be connected with the data input port of the function 2.
  • the task realization device may display a position prompt mark on the first interface (such as the position prompt mark shown in (b) in FIG. 8 82), the position prompt mark 82 is used to prompt the display area of the functional component 1 when the functional component 1 is released.
  • the display area is determined according to the size of the functional component 1 and the current location of the functional component 1. Specifically, the display area is the closest to the current location of the functional component 1 in the first interface, and its size is greater than or equal to the function Empty space for the size of the component.
  • the task realization device may first display the functional component 1 on the right side of the functional component 2 and in the area adjacent to the functional component 2, and then display the functional component 1 The data input port is connected with the data output port of the functional component 2 . If the connection logo is not displayed, the task realization device can drag the display area of the functional component 1 before the functional component 1 to display the functional component 1, that is, keep the display area of the functional component 1 unchanged.
  • the second implementation manner the second input is the user's input to the option menu of the M functional components.
  • the first interface 90 includes a functional component 1 and a functional component 2, the functional component 1 indicates the function g1, and the user can long press the functional component 1, as shown in FIG.
  • the task realization device can display the option menu 91 of the functional component 1, and the option menu 91 includes a connection panel 92, which includes 4 connection keys (i.e. shown in (b) in FIG. 9 ).
  • connection key to trigger the connection of the first functional component located in the direction indicated by the connection key in the first interface with functional component 1; for example, as shown in Figure 9
  • the task realization device can connect the data input port of the functional component 1 with the data input port located in the functional component 1 through the connection component The data output port of the functional component 2 on the left is connected.
  • the task realization device can preset the connection mode, for example, preset the data input port of the functional component to which the connection key belongs and the data output port of the first functional component in the direction indicated by the connection key port connection; in this way, after the user inputs a connection key, the task realization device can connect the functional component to which the connection key belongs to the functional component selected through the connection key according to the preset connection mode. Or, after the user inputs a connection key, the task realization device can display a selection box, which includes a third option and a fourth option, the third option being "connect with the data input port of the selected functional component", and the third option being "connected to the data input port of the selected functional component".
  • the fourth option is the option of "connecting to the data output port of the selected functional component", so that the user can input the third option or the fourth option to trigger the task realization device to connect the functional component to which the connection key belongs according to the connection mode selected by the user and the functional component selected by this connection key.
  • the task realization device may automatically determine the connection mode according to the data compatibility between the functional component to which the connection key belongs and the functional component selected through the connection key.
  • the second input is a user's input to at least one connection component.
  • the first interface may further include connection components, and the user may drag both ends of a connection component to connect the two ends of the connection component to different functional components.
  • a user may connect one end of a connection component to a data input port of a functional component, and connect the other end of the connection component to a data output port of another functional component.
  • connection component may be marked with an arrow, and the direction of the arrow indicates a data transmission direction between functional components connected to the connection component.
  • the data input port of one functional component can be connected to the data output port of another functional component only on the premise of satisfying data compatibility.
  • the task realization device may keep the connection between the M functional components unchanged. change, i.e. without breaking the connection between functional components and connection components.
  • the target execution order is set by the user through the second input to trigger the task realization device for M functions, it can be ensured that the tasks realized after the task realization device executes M functions according to the target execution order can meet the actual needs of the user .
  • the task realization method provided by the embodiment of the present application may further include the following step 108.
  • Step 108 the task realization apparatus displays a synchronization mark on the first connection component.
  • the first connection component is a connection component connected to a functional component indicating a third function and at least two fourth functions.
  • the synchronous identification (such as the synchronous identification 32 shown in the dotted line in Figure 3) can be used for: a, indicating that after at least two fourth functions are performed, the third function is executed, that is, the progress of synchronous execution; and/or, b,
  • the synchronization flag can be used to trigger re-execution of M functions starting from the fifth function among the M functions, that is, to roll back the execution progress, and the execution order of the fifth function is smaller than that of the third function.
  • the third function may be a function of the first function
  • at least two fourth functions may be functions of the second function.
  • the first connection component may be one connection component, or may be multiple connection components.
  • the first connection component may be two pipeline components; or, the first connection component may be one flow distribution component.
  • the synchronization component is used to separate and synchronize the functional components. For example, as shown in FIG. 3 , after the task realization device determines that both the output data of function A and the output data of function B reach function C, the task realization device can execute function C; otherwise, function C will not be executed.
  • the task realization device can also configure the synchronization component, and the configuration of the synchronization component includes: after executing at least two fourth functions, automatically executing the third function; or, executing at least two fourth functions. After the fourth function is completed, and after receiving an input from the user to trigger continuation of execution, the third function is executed.
  • the synchronization flag is configured to execute the third function after the execution of at least two fourth functions is completed, and after receiving an input from the user to trigger the continuation of execution, then after the execution of at least two fourth functions is completed, the task realization device can Displays a floating button for user action.
  • the task realization device may cache the input data of each of the M functions, so that when the user inputs to the synchronization component, the fifth function is triggered to start, and the M functions are re-executed.
  • the task implementing device may re-execute the fifth function directly according to the buffered input data of the fifth data, and execute the functions whose execution order is after the fifth function among the M functions according to the target execution order.
  • the task realization device can display the synchronous component on the connection component between the functional component of the one function and the functional components of the multiple functions , and the synchronization component can be used to synchronize the execution progress and/or roll back the execution progress, so the operation accuracy and flexibility can be further improved on the basis of simplifying the operation process of realizing the task through the cooperative work of multiple functions.
  • the task realization method provided in the embodiment of the present application may further include the following steps 109 and 110.
  • Step 109 the task realization device receives a third input from the user.
  • step 110 the task realizing device executes a target operation corresponding to the third input in response to the third input.
  • the target operation can be any one of the following (1), (2), (3), (4) and (5):
  • the user can trigger the addition of at least one functional component on the first interface by inputting an icon on the desktop; Add at least one functional component on the first interface.
  • the user can click on the left area of an application icon 101 on the desktop 100, as shown in (b) in Figure 10, the task realization device can display N functions component 102 and a first interface 103, the N functional components 102 are functional components of at least part of the functions in the application indicated by the application icon 101; the user can select at least one of the N functional components 102 according to his actual use needs
  • the functional components are dragged into the first interface to add at least one functional component to the first interface.
  • the third input includes an input to an icon on the desktop and a movement input to at least one functional component.
  • the function indicated by the at least one functional component is a function in the same application, and N is a positive integer.
  • the task realization device may first display N functional components.
  • the task realization device keeps displaying the N functional components and displays the first interface.
  • the task realization apparatus may display these sub-interfaces respectively in the form of thumbnails, and the user may At least one functional component is dragged to any one of these sub-interfaces.
  • the user can add a control 111 input to the components in the first interface 110, as shown in (b) in Figure 11, the task realization device can display a list of functional components Interface 112 , the functional component list interface may include functional components of functions in multiple applications. Then the user can select at least one of the above-mentioned functional components in the functional component list interface according to actual usage requirements. It can be understood that, in this example, the function indicated by the at least one functional component may be a function in one or more applications.
  • the functional components in the functional component list interface can be sorted in various ways such as initial letters of names, function types (such as video processing, music processing).
  • the third input is a user's touch input on at least one object in the first interface.
  • one object may be a functional component or a functional control.
  • the first interface includes a delete control
  • the user can trigger deletion of a functional component or functional control from the first interface by inputting component deletion.
  • the third input is a user's touch input on at least one object in the first interface.
  • the display parameter of the object may include at least one of a display position of the object, a display size of the object, and an arrangement structure of the object.
  • one object may be a functional component or a functional control.
  • the user can first press and hold the object to trigger the object to be in the parameter adjustment mode.
  • the task realization device may display a size adjustment frame around the object, and the user may input by dragging the size adjustment frame to trigger adjustment of the display parameters of the object. After the adjustment is completed, the user can click on a blank space of the first interface to trigger the task realization device to exit the parameter adjustment mode.
  • the display parameters of the object may include the arrangement structure of the object.
  • the arrangement structure of the object refers to the arrangement structure among the functional components in the functional control.
  • the user can adjust the arrangement structure of the multiple functional components into a triangular structure through the third input.
  • the third input is a user's touch input on the target functional component in the first interface.
  • the target functional component may be a functional component in the first interface, or a functional component in a functional control of the first interface.
  • the function parameter of the function may be determined according to the function.
  • the function parameter of the image processing function may be: brightness, contrast, grayscale, exposure etc.
  • the function parameters of the handwriting input function may include: line color, line width, etc.
  • the user can first press and hold the target functional component to trigger the display of the option menu of the target functional component.
  • the target functional component includes a parameter adjustment flag for adjusting the function parameter of the target functional component, and the user can trigger adjustment of the function parameter of the function indicated by the target functional component by inputting the parameter adjustment flag.
  • the parameter adjustment indicator may be a slide bar or a button, wherein the slide bar is used to adjust the parameter of the numerical range type, and the button is used to adjust the parameter of the switch type.
  • the third input is a user's touch input on the above two functional components in the first interface.
  • the user can first trigger the task realization device to display the option menu of any one of the at least two functional components , and then to the option menu, and then input through the connection panel in the option menu to trigger the task realization device to adjust the data transmission direction between the at least two functional components.
  • step 109 and step 110 are executed after step 106 as an example for illustration. In actual implementation, as long as the task realization device displays the first interface, step 109 and step 110 can be executed, for example Step 109 and step 110 may be performed before step 101 or step 106 .
  • the user can trigger the task realization device to add at least one functional component in the first interface, delete at least one object from the first interface, and adjust the display of at least one object in the first interface through the third input.
  • parameter adjust the functional parameters of the function indicated by the target functional component, or adjust the data transmission direction between two functional components, so the operational flexibility of realizing the task through the cooperative work of multiple functions can be further improved.
  • the task realization device may classify the functional components according to the type of function indicated by the functional components, and display different types of functional components in different areas of the first interface.
  • the first interface may be divided into multiple areas, each area includes a window, and each window is used to display a type of functional component.
  • the user can trigger the task realization device to switch the functional components by sliding input on the window.
  • functional component a is displayed in a window, and the user can slide to the left on the window to trigger the task realization device to display functional component b.
  • the types of functions indicated by functional component a and functional component b are the same.
  • the execution subject may be a task realization device, or a control module in the task realization device for executing the task realization method.
  • the task realization method provided by the task realization device is described as an example to illustrate the task realization device provided in the embodiment of the present application.
  • the embodiment of the present application provides a task realization apparatus 120
  • the task realization apparatus 120 may include: a receiving module 121 and an execution module 122 .
  • the receiving module 121 may be configured to receive a first input for the target control, and the target control may be used to trigger the execution of M functions according to the target execution sequence, where the M functions are functions in at least one application of the electronic device, and M is greater than An integer of 1;
  • the execution module 122 is configured to execute the M functions in response to the first input received by the receiving module 121 according to the target execution order; wherein, the input data of the first function includes the output data of the second function, and the first Both the function and the second function are functions among the M functions, and the execution order of the second function is before the execution order of the first function, and the data type of the input data is compatible with the data type of the output data.
  • the execution module 122 may specifically be configured to execute the M functions starting from the initial function among the M functions according to the target execution order and initial input data;
  • the initial input data is the input data of the initial function
  • the initial function is any of the following: a preset function, a function determined according to the data type of the initial input data, a function determined according to user input, or a function with the first execution order.
  • the target control is displayed on the first interface, and the first interface further includes at least one data identifier, and each data identifier indicates at least one data;
  • the first input is an input for moving the first data identifier in the at least one data identifier to the target control
  • the initial input data is the data indicated by the first data identifier, and the initial function is executed first, or is determined according to the data type of the initial input data.
  • the task realization device may further include a connection module; the receiving module 121 may also be configured to receive the M functional components in the first interface before receiving the first input for the target control.
  • the second input, each functional component indicates one of the M functions, and the second input is used to trigger setting the execution order of the M functions as the target execution order;
  • connection module configured to connect the M functional components through at least one connection component according to the target execution sequence in response to the second input received by the receiving module 121;
  • the target control is determined by the connected M functional components; each connecting component is connected with at least two functional components in the M functional components, and the connecting component is used to indicate the connection between the functions indicated by the at least two functional components. Data transfer direction.
  • the M functions include a third function and at least two fourth functions, and the output data of at least two fourth functions is the input data of the third function;
  • the device also includes a display module ;
  • the display module can be used to display the synchronization mark on the first connection component after the connection module connects the M functional components, and the first connection component is a connection to a functional component indicating a third function and at least two fourth functions components;
  • the synchronization identification is used for:
  • the trigger starts from the fifth function among the M functions to re-execute the M functions, and the execution sequence of the fifth function is before the execution sequence of the third function.
  • the receiving module 121 may also be configured to receive a third input
  • the executing module 122 may also be configured to execute a target operation corresponding to the third input in response to the third input received by the receiving module 121, and the target operation is any of the following:
  • Add at least one functional component in the first interface delete at least one object from the first interface, adjust the display parameters of at least one object in the first interface, adjust the functional parameters of the function indicated by the target functional component, and adjust two functional components
  • the target functional component may be a functional component in the first interface, or a functional component in the functional control of the first interface.
  • the task realization device when a certain task is required to be realized through the cooperation of multiple functions (such as the above-mentioned M functions), since the input of the target control can be used to trigger the electronic device to realize the task
  • the M functions are executed in an execution order (for example, the target execution order), so the task can be realized after the M functions are executed according to the target execution order.
  • the task realization method provided by the embodiment of the present application can simplify the operation process of realizing a task through the cooperative work of multiple functions.
  • the task realization device in the embodiment of the present application may be a device, or a component, an integrated circuit, or a chip in a terminal.
  • the device may be a mobile electronic device or a non-mobile electronic device.
  • the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a handheld computer, a vehicle electronic device, a wearable device, an ultra-mobile personal computer (ultra-mobile personal computer, UMPC), a netbook or a personal digital assistant (personal digital assistant).
  • non-mobile electronic devices can be servers, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (television, TV), teller machine or self-service machine, etc., this application Examples are not specifically limited.
  • Network Attached Storage NAS
  • personal computer personal computer, PC
  • television television
  • teller machine or self-service machine etc.
  • the task realization device in the embodiment of the present application may be a device with an operating system.
  • the operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, which are not specifically limited in this embodiment of the present application.
  • the task realization apparatus 120 provided in the embodiment of the present application can realize each process realized by the task realization method in the method embodiments shown in FIG. 1 to FIG. 11 . To avoid repetition, details are not repeated here.
  • the embodiment of the present application also provides an electronic device 200, including a processor 202, a memory 201, a program or instruction stored on the memory 201 and operable on the processor 202, the program or instruction is processed When executed by the device 202, each process of the above-mentioned task realization method embodiment can be realized, and the same technical effect can be achieved. To avoid repetition, details are not repeated here.
  • the electronic devices in the embodiments of the present application include the above-mentioned mobile electronic devices and non-mobile electronic devices.
  • FIG. 14 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
  • the electronic device 1000 includes, but is not limited to: a radio frequency unit 1001, a network module 1002, an audio output unit 1003, an input unit 1004, a sensor 1005, a display unit 1006, a user input unit 1007, an interface unit 1008, a memory 1009, and a processor 1010, etc. part.
  • the electronic device 1000 can also include a power supply (such as a battery) for supplying power to various components, and the power supply can be logically connected to the processor 1010 through the power management system, so that the management of charging, discharging, and function can be realized through the power management system. Consumption management and other functions.
  • a power supply such as a battery
  • the structure of the electronic device shown in FIG. 14 does not constitute a limitation to the electronic device.
  • the electronic device may include more or fewer components than shown in the figure, or combine certain components, or arrange different components, and details will not be repeated here. .
  • the user input unit 1007 can be used to receive the first input for the target control, and the target control can be used to trigger the execution of M functions according to the target execution sequence, and the M functions are functions in at least one application of the electronic device, M is an integer greater than 1;
  • the processor 1010 is configured to, in response to the first input received by the user input unit 1007, execute the M functions according to the target execution order; wherein, the input data of the first function includes the output of the second function
  • the data, the first function and the second function are all functions among the M functions, and the execution order of the second function is before the execution order of the first function.
  • the processor 1010 can specifically be configured to execute the M functions starting from the initial function among the M functions according to the target execution order and initial input data; wherein, the initial input data is The input data of the initial function, the initial function is any of the following: a preset function, a function determined according to the data type of the initial input data, a function determined according to user input, or a function with the highest execution order.
  • the target control is displayed on the first interface, and the first interface further includes at least one data identifier, and each data identifier indicates at least one data;
  • the first input is the input of moving the first data identifier in at least one data identifier to the target control; wherein, the initial input data is the data indicated by the first data identifier, and the initial function is the first in the execution order, or is based on the initial The data type of the input data is determined.
  • the user input unit 1007 may also be configured to receive a second input for M functional components in the first interface before receiving the first input for the target control, each functional component Indicating one of the M functions, the second input is used to trigger setting the execution order of the M functions as the target execution order; the processor 1010 may be configured to respond to the second input received by the user input unit 1007, according to The target execution sequence is to connect the M functional components through at least one connecting component; wherein, the target control is determined by the connected M functional components; each connecting component is connected to at least two functional components in the M functional components, The connection component is used to indicate the direction of data transmission between the functions indicated by at least two functional components.
  • the M functions include a third function and at least two fourth functions, and the output data of at least two fourth functions is the input data of the third function;
  • the device further includes a display unit 1006;
  • the display unit 1006 may be configured to display a synchronization mark on the first connection component after the processor 1010 connects the M functional components, and the first connection component is a function indicating a third function and at least two fourth functions Connected components for component connections;
  • the synchronization flag is used to: indicate that after at least two fourth functions are executed, execute the second function; and/or, trigger the re-execution of the M functions starting from the fifth function among the M functions, the fifth The execution order of the functions is smaller than the execution order of the third function.
  • the user input unit 1007 can also be used to receive a third input; the processor 1010 can also be used to respond to the third input received by the user input unit 1007, and perform
  • the target action for is any of the following:
  • Add at least one functional component in the first interface delete at least one object from the first interface, adjust the display parameters of at least one object in the first interface, adjust the functional parameters of the function indicated by the target functional component, and adjust two functional components
  • the target functional component may be a functional component in the first interface, or a functional component in the functional control of the first interface.
  • the task realization method can simplify the operation process of realizing a task through the cooperative work of multiple functions.
  • the input unit 1004 may include a graphics processor (Graphics Processing Unit, GPU) 10041 and a microphone 10042, and the graphics processor 10041 is used for the image capture device (such as the image data of the still picture or video obtained by the camera) for processing.
  • the display unit 1006 may include a display panel 10061, and the display panel 10061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like.
  • the user input unit 1007 includes a touch panel 10071 and other input devices 10072 .
  • the touch panel 10071 is also called a touch screen.
  • the touch panel 10071 may include two parts, a touch detection device and a touch controller.
  • Other input devices 10072 may include, but are not limited to, physical keyboards, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, and joysticks, which will not be repeated here.
  • the memory 1009 can be used to store software programs as well as various data, including but not limited to application programs and operating systems.
  • Processor 1010 may integrate an application processor and a modem processor, wherein the application processor mainly processes operating systems, user interfaces, and application programs, and the modem processor mainly processes wireless communications. It can be understood that the foregoing modem processor may not be integrated into the processor 1010 .
  • the embodiment of the present application also provides a readable storage medium, on which a program or instruction is stored, and when the program or instruction is executed by a processor, each process of the above-mentioned task realization method embodiment can be achieved, and the same Technical effects, in order to avoid repetition, will not be repeated here.
  • the above-mentioned processor is the processor in the electronic device in the above-mentioned embodiment.
  • the above-mentioned readable storage medium includes a computer readable storage medium, such as a computer read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a magnetic disk or an optical disk, and the like.
  • the embodiment of the present application further provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, the processor is used to run programs or instructions, and realize the various processes of the above-mentioned task realization method embodiments, and can achieve the same To avoid repetition, the technical effects will not be repeated here.
  • chips mentioned in the embodiments of the present application may also be called system-on-chip, system-on-chip, system-on-a-chip, or system-on-a-chip.
  • the term “comprising”, “comprising” or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase “comprising a " does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element.
  • the scope of the methods and devices in the embodiments of the present application is not limited to performing functions in the order shown or discussed, and may also include performing functions in a substantially simultaneous manner or in reverse order according to the functions involved. Functions are performed, for example, the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Sont divulgués dans la présente demande un procédé et un appareil d'implémentation de tâches, et un dispositif électronique, qui appartiennent au domaine technique des communications. Le procédé consiste à : recevoir une première entrée pour une commande cible, la commande cible étant utilisée pour déclencher l'exécution de M fonctions selon un ordre d'exécution cible, les M fonctions étant les fonctions dans au moins une application d'un dispositif électronique, et M étant un nombre entier supérieur à 1 ; et, en réponse à la première entrée, exécuter les M fonctions selon l'ordre d'exécution cible ; des données d'entrée d'une première fonction comprennent des données de sortie d'une seconde fonction, la première fonction et la seconde fonction étant toutes deux des fonctions parmi les M fonctions, et l'ordre d'exécution de la seconde fonction étant avant l'ordre d'exécution de la première fonction.
PCT/CN2022/093323 2021-05-21 2022-05-17 Procédé et appareil d'implémentation de tâches, et dispositif électronique WO2022242641A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110560134.9 2021-05-21
CN202110560134.9A CN113360060B (zh) 2021-05-21 2021-05-21 任务实现方法、装置和电子设备

Publications (1)

Publication Number Publication Date
WO2022242641A1 true WO2022242641A1 (fr) 2022-11-24

Family

ID=77526652

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/093323 WO2022242641A1 (fr) 2021-05-21 2022-05-17 Procédé et appareil d'implémentation de tâches, et dispositif électronique

Country Status (2)

Country Link
CN (1) CN113360060B (fr)
WO (1) WO2022242641A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360060B (zh) * 2021-05-21 2024-03-05 维沃移动通信有限公司 任务实现方法、装置和电子设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110099523A1 (en) * 2009-10-28 2011-04-28 Van Zee Pieter Product selection and management workflow
CN105321139A (zh) * 2014-07-08 2016-02-10 腾讯科技(深圳)有限公司 图片处理方法及装置
CN107239293A (zh) * 2017-06-29 2017-10-10 努比亚技术有限公司 一种图片编辑方法、终端及计算机可读存储介质
CN112765265A (zh) * 2020-12-30 2021-05-07 杭州贝嘟科技有限公司 数据同步方法、装置、计算机设备和可读存储介质
CN113360060A (zh) * 2021-05-21 2021-09-07 维沃移动通信有限公司 任务实现方法、装置和电子设备

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105912218A (zh) * 2016-05-10 2016-08-31 北京金山安全软件有限公司 一种展示应用程序图标的方法、装置及电子设备
CN110035184A (zh) * 2019-04-22 2019-07-19 珠海格力电器股份有限公司 图像处理方法及装置、折叠屏终端
CN112162807A (zh) * 2020-09-24 2021-01-01 维沃移动通信有限公司 功能执行方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110099523A1 (en) * 2009-10-28 2011-04-28 Van Zee Pieter Product selection and management workflow
CN105321139A (zh) * 2014-07-08 2016-02-10 腾讯科技(深圳)有限公司 图片处理方法及装置
CN107239293A (zh) * 2017-06-29 2017-10-10 努比亚技术有限公司 一种图片编辑方法、终端及计算机可读存储介质
CN112765265A (zh) * 2020-12-30 2021-05-07 杭州贝嘟科技有限公司 数据同步方法、装置、计算机设备和可读存储介质
CN113360060A (zh) * 2021-05-21 2021-09-07 维沃移动通信有限公司 任务实现方法、装置和电子设备

Also Published As

Publication number Publication date
CN113360060A (zh) 2021-09-07
CN113360060B (zh) 2024-03-05

Similar Documents

Publication Publication Date Title
US20240078375A1 (en) Device, method, and graphical user interface for sharing a content object in a document
WO2019128732A1 (fr) Procédé de gestion d'icône et dispositif
WO2022068773A1 (fr) Procédé et appareil de réglage d'élément de bureau, et dispositif électronique
CN106775334B (zh) 移动终端上的文件调用方法、装置及移动终端
EP2772844A1 (fr) Dispositif terminal et procédé de lancement rapide d'un programme
WO2022194004A1 (fr) Procédé et appareil d'agencement d'icône d'application et dispositif électronique
WO2022001899A1 (fr) Procédé et appareil de gestion d'application, et dispositif électronique
US20120216146A1 (en) Method, apparatus and computer program product for integrated application and task manager display
CN112306325B (zh) 交互控制方法和装置
WO2021239016A1 (fr) Procédé et appareil d'affichage d'icône d'application, et dispositif électronique
CN112162685B (zh) 属性调节方法、装置和电子设备
WO2022022566A1 (fr) Procédé et appareil d'identification de code graphique et dispositif électronique
WO2023066109A1 (fr) Procédé et appareil d'affichage, dispositif électronique et support de stockage lisible
WO2023040896A1 (fr) Procédé et appareil de partage de contenu et dispositif électronique
WO2023046068A1 (fr) Procédé et appareil de traitement de fichier
WO2023198064A1 (fr) Procédé et appareil de démarrage de programme d'application, dispositif électronique et support de stockage
WO2023093745A1 (fr) Procédé et appareil de gestion d'icônes d'application, et dispositif électronique et support de stockage
WO2022213945A1 (fr) Procédé et appareil de rappel d'application, et dispositif électronique
CN112948844A (zh) 控制方法、装置及电子设备
WO2022242542A1 (fr) Procédé de gestion d'icône d'application et dispositif électronique
WO2022111397A1 (fr) Procédé et appareil de commande et dispositif électronique
WO2022242641A1 (fr) Procédé et appareil d'implémentation de tâches, et dispositif électronique
WO2022135476A1 (fr) Procédé et appareil de capture d'écran et dispositif électronique
WO2022143660A1 (fr) Procédé et appareil d'affichage d'icônes, et dispositif électronique
CN112764614B (zh) 一种数据隔离方法和电子设备

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE