CN114222003A - Service calling method, system, device, equipment and storage medium - Google Patents

Service calling method, system, device, equipment and storage medium Download PDF

Info

Publication number
CN114222003A
CN114222003A CN202111477987.2A CN202111477987A CN114222003A CN 114222003 A CN114222003 A CN 114222003A CN 202111477987 A CN202111477987 A CN 202111477987A CN 114222003 A CN114222003 A CN 114222003A
Authority
CN
China
Prior art keywords
service
address information
electronic device
processing
electronic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111477987.2A
Other languages
Chinese (zh)
Inventor
杨俊拯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN202111477987.2A priority Critical patent/CN114222003A/en
Publication of CN114222003A publication Critical patent/CN114222003A/en
Priority to PCT/CN2022/133273 priority patent/WO2023103759A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to a service calling method, a system, a device, equipment and a storage medium, and belongs to the technical terminal field. The method comprises the following steps: responding to a processing request aiming at a target service, and acquiring a processing result corresponding to the first service, wherein the target service is used for executing a target function based on the first service and the second service; acquiring equipment address information of a second service; and sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service, and the second service is used for processing the processing result corresponding to the first service after receiving the first processing instruction. Through the scheme, the second service can continue to execute the corresponding function based on the processing result of the first service, so that service calling of the cross-electronic equipment is realized, and unified calling of services in the electronic equipment is realized.

Description

Service calling method, system, device, equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of terminals, in particular to a service calling method, a system, a device, equipment and a storage medium.
Background
With the development of terminal technology, services provided to users through application programs installed in terminals are becoming more and more abundant. In order to enable an application program to meet the requirements of a user on other services, a plug-in is often used to call an external process interface of the application program, so that the application program is used to implement services corresponding to an external process.
In the related art, generally, for each application program, a plug-in corresponding to the application program is developed, and accordingly, the plug-in is installed in the terminal, so that the application program calls the plug-in to implement a corresponding service.
In the related art, since different developers use different development techniques, there is a problem that calls between the plug-in and the application are not uniform.
Disclosure of Invention
The embodiment of the application provides a service calling method, a service calling system, a service calling device, service calling equipment and a storage medium. The technical scheme is as follows:
in one aspect, a method for calling a service is provided, where the method includes:
responding to a processing request aiming at a target service, and acquiring a processing result corresponding to a first service, wherein the target service is used for executing a target function based on the first service and a second service;
acquiring equipment address information of the second service;
and sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service, and the second service is used for processing the processing result corresponding to the first service after receiving the first processing instruction.
In another aspect, a service invocation system is provided, where the service invocation system includes an electronic device corresponding to a first service and an electronic device corresponding to a second service;
the electronic equipment corresponding to the first service is used for responding to a processing request aiming at a target service, and acquiring a processing result corresponding to the first service, wherein the target service is used for executing a target function based on the first service and the second service; acquiring equipment address information of the second service; sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service;
and the electronic equipment corresponding to the second service receives the first processing instruction, executes the second service based on the first processing instruction, and processes a processing result corresponding to the first service based on the second service.
In another aspect, an apparatus for invoking a service is provided, the apparatus comprising:
a first obtaining module, configured to obtain, in response to a processing request for a target service, a processing result corresponding to a first service, where the target service is configured to execute a target function based on the first service and a second service;
a second obtaining module, configured to obtain device address information of the second service;
a sending module, configured to send a first processing instruction to the second service based on the device address information of the second service, where the first processing instruction carries a processing result corresponding to the first service, and the second service is configured to process the processing result corresponding to the first service after receiving the first processing instruction.
In another aspect, an electronic device is provided, the electronic device comprising a processor and a memory; the memory stores at least one program code for execution by the processor to implement the service invocation method as described in the preceding aspect.
In another aspect, a computer-readable storage medium is provided, having stored thereon at least one program code for execution by a processor to implement the service invocation method as described in the above aspect.
In another aspect, a computer program product is provided, having stored at least one program code, which is loaded and executed by a processor to implement the service invocation method as described in the preceding aspect.
In the embodiment of the application, the device address information of the second service is acquired, and the processing result corresponding to the first service is sent to the second service based on the device address information of the second service, so that the second service can continue to execute the corresponding function based on the processing result of the first service, service call across electronic equipment is further realized, and unified call of services in a plurality of electronic equipment is realized.
Drawings
FIG. 1 is a diagram illustrating a service invocation system in accordance with a service invocation method shown in an exemplary embodiment of the present application;
FIG. 2 illustrates a schematic diagram of a virtual device and a real device shown in an exemplary embodiment of the present application;
FIG. 3 illustrates a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application;
FIG. 4 illustrates a schematic diagram of a device manager shown in an exemplary embodiment of the present application;
FIG. 5 illustrates a device discovery flow diagram according to an exemplary embodiment of the present application;
FIG. 6 illustrates a flow chart of a service invocation method shown in an exemplary embodiment of the present application;
FIG. 7 illustrates a service discovery flow diagram according to an exemplary embodiment of the present application;
FIG. 8 illustrates a flow chart of a service invocation method shown in an exemplary embodiment of the present application;
FIG. 9 illustrates a service invocation flow diagram in accordance with an exemplary embodiment of the present application;
FIG. 10 illustrates a service invocation flow diagram in accordance with an exemplary embodiment of the present application;
FIG. 11 illustrates a flow chart of a service invocation method shown in an exemplary embodiment of the present application;
FIG. 12 illustrates a service invocation flow diagram in accordance with an exemplary embodiment of the present application;
FIG. 13 illustrates a flow chart of a service invocation method shown in an exemplary embodiment of the present application;
FIG. 14 illustrates a service invocation flow diagram in accordance with an exemplary embodiment of the present application;
FIG. 15 depicts a flowchart of a service invocation method illustrated in an exemplary embodiment of the present application;
FIG. 16 illustrates a service invocation flow diagram in accordance with an exemplary embodiment of the present application;
fig. 17 is a block diagram illustrating a structure of a service invocation apparatus according to an exemplary embodiment of the present application;
FIG. 18 illustrates a block diagram of an electronic device shown in an exemplary embodiment of the present application;
fig. 19 is a block diagram illustrating a structure of a device manager according to an exemplary embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Reference herein to "a plurality" means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. The information such as the destination device identifier related in the embodiment of the present application may be information sufficiently authorized by the user or by each party.
For convenience of understanding, terms referred to in the embodiments of the present application are explained below.
Micro application: a micro application can be seen as a collection of services for implementing a specific business logic, i.e. an application function of the micro application, by a call between the services. Unlike the traditional application which can only run on a specific operating system, the service of the micro application can be the service on different operating systems, namely the micro application supports heterogeneous operating systems, and cross-platform running can be realized.
Service: as a unit in the running process of the micro-application, for realizing specific tasks. For example, the screen capture service is used for realizing the screen capture function of the device, and the screen projection service is used for realizing the screen projection of the display picture between the devices. In addition, the micro application needs to call a service in the running process, and the called service can be a service on the current electronic equipment or a service on other electronic equipment. For example, in the running process of the micro application, the device screenshots of other electronic devices can be obtained by calling the screenshot service on other electronic devices, and the device screenshots of other electronic devices can be displayed by calling the picture display service of the local device.
Plug-in components: a program written by an application program interface according to a certain specification can run under a system platform specified by the program and cannot run independently from a specified platform. The plug-in can be loaded onto the application and dynamically updated without any change to the application
Referring to fig. 1, a schematic diagram of a service invocation system related to a service invocation method according to an exemplary embodiment of the present application is shown. Referring to fig. 1, the implementation environment includes: a plurality of electronic devices and a device manager.
The electronic device is an electronic device with a micro-application running function, and the electronic device may be a mobile phone, a tablet computer, a personal computer, a vehicle-mounted terminal, or a wearable device.
It should be noted that the plurality of electronic devices include at least one of real devices and virtual devices. In the case where the electronic device is a virtual device, the virtual device may be one installed in a real device supporting a plug-in function. Accordingly, an application that supports plug-in extensions is considered a virtual appliance. Referring to fig. 2, multiple virtual devices may be deployed in the same real device. For example, a browser (e.g., Chrome browser) and office software (e.g., WPS) are installed on a real device, and then two virtual devices are deployed on the real device.
In some embodiments, referring to fig. 3, a micro application engine, a device discovery module, a service gateway, and a service resource pool are disposed in the electronic device, and the micro application engine is used as a core for controlling service invocation and performs data interaction with the current electronic device or other electronic devices.
The device discovery module is used for generating a unique device identifier for the current electronic device and registering the device information of the electronic device in the device manager. The device information includes a device identifier, a device name, and a device Internet Protocol (IP) address.
The service resource pool is not a real module in nature and represents all services deployed on the electronic device that are autonomously registered with the service discovery module.
The service discovery module is used for uniformly registering the registered services in the equipment management module.
The service gateway module is used for providing a uniform calling entrance for all service calling of the electronic equipment.
The device manager is used for correspondingly storing device identifications of a plurality of electronic devices and a plurality of service information of each electronic device. The device manager comprises a device management module and a service management module. Referring to fig. 4, the device management module is used to manage all device information, and the service management module is used to manage all services of all devices. The device manager can be a server, a service cluster formed by a plurality of servers or a cloud computing center.
It should be noted that, the foregoing embodiment only illustrates the infrastructure of the implementation environment of the present embodiment, and the implementation environment may further include other electronic devices (such as developer devices) or servers that implement other functions, and the present embodiment does not limit this.
Another point to be explained is that, the micro application engine in any electronic device is triggered to realize the call of the service between the electronic devices, where the call process may be a call between a real device and a virtual device, a call between a real device and a real device, or a call between a virtual device and a virtual device. In the embodiments of the present application, this is not particularly limited.
Based on the service invoking system, the electronic device corresponding to the first service is configured to respond to a processing request for a target service, and obtain a processing result corresponding to the first service, where the target service is configured to execute a target function based on the first service and the second service; acquiring the equipment address information of the second service; sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service;
the electronic device corresponding to the second service receives the first processing instruction, executes the second service based on the first processing instruction, and processes a processing result corresponding to the first service based on the second service.
In some embodiments, the electronic device corresponding to the first service is configured to obtain device address information of the first service based on the processing request; and sending a second processing instruction to the first service based on the device address information of the first service, wherein the first service is used for executing the function corresponding to the first service and returning a processing result corresponding to the first service after receiving the second processing instruction.
In some embodiments, the service invocation system further includes a device manager;
the device manager is used for correspondingly storing the device identification of the electronic device and the device address information of a plurality of services;
the electronic device corresponding to the first service is used for determining a first device identifier corresponding to the target service, and sending a first query request to the device manager based on the first device identifier;
the device manager is configured to receive the first query request, query, based on the first query request, device address information of a first service corresponding to the first device identifier, and send the device address information of the first service to the electronic device corresponding to the first service;
the electronic device corresponding to the first service is configured to receive the device address information of the first service sent by the device manager, and send a second processing instruction to the first service based on the device address information of the first service.
In some embodiments, the electronic device corresponding to the first service is further configured to determine a second device identifier corresponding to the target service, where the second device identifier is a device identifier of an electronic device where the second service is located, and send a second query request to the device manager;
the device manager is configured to receive the second query request, query, based on the second query request, device address information of a second service corresponding to the second device identifier, and send the device address information of the second service to the electronic device corresponding to the first service;
the electronic device corresponding to the first service is configured to receive the device address information of the second service sent by the device manager, and send a first processing instruction to the second service based on the device address information of the second service.
In some embodiments, the electronic device is configured to obtain a device identification of the electronic device in response to the electronic device booting; sending the device information carrying the device identifier to a device manager;
the device information is used for indicating that the electronic device is registered in the device manager, and the device manager is used for receiving the device information sent by the electronic device and storing the device information of the electronic device.
In some embodiments, the electronic device is further configured to receive device address information of a plurality of services corresponding to the electronic device; transmitting device address information of the plurality of services to a device manager;
the device manager is used for receiving the device address information of the plurality of services and correspondingly storing the device address information of the plurality of services.
In the embodiment of the application, the device address information of the second service is acquired, and the processing result corresponding to the first service is sent to the second service based on the device address information of the second service, so that the second service can continue to execute the corresponding function based on the processing result of the first service, service call across electronic equipment is further realized, and unified call of services in a plurality of electronic equipment is realized.
In the embodiment of the present application, referring to fig. 5, each of a plurality of electronic devices is registered in a device manager, so that, when called, a related electronic device can be called based on the electronic device registered in the device manager and a service. Referring to fig. 6, a flowchart of a service invocation method provided in an exemplary embodiment of the present application is shown, where the embodiment of the present application takes registration of an electronic device in a device manager as an example, and the method includes:
step S601: in response to the electronic device booting, the electronic device obtains a device identification of the electronic device.
The device identifier is an identifier capable of uniquely identifying the electronic device. For example, the device identification is a Universally Unique Identifier (UUDI). Wherein the device identification is generated by a device discovery module of the electronic device. Accordingly, the device discovery module monitors whether the electronic device is booted, and in response to booting the electronic device, the device discovery module generates a device identifier for the electronic device.
It should be noted that, because the electronic device may be a real device or a virtual device, for the real device, the electronic device determines that the electronic device is detected to be started when the electronic device detects that the electronic device is started. For the virtual device, the electronic device determines that the electronic device starts when detecting that the plug-in starts to run.
Another point to be noted is that, for each electronic device, the electronic device may generate a device identifier for the electronic device when detecting the electronic device is started. The electronic device may also generate a device identification for the electronic device when the electronic device is first booted. Correspondingly, after the electronic equipment is started, detecting whether the electronic equipment generates an equipment identifier or not, and under the condition that the electronic equipment generates the equipment identifier, determining that the electronic equipment completes registration in the equipment manager by the electronic equipment; and generating the equipment identification of the electronic equipment under the condition that the equipment identification is not generated by the electronic equipment.
Step S602: and the electronic equipment sends equipment information carrying the equipment identification to the equipment manager, wherein the equipment information is used for indicating that the electronic equipment is registered in the equipment manager.
The device manager is used for receiving the device information sent by the electronic device and storing the device information of the electronic device. The device information may further include a device name, a device IP address, device description information, and the like of the electronic device, and is used to instruct the device manager to add the device information to the database, thereby completing registration. Correspondingly, the device manager receives the device information sent by the electronic device, and stores the device information in a database corresponding to the device management module.
It should be noted that, with continued reference to fig. 5, a plurality of electronic devices can be registered in the device manager, and for each electronic device, the registration in the device manager is implemented through the foregoing steps S601 to S602, which is not described in detail in this embodiment of the application.
Step S603: the electronic equipment receives equipment address information of a plurality of services corresponding to the electronic equipment.
After the electronic device is started, a service in the electronic device actively sends service information corresponding to the service to a service discovery module of the electronic device, wherein the service information includes device address information, a service name, a service type, a service calling mode, a service access definition list and the like of the service.
The device address information includes an IP address and a port number of a service gateway corresponding to the service, and is used to indicate a call interface of the service. The service name is used to indicate the name of the service, e.g., copy service, paste service, etc. The service type is used to indicate the type of the service, for example, the calling service is divided into a static service and a dynamic service according to different calling modes. And the service calling mode is determined according to the service type. For example, for a static service, the calling mode may be a static call, for a dynamic service, the calling mode may be a dynamic call, and so on. The service reference definition list is used for representing input parameters when the service is called. The service-out-reference definition list is used to represent the output parameters when the service is invoked.
Step S604: the electronic equipment sends the equipment address information of the plurality of services to an equipment manager, and the equipment manager is used for receiving the equipment address information of the plurality of services and correspondingly storing the equipment address information and the equipment address information of the plurality of services.
Referring to fig. 7, in this step, the electronic device obtains device information of the electronic device from a device discovery module of the electronic device, and sends device address information of all services registered in the electronic device to the device manager. Correspondingly, the device manager is used for receiving the device address information of the plurality of services and storing the device address information of the plurality of services and the corresponding device information into a database corresponding to the service management module.
In the embodiment of the application, the electronic device registers the electronic device and the service in the electronic device in the device manager, so that the device manager can store the service information corresponding to the plurality of electronic devices, and the electronic device can acquire the service information of the service through the device manager under the condition that any electronic device needs to call other electronic devices, thereby realizing cross-device call of the service and enriching the service using scene of the electronic device.
After the services of the plurality of electronic devices are registered in the device manager, any electronic device processes the request aiming at the target service, and acquires the device address information of the second service from the device manager based on the micro application engine of the electronic device, so as to call the second service. Referring to fig. 8, which shows a flowchart of a service invocation method provided in an exemplary embodiment of the present application, where the embodiment of the present application takes as an example that a first service is executed on a current device and a second service in other electronic devices is invoked, the method includes:
step S801: in response to a processing request for a target service, the electronic device obtains a processing result corresponding to the first service, and the target service is used for executing a target function based on the first service and the second service.
Wherein the first service and the second service are services in different electronic devices. In the embodiment of the present application, a description is given by taking a first service as a service in a local electronic device, and a second service as a service in another electronic device as an example. It should be noted that, the electronic devices related in this embodiment may be real devices or virtual devices, and this is not particularly limited in this embodiment.
In this step, after receiving a processing request of a target service, the electronic device invokes a first service in the electronic device based on the processing request, and executes a function corresponding to the first service to obtain a processing result.
For example, if the target service is to paste the multimedia data copied in the electronic device into another electronic device, the first service is a clipboard service, and the first service is called to copy the current multimedia data to obtain a processing result.
Step S802: the electronic device obtains device address information of the second service.
Wherein the device address information of the second service includes an IP address and a port number of a service gateway of the second service.
In this embodiment, the second service is a service in the current electronic device, or the second service is a service in another electronic device. In the embodiments of the present application, this is not particularly limited. Wherein, the second service is a service selected by a developer in advance; alternatively, the second service is a service selected by the current user, which is not specifically limited in this embodiment of the application.
In this step, the electronic device sends a query request to the device manager through the micro application engine, where the query request carries the service identifier of the second service, the device manager queries the device address information of the second service based on the service identifier, sends the device address information of the second service to the electronic device, and the electronic device receives the device address information of the second service sent by the device manager. Correspondingly, the electronic equipment determines a second equipment identifier corresponding to the target service; and acquiring the device address information of the second service corresponding to the second device identifier from the device manager based on the second device identifier.
It should be noted that, in the embodiment of the present application, the number of electronic devices where the second service is located is not particularly limited. The second service may be a service in one electronic device or may be a service in a plurality of electronic devices. In a case that the second service is a second service of the plurality of electronic devices, for each electronic device, the electronic device determines the device address information of the second service through step S802, which is not described herein again.
Step S803: the electronic device sends a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service, and the second service is used for processing the processing result corresponding to the first service after receiving the first processing instruction.
And the electronic equipment sends a first processing instruction to a service gateway corresponding to the second service through the micro application engine based on the equipment address information of the second service, and the electronic equipment where the second service is located calls the second service based on the first processing instruction.
Correspondingly, after receiving the first processing instruction, the second service uses the processing result corresponding to the first service in the first processing instruction as an initial input parameter of the second service, and continues to process the processing result corresponding to the first service based on the function of the second service.
For example, still taking the above-mentioned shared and copied multimedia data as an example, in this step, if the second service is a paste service, the multimedia data copied by the electronic device in step S801 is used as an initial input parameter of the paste service through the second service, and in this step, the multimedia data is pasted in the other electronic device.
Taking the interaction between the real device and the virtual device as an example, please refer to fig. 9, where the first service is a clipboard service in the real device, and the second service is a paste service in the virtual device. Referring to fig. 9, in response to that a clipboard service in a service resource pool in a real device is called, data to be processed is cut through the clipboard service, a processing request is sent to a micro application engine in the real device through the clipboard service, the real device obtains device address information corresponding to a paste service from a device manager based on the processing request, and sends a first processing instruction carrying the cut data to a service gateway corresponding to the paste service in a virtual device based on the device address information, and the service gateway in the virtual device calls the paste service in the virtual service based on the first processing instruction, and pastes the cut data on the clipboard. The virtual device may be software installed in the real device, or the virtual device may be software installed in other real devices, which is not specifically limited in this embodiment of the present application.
It should be noted that, in the case of performing interaction between the real device and the virtual device, the above embodiment may also call the real device in the virtual device to perform interaction, see fig. 10, where the first service is a cut service in the virtual device, and the second service is a paste service in the real device. The principle of the process is the same as that of the interaction process corresponding to fig. 9, and is not described herein again.
Another point to be noted is that the interaction process may also be an interaction between a real device and a real device, or an interaction between a virtual device and a virtual device. The process is the same as the above process in principle, and is not described in detail here.
In the embodiment of the application, the device address information of the second service is acquired, and the processing result corresponding to the first service is sent to the second service based on the device address information of the second service, so that the second service can continue to execute the corresponding function based on the processing result of the first service, service call across electronic equipment is further realized, and unified call of services in a plurality of electronic equipment is realized.
After the services of the plurality of electronic devices are registered in the device manager, any electronic device receives a processing request aiming at a target service, and acquires the device address information of the second service from the device manager based on the micro application engine of the electronic device, so as to call the second service. Referring to fig. 11, which shows a flowchart of a service invocation method provided in an exemplary embodiment of the present application, where the embodiment of the present application takes as an example that a first service is executed in another electronic device, and a second service in a current electronic device is invoked, the method includes:
step S1101: in response to a processing request for a target service, the electronic device obtains device address information for the first service based on the processing request.
In this step, the electronic device calls a first service of the other electronic device in the current electronic device. In response to a processing request for a target service, the electronic device sends a query request to the device manager through the micro application engine, and obtains device address information of the first service based on the query request. The process is the same as the principle of the electronic device obtaining the device address information of the second server in step S802, and is not described herein again.
Step S1102: and the electronic equipment sends a second processing instruction to the first service based on the equipment address information of the first service, and the first service is used for executing the function corresponding to the first service and returning a processing result corresponding to the first service after receiving the second processing instruction.
After the electronic device acquires the device address information of the first service, a second processing instruction is sent to a service gateway corresponding to the device address information corresponding to the first service based on the micro application engine. Correspondingly, the service gateway corresponding to the first service receives the second processing instruction, calls the first service from the service resource pool based on the second processing instruction, obtains a processing result by executing the function corresponding to the first service, sends the processing result to the micro application engine of the electronic device, and accordingly, the electronic device receives the processing result based on the micro service engine.
Step S1103: the electronic device obtains device address information of the second service.
The principle of this step is the same as that of step S802, and is not described herein again.
Step S1104: the electronic device sends a first processing instruction carrying the data to the second service based on the device address information of the second service, and the second service is used for processing the processing result after receiving the first processing instruction.
This step is the same as the principle of step S803, and is not described in detail here.
The following description will be given by taking an example of interaction between electronic devices, referring to fig. 12, where the first service is a screen capture service in a real device, and the second service is a picture insertion service in a virtual device. Correspondingly, the target service triggered by the user in the virtual equipment is to intercept the mobile phone screen and insert the mobile phone screen into the current interface. The virtual device receives a processing request corresponding to the target service through the micro application engine, acquires equipment address information of the screen capture service from the equipment manager based on the processing request, sends a second processing instruction to a service gateway corresponding to the screen capture service based on the equipment address information of the screen capture service, calls the screen capture service from a service resource pool based on the second processing instruction, executes the screen capture service to obtain a screen capture picture of a current interface, sends the screen capture picture to the micro application engine of the virtual device, takes the screen capture picture as an initial input parameter through the micro application engine, calls the second service based on the service gateway corresponding to the equipment address information of the second service, and accordingly pastes the screen capture picture to the current interface.
In the embodiment of the application, the processing result of the first service is obtained by calling the first service in other electronic equipment, and the second service in the current electronic equipment is called based on the processing result, so that the other electronic equipment is called through the current electronic equipment, further the service calling of the cross-electronic equipment is realized, and the services in a plurality of electronic equipment are called uniformly.
It should be noted that the target service may be a service edited by a developer in advance; or, the target service selects a service composed of the first service and the second service for the current user. In the case where the target service is a service edited in advance by a developer, the processing request for the target service may be a selection operation for the target service. Accordingly, the electronic equipment displays a target service list which comprises service identifications of a plurality of target services edited by a developer in advance, and determines that a processing request aiming at the target service is detected in response to a selection operation of any one target service. Referring to fig. 13, which shows a flowchart of a service invocation method provided in an exemplary embodiment of the present application, where the embodiment of the present application takes a target service as a service edited in advance as an example, the method includes:
step S1301: the electronic equipment displays the target service list in the display interface.
The target service list includes a plurality of target services, which are edited in advance by the developer. In some embodiments, the developer adds the edited target service of the electronic device to the electronic device when developing the electronic device. Accordingly, in this step, the electronic device presents the target service list, and presents a plurality of target services in the target service list.
Step S1302: in response to the selection operation of any target service, the electronic equipment determines a first service and a second service corresponding to the target service.
In this step, the electronic device determines a first service and a second service of the target service based on the selected target service. For example, the target service is a screen shot inserted into office software. The first service is a screen capture service, and the second service is a picture insertion service.
Step S1303: the electronic equipment acquires a processing result corresponding to the first service.
Referring to fig. 14, the electronic device invokes the first service based on the service information of the first service, and executes the first service to obtain a corresponding processing result.
In some embodiments, the first service is a service in the current electronic device. Correspondingly, the electronic equipment calls the first service in the service resource pool through the micro application engine to obtain a processing result corresponding to the first service.
In some embodiments, the first service is a service in other electronic devices. The electronic equipment acquires second service address information of the first service; and sending a second processing instruction to the first service based on the device address information of the first service, wherein the first service is used for executing the function corresponding to the first service to obtain the processing result and feeding back the processing result after receiving the second processing instruction.
The process of determining, by the electronic device, the second service address information of the first service is the same as the principle of determining, by the electronic device, the first service flute information of the second service in step S802, and is not described herein again.
Step S1304: the electronic device obtains device address information for the second service.
The principle of this step is the same as that of step S802, and is not described herein again.
Step S1305: the electronic device sends a first processing instruction carrying the data to the second service based on the device address information of the second service, and the second service is used for processing the processing result after receiving the first processing instruction.
This step is the same as the principle of step S803, and is not described in detail here.
The target service is a service written by a developer in advance, for example, if a screen shot of the target service is inserted into office software, the electronic device determines that the first service is a screen shot service and the second service is an image insertion service. In the embodiment of the present application, the office software is used as a virtual device. Referring to fig. 14, a user triggers screen capture insertion into an office software service, and sends a processing request to a micro application engine based on the service, and the micro application engine determines that the first service is a screen capture service and the second service is a picture insertion service based on the processing request. And the micro application engine calls the screen capture service from the service resource pool based on the equipment address information of the first service to obtain a screen capture picture. And then acquiring the equipment address information of a second service from the equipment manager, sending a first processing instruction to a service gateway corresponding to the second service based on the equipment address information of the second service, wherein the first processing instruction carries the screenshot picture, calling a picture inserting service by the service gateway based on the equipment address information of the second service, executing the second service by taking the screenshot picture as an initial parameter of the picture inserting service, and realizing the purpose of inserting the screenshot picture into office software.
In the embodiment of the application, the target service is formed by editing the first service and the second service in advance by a developer, so that service calling across electronic equipment is realized through the target service edited in advance, and the efficiency of service calling across electronic equipment is further improved.
In the case where the target service is a service composed of a first service and a second service selected by a current user, the electronic device displays a service list of a plurality of services of the electronic device, and determines that a processing request for the target service is detected in response to a selection operation for any one of the services. Referring to fig. 15, which shows a flowchart of a service invocation method provided in an exemplary embodiment of the present application, where the embodiment of the present application takes a service composed of a first service and a second service selected by a user as a target service as an example, the method includes:
step S1501: in response to the triggering operation of the first service, the electronic device obtains a processing result corresponding to the first service.
In response to the triggering operation of any first service in the current electronic equipment, the electronic equipment executes the first service through the micro application engine to obtain a processing result corresponding to the first service.
Step S1502: the electronic device displays a second service list, the second service list including a plurality of second services.
In response to a triggering operation of the first service, the electronic device presents a second service list associated with the first service. For example, referring to fig. 16, if the first service is a picture copy service, a second service list associated with the first service is displayed in the current page, where the second service list includes inserting a picture into office software, obtaining a picture description, sending the picture to a friend, and the like.
Step S1503: and responding to the selection operation of any second service in the second service list, and acquiring the equipment address information of the second service by the electronic equipment.
The electronic device detects a click operation on any second task in the second task list, and in response to the click operation, the electronic device performs a process of acquiring device address information of the second service, which is the same as the principle of acquiring the device address information of the second service by the electronic device in step S802, and is not described herein again.
Step S1504: the electronic device sends a first processing instruction carrying the data to the second service based on the device address information of the second service, and the second service is used for processing the processing result after receiving the first processing instruction.
This step is the same as the principle of step S803, and is not described in detail here.
The following description will be given taking an example of inserting a copied picture into office software. Please refer to fig. 16, where the first service is a service in a browser, and accordingly, after the picture copy service is triggered in the browser, a second service list associated with the first service is displayed in the current page, where the second service list includes inserting a picture into office software, obtaining a picture description, sending the picture to a friend, and the like. The method comprises the steps of determining that a second service is a picture insertion service based on a triggering operation of a user for inserting a picture into office software in a second service list, determining that a webpage picture circulation service is triggered, sending a processing request to a micro application engine based on the webpage picture circulation service, obtaining equipment address information of the second service from an equipment manager through the micro application engine, sending a first processing instruction to a service gateway corresponding to the second service based on the equipment address information of the second service, wherein the copied picture is carried in the first processing instruction, calling the picture insertion service by the service gateway based on the equipment address information of the second service, executing the second service by taking the copied picture as an initial parameter of the picture insertion service, and realizing the insertion of the webpage picture into the office software.
In the embodiment of the application, the second service selected by the user is determined by showing the second service list to the user, so that the functions realized by the target service can be combined as required, and further, the functions of the target service realized by crossing electronic equipment are richer.
Referring to fig. 17, a block diagram of a service invocation device according to an embodiment of the present application is shown. The service invocation means may be implemented as all or part of the processor in software, hardware or a combination of both. The device includes:
a first obtaining module 1701, configured to obtain, in response to a processing request for a target service, a processing result corresponding to a first service, where the target service is configured to execute a target function based on the first service and a second service;
a second obtaining module 1702, configured to obtain the device address information of the second service;
a first sending module 1703, configured to send a first processing instruction to the second service based on the device address information of the second service, where the first processing instruction carries a processing result corresponding to the first service, and the second service is configured to process the processing result corresponding to the first service after receiving the first processing instruction.
In some embodiments, the first obtaining module 1701 includes:
a first obtaining unit configured to obtain device address information of the first service based on the processing request;
a sending unit, configured to send a second processing instruction to the first service based on the device address information of the first service, where the first service is configured to, after receiving the second processing instruction, execute a function corresponding to the first service and return a processing result corresponding to the first service.
In some embodiments, the first obtaining unit is configured to determine device address information of the first service based on a triggering operation of the target service; alternatively, the first and second electrodes may be,
a first obtaining unit, configured to determine a first device identifier corresponding to the target service; and based on the first device identifier, acquiring device address information of the first service corresponding to the first device identifier from a device manager, wherein the device manager is used for correspondingly storing the device identifier of the electronic device and the device address information of a plurality of services, responding to the query request, determining the device identifier corresponding to the query request, and querying the device address information of the service corresponding to the device identifier.
In some embodiments, the second obtaining module 1702 includes:
a determining unit, configured to determine a second device identifier corresponding to the target service;
and the second obtaining unit is used for obtaining the device address information of the second service corresponding to the second device identifier from a device manager based on the second device identifier, the device manager is used for correspondingly storing the device identifiers of the electronic devices and the device address information of a plurality of services, responding to the query request, determining the device identifier corresponding to the query request, and querying the device address information of the service corresponding to the device identifier.
In some embodiments, the apparatus further comprises:
the third acquisition module is used for responding to the starting of the electronic equipment and acquiring the equipment identifier of the electronic equipment;
a second sending module, configured to send device information carrying the device identifier to a device manager, where the device information is used to indicate that the electronic device is registered in the device manager, and the device manager is used to receive the device information sent by the electronic device and store the device information of the electronic device.
In some embodiments, the apparatus further comprises:
the first receiving module is used for receiving the equipment address information of a plurality of services corresponding to the electronic equipment;
and a third sending module, configured to send the device address information of the multiple services to a device manager, where the device manager is configured to receive the device address information of the multiple services, and store the device address information and the device address information of the multiple services in a corresponding manner.
In some embodiments, the apparatus further comprises:
and the second receiving module is used for receiving a processing result corresponding to the second service, wherein the processing result corresponding to the second service is obtained by processing the processing result corresponding to the first service by the second service.
In the embodiment of the application, the device address information of the second service is acquired, and the processing result corresponding to the first service is sent to the second service based on the device address information of the second service, so that the second service can continue to execute the corresponding function based on the processing result of the first service, service call across electronic equipment is further realized, and unified call of services in a plurality of electronic equipment is realized.
Referring to fig. 18, a block diagram of an electronic device 1800 according to an exemplary embodiment of the present application is shown. The electronic device 1800 may be a terminal having an image processing function, such as a smartphone or a tablet computer. The electronic device 1800 in the present application may include one or more of the following components: a processor 1810, memory 1820, and a communications module 1830.
Processor 1810 may include one or more processing cores. Processor 1810, utilizing various interfaces and connections throughout electronic device 1800, performs various functions and processes data of terminal 1000 by executing or executing instructions, programs, sets of codes or sets of instructions stored in memory 1820 and invoking data stored in memory 1820. Alternatively, the processor 1810 may be implemented in hardware using at least one of Digital Signal Processing (DSP), Field-Programmable Gate Array (FPGA), and Programmable Logic Array (PLA). The processor 1810 may integrate one or more of a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), a Neural-Network Processing Unit (NPU), a modem, and the like. Wherein, the CPU mainly processes an operating system, a user interface, an application program and the like; the GPU is used for rendering and drawing the content required to be displayed by the display screen; the NPU is used for realizing an Artificial Intelligence (AI) function; the modem is used to handle wireless communications. It is to be understood that the modem may not be integrated into the processor 1810, and may be implemented by a single chip.
The Memory 1820 may include a Random Access Memory (RAM) or a Read-Only Memory (Read-Only Memory). Optionally, the memory 1820 includes a non-transitory computer-readable medium. The memory 1820 may be used to store instructions, programs, code sets, or instruction sets. The memory 1820 may include a stored program area and a stored data area, wherein the stored program area may store instructions for implementing an operating system, instructions for at least one function (e.g., a touch function, a sound playing function, an image playing function, etc.), instructions for implementing various method embodiments described below, and the like; the stored data area may store data (e.g., audio data, a phonebook) created based on use of the electronic device 1800, and the like.
The communication module 1830 is used for transmitting and receiving signals, and may be a Wireless Fidelity (WIFI) module or the like.
The terminal 1810 may also include a display screen, which is a display component for displaying a user interface. Optionally, the display screen is a display screen with a touch function, and through the touch function, a user may use any suitable object such as a finger or a touch pen to perform a touch operation on the display screen.
The display screen is typically provided on the front panel of the electronic device 1800. The display screen may be designed as a full-face screen, curved screen, odd-shaped screen, double-face screen, or folding screen. The display screen may also be designed as a combination of a full screen and a curved screen, a combination of a special screen and a curved screen, and the like, which is not limited in this embodiment.
In addition, those skilled in the art will appreciate that the configurations of the electronic device 1800 illustrated in the above-described figures are not meant to be limiting of the electronic device 1800, and that the electronic device 1800 may include more or fewer components than those illustrated, or some components may be combined, or a different arrangement of components. For example, the electronic device 1800 further includes a microphone, a speaker, a radio frequency circuit, an input unit, a sensor, an audio circuit, a power supply, a bluetooth module, and other components, which are not described herein again.
Referring to fig. 19, a block diagram of a device manager 1900 according to an exemplary embodiment of the present application is shown. The device manager 1900 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 1910 and one or more memories 1920, where the memory 1920 has at least one instruction stored therein, and the at least one instruction is loaded and executed by the processors 1910 to implement the cell switching method provided by the various method embodiments. Of course, the device manager 1900 may further have a wired or wireless network interface, a keyboard, an input/output interface, and other components to facilitate input and output, and the device manager 1900 may further include other components for implementing device functions, which is not described herein.
The embodiment of the present application further provides a computer-readable medium, where at least one instruction is stored, and the at least one instruction is loaded and executed by the processor to implement the service invocation method as shown in the above embodiments.
The embodiment of the present application further provides a computer program product, where the computer program product stores at least one instruction, and the at least one instruction is loaded and executed by the processor to implement the service invocation method shown in the above embodiments.
Those skilled in the art will recognize that, in one or more of the examples described above, the functions described in the embodiments of the present application may be implemented in hardware, software, firmware, or any combination thereof. When implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The above description is only exemplary of the present application and should not be taken as limiting, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (17)

1. A method for service invocation, characterized in that the method comprises:
responding to a processing request aiming at a target service, and acquiring a processing result corresponding to a first service, wherein the target service is used for executing a target function based on the first service and a second service;
acquiring equipment address information of the second service;
and sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service, and the second service is used for processing the processing result corresponding to the first service after receiving the first processing instruction.
2. The method of claim 1, wherein the obtaining of the processing result corresponding to the first service comprises:
acquiring equipment address information of the first service based on the processing request;
and sending a second processing instruction to the first service based on the device address information of the first service, wherein the first service is used for executing the function corresponding to the first service and returning a processing result corresponding to the first service after receiving the second processing instruction.
3. The method of claim 2, wherein the obtaining device address information of the first service based on the processing request comprises:
determining device address information of the first service based on a triggering operation of the target service; alternatively, the first and second electrodes may be,
determining a first device identifier corresponding to the target service; and based on the first device identifier, acquiring device address information of the first service corresponding to the first device identifier from a device manager, wherein the device manager is used for correspondingly storing the device identifier of the electronic device and the device address information of a plurality of services, responding to the query request, determining the device identifier corresponding to the query request, and querying the device address information of the service corresponding to the device identifier.
4. The method according to claim 1 or 2, wherein the obtaining the device address information of the second service comprises:
determining a second device identifier corresponding to the target service;
and based on the second device identifier, acquiring device address information of the second service corresponding to the second device identifier from a device manager, wherein the device manager is used for correspondingly storing the device identifier of the electronic device and the device address information of a plurality of services, responding to the query request, determining the device identifier corresponding to the query request, and querying the device address information of the service corresponding to the device identifier.
5. The method of claim 1, further comprising:
responding to the starting of the electronic equipment, and acquiring an equipment identifier of the electronic equipment;
and sending device information carrying the device identifier to a device manager, wherein the device information is used for indicating that the electronic device is registered in the device manager, and the device manager is used for receiving the device information sent by the electronic device and storing the device information of the electronic device.
6. The method of claim 5, further comprising:
receiving device address information of a plurality of services corresponding to the electronic device;
and sending the device address information of the plurality of services to a device manager, wherein the device manager is used for receiving the device address information of the plurality of services and correspondingly storing the device address information and the device address information of the plurality of services.
7. The method of claim 1, wherein after sending the first processing instruction to the second service based on the device address information of the second service, the method further comprises:
and receiving a processing result corresponding to the second service, wherein the processing result corresponding to the second service is obtained by processing the processing result corresponding to the first service by the second service.
8. A service calling system is characterized in that the service calling system comprises electronic equipment corresponding to a first service and electronic equipment corresponding to a second service;
the electronic equipment corresponding to the first service is used for responding to a processing request aiming at a target service, and acquiring a processing result corresponding to the first service, wherein the target service is used for executing a target function based on the first service and the second service; acquiring equipment address information of the second service; sending a first processing instruction to the second service based on the device address information of the second service, wherein the first processing instruction carries a processing result corresponding to the first service;
and the electronic equipment corresponding to the second service receives the first processing instruction, executes the second service based on the first processing instruction, and processes a processing result corresponding to the first service based on the second service.
9. The service invocation system according to claim 8, wherein the electronic device corresponding to the first service is configured to obtain device address information of the first service based on the processing request; and sending a second processing instruction to the first service based on the device address information of the first service, wherein the first service is used for executing the function corresponding to the first service and returning a processing result corresponding to the first service after receiving the second processing instruction.
10. The service invocation system according to claim 9, wherein the service invocation system further comprises a device manager;
the device manager is used for correspondingly storing the device identification of the electronic device and the device address information of a plurality of services;
the electronic device corresponding to the first service is used for determining a first device identifier corresponding to the target service, and sending a first query request to a device manager based on the first device identifier;
the device manager is configured to receive the first query request, query, based on the first query request, device address information of a first service corresponding to the first device identifier, and send the device address information of the first service to an electronic device corresponding to the first service;
the electronic device corresponding to the first service is configured to receive the device address information of the first service sent by the device manager, and send a second processing instruction to the first service based on the device address information of the first service.
11. The service invocation system according to claim 10,
the electronic device corresponding to the first service is further configured to determine a second device identifier corresponding to the target service, where the second device identifier is a device identifier of the electronic device where the second service is located, and send a second query request to the device manager;
the device manager is configured to receive the second query request, query, based on the second query request, device address information of a second service corresponding to the second device identifier, and send the device address information of the second service to the electronic device corresponding to the first service;
the electronic device corresponding to the first service is configured to receive the device address information of the second service sent by the device manager, and send a first processing instruction to the second service based on the device address information of the second service.
12. The service invocation system according to claim 8, wherein the electronic device is configured to, in response to the electronic device being started, obtain a device identification of the electronic device; sending the device information carrying the device identifier to a device manager;
the device information is used for indicating that the electronic device is registered in the device manager, and the device manager is used for receiving the device information sent by the electronic device and storing the device information of the electronic device.
13. The service invocation system according to claim 12,
the electronic equipment is also used for receiving equipment address information of a plurality of services corresponding to the electronic equipment; sending device address information for the plurality of services to a device manager;
the device manager is used for receiving the device address information of the plurality of services and correspondingly storing the device address information of the plurality of services.
14. An apparatus for invoking a service, the apparatus comprising:
a first obtaining module, configured to obtain, in response to a processing request for a target service, a processing result corresponding to a first service, where the target service is configured to execute a target function based on the first service and a second service;
a second obtaining module, configured to obtain device address information of the second service;
a sending module, configured to send a first processing instruction to the second service based on the device address information of the second service, where the first processing instruction carries a processing result corresponding to the first service, and the second service is configured to process the processing result corresponding to the first service after receiving the first processing instruction.
15. An electronic device, comprising a processor and a memory; the memory stores at least one program code for execution by the processor to implement the service invocation method according to any of claims 1 to 7.
16. A computer-readable storage medium storing at least one program code for execution by a processor to implement the service invocation method according to any of claims 1-7.
17. A computer program product, characterized in that it stores at least one program code which is loaded and executed by a processor to implement the service invocation method according to any one of claims 1 to 7.
CN202111477987.2A 2021-12-06 2021-12-06 Service calling method, system, device, equipment and storage medium Pending CN114222003A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202111477987.2A CN114222003A (en) 2021-12-06 2021-12-06 Service calling method, system, device, equipment and storage medium
PCT/CN2022/133273 WO2023103759A1 (en) 2021-12-06 2022-11-21 Service calling method, system and apparatus, and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111477987.2A CN114222003A (en) 2021-12-06 2021-12-06 Service calling method, system, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114222003A true CN114222003A (en) 2022-03-22

Family

ID=80699806

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111477987.2A Pending CN114222003A (en) 2021-12-06 2021-12-06 Service calling method, system, device, equipment and storage medium

Country Status (2)

Country Link
CN (1) CN114222003A (en)
WO (1) WO2023103759A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023103759A1 (en) * 2021-12-06 2023-06-15 Oppo广东移动通信有限公司 Service calling method, system and apparatus, and device and storage medium
WO2024017351A1 (en) * 2022-07-22 2024-01-25 华为技术有限公司 Method and apparatus for calling system service

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200028928A1 (en) * 2018-07-23 2020-01-23 NRS Systems Invocation Devices in an Organization Information Distribution System
CN111866140A (en) * 2020-07-21 2020-10-30 腾讯科技(深圳)有限公司 Fusion management apparatus, management system, service calling method, and medium
US20210119764A1 (en) * 2019-09-23 2021-04-22 Live Nation Entertainment, Inc. Systems and methods for securing access rights to resources using cryptography and the blockchain
CN113329047A (en) * 2020-02-29 2021-08-31 华为技术有限公司 Distributed service scheduling method and related device
CN113347242A (en) * 2021-05-28 2021-09-03 Oppo广东移动通信有限公司 Cross-device resource access method and device, storage medium and electronic device
CN113448594A (en) * 2021-06-29 2021-09-28 京东科技控股股份有限公司 Service processing method and device, computer equipment and storage medium
CN113542244A (en) * 2021-07-01 2021-10-22 京东科技控股股份有限公司 Method, device, server and system for calling micro-service

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114222003A (en) * 2021-12-06 2022-03-22 Oppo广东移动通信有限公司 Service calling method, system, device, equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200028928A1 (en) * 2018-07-23 2020-01-23 NRS Systems Invocation Devices in an Organization Information Distribution System
US20210119764A1 (en) * 2019-09-23 2021-04-22 Live Nation Entertainment, Inc. Systems and methods for securing access rights to resources using cryptography and the blockchain
CN113329047A (en) * 2020-02-29 2021-08-31 华为技术有限公司 Distributed service scheduling method and related device
CN111866140A (en) * 2020-07-21 2020-10-30 腾讯科技(深圳)有限公司 Fusion management apparatus, management system, service calling method, and medium
CN113347242A (en) * 2021-05-28 2021-09-03 Oppo广东移动通信有限公司 Cross-device resource access method and device, storage medium and electronic device
CN113448594A (en) * 2021-06-29 2021-09-28 京东科技控股股份有限公司 Service processing method and device, computer equipment and storage medium
CN113542244A (en) * 2021-07-01 2021-10-22 京东科技控股股份有限公司 Method, device, server and system for calling micro-service

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023103759A1 (en) * 2021-12-06 2023-06-15 Oppo广东移动通信有限公司 Service calling method, system and apparatus, and device and storage medium
WO2024017351A1 (en) * 2022-07-22 2024-01-25 华为技术有限公司 Method and apparatus for calling system service

Also Published As

Publication number Publication date
WO2023103759A1 (en) 2023-06-15

Similar Documents

Publication Publication Date Title
CN109101352B (en) Image processing algorithm architecture, algorithm calling method, device, storage medium and mobile terminal
WO2018103484A1 (en) Data processing method, apparatus and system for live broadcast page
CN110990075B (en) Method, device, equipment and storage medium for starting fast application
CN111814089B (en) Page rendering method and device, rendering server and storage medium
CN109408136B (en) Information processing method, information processing apparatus, storage medium, and electronic device
WO2023103759A1 (en) Service calling method, system and apparatus, and device and storage medium
WO2023093429A1 (en) Micro-application running method and apparatus, and device, storage medium and program product
CN110990105B (en) Interface display method and device, electronic equipment and storage medium
CN111309216B (en) List page display method and device, computer equipment and storage medium
JP2020119565A (en) Method, system, and computer program for sharing information in chatroom using application added to platform in messenger
WO2015176352A1 (en) Android system-based method and device for information exchange between applications
AU2019256257A1 (en) Processor core scheduling method and apparatus, terminal, and storage medium
WO2023093452A1 (en) Resource interaction method and apparatus, and terminal and storage medium
CN110968331A (en) Method and device for running application program
CN110572815A (en) Network access method, device, storage medium and terminal
CN114327087A (en) Input event processing method and device, electronic equipment and storage medium
CN108241515B (en) Application shortcut establishing method and terminal
CN116185669B (en) Broadcast distribution method and related equipment
CN110324722B (en) Method, device, equipment and storage medium for acquiring data in live broadcast room
CN113286349B (en) Personal hot spot connection method, device, terminal and storage medium
CN111813407B (en) Game development method, game running device and electronic equipment
CN110913384A (en) Dial card switching method and device, storage medium and terminal
CN110865760A (en) Electronic equipment operation method and device, electronic equipment and storage medium
CN113315687B (en) Proxy network management method, device, storage medium and terminal
WO2022104883A1 (en) Adding method and apparatus for coexistence of multiple types of scenarios, terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination