CN111045750B - Method for automatically matching application programs on multi-application device and electronic device - Google Patents

Method for automatically matching application programs on multi-application device and electronic device Download PDF

Info

Publication number
CN111045750B
CN111045750B CN201911315501.8A CN201911315501A CN111045750B CN 111045750 B CN111045750 B CN 111045750B CN 201911315501 A CN201911315501 A CN 201911315501A CN 111045750 B CN111045750 B CN 111045750B
Authority
CN
China
Prior art keywords
application program
instruction
application
type
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911315501.8A
Other languages
Chinese (zh)
Other versions
CN111045750A (en
Inventor
陆舟
于华章
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Feitian Technologies Co Ltd
Original Assignee
Feitian Technologies Co 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 Feitian Technologies Co Ltd filed Critical Feitian Technologies Co Ltd
Priority to CN201911315501.8A priority Critical patent/CN111045750B/en
Publication of CN111045750A publication Critical patent/CN111045750A/en
Application granted granted Critical
Publication of CN111045750B publication Critical patent/CN111045750B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present disclosure relates to the field of information security technologies, and in particular, to a method for automatically matching application programs on a multi-application device and an electronic device. In the method, any one application program for processing application program instructions is arranged on the multi-application device, and the method comprises the following steps: step S101, receiving an application program instruction; step S102, determining whether the protocol type corresponding to the application program instruction is a specific protocol type; when determining that the protocol type of the application program instruction is a specific protocol type, step S103 determines an instruction type corresponding to the application program instruction; step S104, determining a corresponding target application program based on the instruction type; step S105, selecting the determined target application program as the current application program on the multi-application device; and step S106, the application program instruction is sent to the current application program on the multi-application device for processing. According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.

Description

Method for automatically matching application programs on multi-application device and electronic device
Technical Field
The present disclosure relates to the field of information security technologies, and in particular, to a method for automatically matching application programs on a multi-application device and an electronic device.
Background
In order to implement a plurality of functions on a multi-application device, a plurality of application programs such as FIDO, PIV, etc. corresponding to the plurality of functions need to be installed on the multi-application device. However, these applications all require default selection rights to be set on the multi-application device, however, only one default selected application may be set on the multi-application device. Therefore, when the multi-application device receives any application program instruction, the application program instruction is directly given to the current default application program for processing, and for such a processing mode, if the application program instruction is not matched with the current default application program, the current default application program may not process the application program instruction, so that an error occurs. Therefore, on a multi-application device, how to implement automatic compatibility and matching with corresponding application programs to process arbitrary application program instructions becomes a technical problem to be solved currently.
Disclosure of Invention
The application provides a method for automatically matching application programs on multi-application equipment and electronic equipment, so that the multi-application equipment can automatically and compatibly match corresponding application programs to process any application program instructions.
In a first aspect, a method for automatically matching application programs on a multi-application device, where any application program for processing application program instructions is set on the multi-application device, includes the following steps:
step S101, receiving an application program instruction;
step S102, determining whether the protocol type corresponding to the application program instruction is a specific protocol type; when the protocol type of the application program instruction is a specific protocol type, turning to step S103; otherwise, go to step S106;
step S103, determining an instruction type corresponding to the application program instruction;
step S104, determining a corresponding target application program based on the instruction type;
step S105, selecting the determined target application program as the current application program on the multi-application device;
and step S106, the application program instruction is sent to the current application program on the multi-application device for processing.
In one possible implementation manner, the determining whether the protocol type corresponding to the application program instruction is a specific protocol type includes:
determining the interface type of an interface outputting the application program instruction;
and determining whether the protocol type corresponding to the application program instruction is a specific protocol type or not based on the interface type.
In one possible implementation manner, the determining, based on the interface type, whether the protocol type corresponding to the application program instruction is a specific protocol type includes:
when the interface type is determined to be an HID interface, determining that the protocol type is a specific protocol type;
when the interface type is determined to be a CCID interface, the protocol type is determined to be a non-specific protocol type.
In one possible implementation manner, the determining the instruction type corresponding to the application program instruction includes:
determining an instruction type corresponding to the application program instruction based on a specific byte in the application program instruction;
when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type;
and when the specific byte in the application program instruction is a second specific byte, determining that the instruction type corresponding to the application program instruction is a second instruction type.
In one possible implementation, when the instruction type is a first instruction type, the determining a corresponding target application program based on the instruction type includes:
determining whether the application program instruction carries a first command or not;
When the first command is carried in the application program instruction, determining whether the first command is a specific command or not;
when the first command is determined to be a specific command, extracting identity information in the specific command;
and determining the application program corresponding to the identification information as a target application program.
In one possible implementation, when the first command is a non-specific command, the method further includes:
and sending the application program instruction to the current application program on the multi-application device so that the current application program on the multi-application device can correspondingly process the application program instruction.
In one possible implementation, when the instruction type is a second instruction type, the determining the corresponding target application program based on the instruction type includes:
inquiring a preset identity information base based on the instruction type, and determining whether target identity information matched with the instruction type is stored in the identity information base;
when target identity information matched with the instruction type is stored in the identity information base, determining an application program corresponding to the target identity information as a target application program.
In a second aspect, there is provided a multi-application device provided with any one application program for processing application program instructions, including:
the receiving module is used for receiving the application program instruction;
the first processing module is used for determining whether the protocol type corresponding to the application program instruction is a specific protocol type; when the first processing module determines that the protocol type of the application program instruction is a specific protocol type, the first processing module is transferred to a second processing module for processing; otherwise, turning to a fifth processing module for processing;
the second processing module is used for determining an instruction type corresponding to the application program instruction;
the third processing module is used for determining a corresponding target application program based on the instruction type;
a fourth processing module, configured to select the determined target application program as a current application program on the multi-application device;
and the fifth processing module is used for sending the application program instruction to the current application program on the multi-application device for processing.
In one possible implementation of this method,
the first processing module is used for determining the interface type of the interface outputting the application program instruction; and determining whether the protocol type corresponding to the application program instruction is a specific protocol type or not based on the interface type.
In one possible implementation manner, the first processing module is specifically configured to determine that the protocol type is a specific protocol type when determining that the interface type is an HID interface; when the interface type is determined to be a CCID interface, the protocol type is determined to be a non-specific protocol type.
In one possible implementation manner, the second processing module is configured to determine an instruction type corresponding to the application program instruction based on a specific byte in the application program instruction; when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type; and when the specific byte in the application program instruction is a second specific byte, determining that the instruction type corresponding to the application program instruction is a second instruction type.
In one possible implementation manner, when the second processing module determines that the instruction type is a first instruction type, the third processing module is configured to determine whether the application program instruction carries a first command; when the first command is carried in the application program instruction, determining whether the first command is a specific command or not; when the first command is determined to be a specific command, extracting identity information in the specific command; and determining the application program corresponding to the identification information as a target application program.
In one possible implementation, when the third processing module determines that the first command is a non-specific command, the third processing module is further configured to send the application program instruction to a current application program on the multi-application device for processing.
In one possible implementation manner, when the second processing module determines that the instruction type is a second instruction type, the third processing module is configured to query a preset identity information base based on the instruction type, and determine whether target identity information matched with the instruction type is stored in the identity information base; when target identity information matched with the instruction type is stored in the identity information base, determining an application program corresponding to the target identity information as a target application program.
In a third aspect, an electronic device is provided, comprising: a processor and a memory;
the memory is used for storing operation instructions;
and the processor is used for executing the method for automatically matching the application programs on the multi-application device by calling the operation instruction.
In a fourth aspect, a computer readable storage medium is provided for storing computer instructions that, when executed on a computer, enable the computer to perform the method of automatically matching applications on a multi-application device described above.
By means of the technical scheme, the technical scheme provided by the application has the following advantages:
according to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 is a flow chart of a method for automatically matching applications on a multi-application device provided by the present application;
FIG. 2 is a schematic diagram of a specific process flow of one possible implementation of a method for automatically matching applications on a multi-application device provided in the present application;
FIG. 3 is a flowchart illustrating a specific process according to a first embodiment of a method for automatically matching applications on a multi-application device provided in the present application;
FIG. 4 is a flowchart illustrating a specific process according to a first embodiment of a method for automatically matching applications on a multi-application device provided in the present application;
FIG. 5 is a flowchart illustrating a specific process according to a first embodiment of a method for automatically matching applications on a multi-application device provided in the present application;
fig. 6 is a schematic structural diagram of an application program selecting device provided in the present application;
fig. 7 is a schematic structural diagram of an electronic device according to a method for automatically matching application programs on a multi-application device.
Detailed Description
The application provides a method for automatically matching application programs on multi-application equipment and electronic equipment, and detailed description is given below of specific embodiments of the application equipment with reference to the accompanying drawings.
Embodiments of the present application are described in detail below, examples of which are illustrated in the accompanying drawings, wherein the same or similar reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below by referring to the drawings are exemplary only for the purpose of illustrating the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless expressly stated otherwise, as understood by those skilled in the art. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. The term "and/or" as used herein includes all or any element and all combination of one or more of the associated listed items.
It will be understood by those skilled in the art that all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs unless defined otherwise. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the embodiments of the present application will be described in further detail below with reference to the accompanying drawings. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments.
As shown in fig. 1, a flow chart of a method for automatically matching application programs on a multi-application device provided by the present application is provided, where any one application program for processing a corresponding application program instruction is provided on the multi-application device, and the method includes the following steps:
step S101, receiving an application program instruction;
step S102, determining whether the protocol type corresponding to the application program instruction is a specific protocol type;
When the protocol type of the application program instruction is determined to be a specific protocol type, the process goes to step S103; otherwise, go to step S106;
step S103, determining an instruction type corresponding to an application program instruction;
step S104, determining a corresponding target application program based on the instruction type;
step S105, selecting the determined target application program as the current application program on the multi-application device;
and step S106, the application program instruction is sent to the current application program on the multi-application device for processing.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Selecting fido:00 a40400 08 A00000 06 47 2F 0001
fido msg command: 00000001 83 0004 80010000
fido cbor command: 00000001 90 0004 80010000
fidoinit command: FFFFFFFF 86 0004 01020304
Selecting piv:00a404000CA00000030800001000010000
FIDO instruction type: INIT (instruction code=0x86), MSG (0 x 83), CBOR (0 x 90), CANCEL (0 x 91). In parallel relation, only MSG and CBOR carry APDU information.
Based on the foregoing technical solutions provided in the present application, the following details of the technical solutions are described, and as shown in fig. 2, a specific process flow diagram of one possible implementation manner of a method for automatically matching application programs on a multi-application device provided in the present application is shown.
For the present application, a default application is currently set on the multi-application device, and in one possible implementation, the foregoing processing of step S101 specifically includes the processing of step S201 described below.
In step S201, the multi-application device receives an application program instruction.
In one possible implementation, for an input application program instruction, the multi-application device receives the application program instruction through a corresponding interface. The interface may include two interfaces, i.e., an HID interface and a CCID interface, and different application program instructions are input to the multi-application device through the corresponding interfaces.
For the present application, in one possible implementation, the foregoing processing of step S102 specifically includes the following processing of step S202 to step S203.
In step S202, the multi-application device determines the interface type of the interface outputting the application program instruction.
In one possible implementation, the multi-application device determines the interface type of the interface outputting the application program instruction after receiving the application program instruction through the interface. In this case, since the multi-application device is provided with the two interfaces for receiving the application program command, it is easy to determine which interface outputs the application program command.
In step S203, the multi-application device determines whether the protocol type corresponding to the application program instruction is a specific protocol type based on the interface type.
In one possible implementation, based on a preconfigured definition of a specific protocol type, the HID protocol type corresponding to the HID interface is a specific protocol type, and the CCID protocol type corresponding to the CCID interface is a non-specific protocol type. Therefore, after determining the interface type, the multi-application device can well distinguish whether the protocol type corresponding to the application program instruction is a specific protocol type according to the pre-configuration definition. When it is determined that the protocol type of the application program instruction is a specific protocol type (HID protocol type), the flow goes to step S204; when it is determined that the protocol type of the application instruction is the nonspecific protocol type (CCID protocol type), the flow goes to step S212.
For the present application, in one possible implementation, the foregoing processing of step S103 specifically includes the processing of step S204 described below.
In step S204, the multi-application device determines the instruction type corresponding to the application program instruction based on the specific byte in the application program instruction.
In one possible implementation manner, after determining that the protocol type of the application program instruction is a specific protocol type, further determining an instruction type corresponding to the application program instruction is needed, where for the instruction type, the determination may be performed according to a specific byte in the application program instruction, for example, a 5 th byte in the application program instruction, and certainly, the determination may not be limited to the 5 th byte, and any other byte capable of determining the instruction type may be used; when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type; and when the specific byte in the application program instruction is the second specific byte, determining the instruction type corresponding to the application program instruction as the second instruction type. For the above embodiment of the present application, the first instruction type is an instruction type of an MSG instruction, and the second instruction type is an instruction type of an INIT instruction.
In this embodiment, taking the 5 th byte as an example, when the 5 th byte of the application program instruction is 0x86, determining the instruction type corresponding to the application program instruction as an INIT instruction (FIDO initialization instruction); when the 5 th byte of the application program instruction is 0x83, determining the instruction type corresponding to the application program instruction as an MSG instruction; of course, the method is not limited to the two instruction types, and may include determining that the instruction type corresponding to the application program instruction is a CBOR instruction if the 5 th byte of the application program instruction is 0x 90; when the 5 th byte of the application program instruction is 0x91, the instruction type corresponding to the application program instruction is determined to be a CANCEL instruction and the like.
For the present application, in one possible implementation manner, the foregoing processing of step S104 specifically includes the following processing of step S205 to step S208. Wherein when it is determined that the instruction type is the first instruction type, the process goes to step S205, and when it is determined that the instruction type is the second instruction type, the process goes to step S209.
For the present application, in one possible implementation manner, for the foregoing processing of step S104, when the instruction type is the first instruction type, the following processing of step S205 to step S208 is specifically included; when the instruction type is the second instruction type, the processing of the following steps S209 to S210 is specifically included.
In step S205, the multi-application device determines whether the application program instruction carries the first command.
In one possible implementation, after determining that the instruction type is the MSG instruction of the first instruction type, it is further determined whether the application instruction carries the first command; if it is determined that the first command is carried, the process proceeds to step S206, otherwise, the process proceeds to step S213. The first command in the embodiment of the present application may refer to an APDU command. Wherein, for the mode of determining whether the first command is included in the application program instruction, whether the data length of the application program instruction is 0 can be determined; when the data length is not 0, the application program instruction includes the first command, and when the data length is 0, the application program instruction does not include the first command.
In step S206, the multi-application device determines whether the first command is a specific command.
In one possible implementation, after the multi-application device determines that the application program instruction carries the first command (APDU command) as described above, it needs to further determine whether the APDU command is a specific command, and when it is determined that the APDU command is a specific command, the process goes to step S207 to perform the processing, otherwise, goes to step S212 to perform the processing.
For an APDU command, the standard command format is 00a40400A0CAID, where 00a40400 represents the command header of the APDU, 0C represents the byte length of the application, ID represents the identity ID of the application, and a in A0C and AID represents the application; the APDU command may be various commands, such as GP standard selection command, PBOC command, PIV selection command, etc.; for the embodiments of the present application, the specific command determined above may refer to a GP standard selection command.
In step S207, the multi-application device extracts the identification information in the specific command.
In one possible implementation manner, for the GP standard selection instruction, where the specific instruction is the GP standard selection instruction, since the format of the GP standard selection instruction already includes the ID of the application, the multi-application device may directly extract the ID from the GP standard selection instruction.
In step S208, the multi-application device determines the application corresponding to the identification information as the target application.
In one possible implementation manner, after the multi-application device extracts the identity ID, directly determining an application program corresponding to the extracted identity ID as a target application program; after the target application is determined, the process proceeds to step S211 described below.
In one possible implementation manner, when the multi-application device determines that the instruction type corresponding to the application program instruction is the second instruction type, the processing in step S104 specifically goes to the processing in step S209 described below.
In step S209, the multi-application device queries the identity information base based on the instruction type.
In one possible implementation manner, when the instruction type is an INIT instruction of a second instruction type, the multi-application device needs to query a preset identity information base according to the instruction type, so as to determine whether target identity information matched with the instruction type is stored in the identity information base; when the target identity information matched with the instruction type is stored in the identity information base, the step S210 is shifted to; otherwise, when the target identification information matched with the instruction type is not stored in the identification information base, the process goes to step S213.
In step S210, the multi-application device determines that the application corresponding to the target identity information is the target application.
In one possible implementation, the multi-application device proceeds to step S211 after determining the target application.
For the present application, in one possible implementation, the foregoing processing of step S105 specifically includes the processing of step S211 described below.
In step S211, the multi-application device selects the target application as the current application on the multi-application device.
In one possible implementation, after determining the target application, the multi-application device may select the determined target application as the current application on the multi-application device. In this embodiment, even if the current application program on the multi-application device is the same application program as the determined target application program, the determined target application program is still used as the current application program on the multi-application device. After selecting the target application as the current application on the multi-application device, the process proceeds to step S212.
For the present application, in one possible implementation manner, the foregoing processing of step S106 specifically includes the processing of step S212 described below.
In step S212, the multi-application device sends the application program instruction to the current application program on the multi-application device for processing.
In one possible implementation, for the current application on the multi-application device to send the application instruction to the current application in this step for processing, two cases may be included:
(1) When the multi-application device determines that the protocol type of the application program instruction is a non-specific protocol type;
(2) When the multi-application device determines that the first command is a non-specific command;
(3) After the multi-application device takes the target application as the current application.
For the three cases, the application program instruction is given to the current application program on the multi-application device for processing, wherein (1) and (2) are direct application program instruction given to the current application program on the multi-application device, namely the current application program is not a definite target application program; (3) After determining the target application program and taking the determined target application program as the current application program on the multi-application device, an application program instruction is given to the current application program on the multi-application device.
In step S213, the multi-application device transmits an error notification message.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Based on the technical solution provided in the present application, the following is a detailed explanation of the technical solution, as shown in fig. 3, which is a process flow chart of a first embodiment of a method for automatically matching application programs on a multi-application device provided in the present application.
In this embodiment, two applications (a FIDO application and a PIV application) are installed on the multi-application device, wherein the FIDO application and the PIV application are applications that need to be selected by default. In this embodiment, the PIV application is taken as an example of a current application on a multi-application device.
In step S301, the multi-application device receives an application instruction input through the HID interface.
Optionally, the multi-application device is currently in a standby state, and receives an application program instruction input through the HID interface.
In step S302, the multi-application device determines that the protocol type of the application program instruction is an HID protocol type.
Optionally, the multi-application device may determine, through the interface outputting the application program instruction, that the protocol type corresponding to the application program instruction is an HID protocol type.
In step S303, the multi-application device determines the corresponding instruction type according to the HID protocol type.
Optionally, after determining the HID protocol type, the multi-application device further determines an instruction type corresponding to the application program instruction according to byte 5 x86 in the application program instruction, and determines the instruction type to be an instruction type corresponding to an INIT instruction, where in this embodiment, the INIT instruction is FFFFFFFF 86 0004 01020304.
Step S304, the multi-application device queries corresponding target identity information according to the instruction type.
Optionally, after determining that the instruction type is the instruction type corresponding to the INIT instruction, since the INIT instruction is the FIDO initialization instruction, it may be determined that the target application is the FIDO application, so that the identity information matching the FIDO application needs to be found in the identity information library, that is, the multi-application device finds the target identity information corresponding to the instruction type of the INIT instruction by querying the built-in identity information library.
In step S305, the multi-application device selects the FIDO application as the current application according to the identification information of the FIDO.
Optionally, after obtaining the identifier information of the FIDO, the multi-application device determines a corresponding target application program FIDO application program according to the identifier information of the FIDO, so as to select the FIDO application program as a current application program on the multi-application device.
In step S306, the multi-application device sends a response message to the user that the replacement was successful.
In step S307, the multi-application device receives the FIDO other instruction sent by the user.
Alternatively, after selecting the current application as the FIDO application, the multi-application device may continue to receive other instructions of the FIDO and perform corresponding processing according to the received other instructions.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Based on the technical solution provided in the present application, the following is a detailed explanation of the technical solution, as shown in fig. 4, which is a process flow chart of a second embodiment of a method for automatically matching application programs on a multi-application device provided in the present application.
In this embodiment, two applications (a FIDO application and a PIV application) are installed on the multi-application device; the FIDO application and the PIV application are both applications requiring default selection. In this embodiment, the current application on the multi-application device is exemplified as the FIDO application.
In step S401, the multi-application device receives the application program instruction input through the HID interface.
Optionally, the multi-application device is currently in a standby state, and receives an application program instruction input through the HID interface.
In step S402, the multi-application device determines that the protocol type of the application program instruction is an HID protocol type.
Optionally, the multi-application device may determine, through the interface outputting the application program instruction, that the protocol type corresponding to the application program instruction is an HID protocol type.
In step S403, the multi-application device determines the corresponding instruction type according to the HID protocol type.
Optionally, after determining the HID protocol type, the multi-application device further determines an instruction type corresponding to the application program instruction according to byte 5 x83 in the application program instruction, and determines the instruction type to be an instruction type corresponding to an MSG instruction, where in this embodiment, the MSG instruction is 00000001 83 0004 80010000.
In step S404, the multi-application device determines that the application instruction is a PIV selection instruction.
Optionally, upon determining that the instruction type is an MSG instruction, the multi-application device further determines that the application instruction is a PIV select instruction 00a404000CA00000030800001000010000.
In step S405, the multi-application device extracts the identification information in the PIV selection instruction.
Optionally, after the multi-application device determines that the application program instruction is a PIV selection instruction, according to PIV selection instruction 00a404000CA00000030800001000010000, the identification information of the application program in the PIV selection instruction may be obtained as a00000030800001000010000.
In step S406, the multi-application device selects the PIV application as the current application according to the identification information.
Optionally, the multi-application device determines a corresponding destination application PIV application according to the identification information a00000030800001000010000, so as to select the determined PIV application as a current application on the multi-application device.
In step S407, the multi-application device sends a response message to the user that the replacement was successful.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Based on the technical solution provided in the present application, the following is a detailed explanation of the technical solution, and as shown in fig. 5, a process flow diagram of a third embodiment of a method for automatically matching application programs on a multi-application device provided in the present application is provided.
In this embodiment, two applications (a FIDO application and a PIV application) are installed on the multi-application device, wherein the FIDO application and the PIV application are applications that need to be selected by default. In this embodiment, the PIV application is taken as an example of a current application on a multi-application device.
In step S501, the multi-application device receives an application instruction input through the CCID interface.
Optionally, the multi-application device is currently in a standby state, and receives an application program instruction input through the CCID interface.
In step S502, the multi-application device determines that the protocol type of the application program instruction is CCID protocol type.
Optionally, the multi-application device may determine, through the interface outputting the application program instruction, that the protocol type corresponding to the application program instruction is a CCID protocol type.
In step S503, the multi-application device sends the application program instruction to the current application program for processing.
Optionally, after the multi-application device determines that the protocol type corresponding to the application program instruction is the CCID protocol type, the application program instruction is directly sent to the current PIV application program thereon for processing.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Based on the technical solution of the method for automatically matching application programs on a multi-application device provided in the present application, the present application correspondingly provides a schematic structural diagram of a multi-application device, as shown in fig. 6, an application program for processing application program instructions is provided on a multi-application device 60, and the multi-application device 60 of the present application may include: a receiving module 61, a first processing module 62, a second processing module 63, a third processing module 64, a fourth processing module 65, and a fifth processing module 66;
a receiving module 61 for receiving an application program instruction;
a first processing module 62, configured to determine whether the protocol type corresponding to the application program instruction is a specific protocol type; when the first processing module determines that the protocol type of the application program instruction is a specific protocol type, the processing module is transferred to the second processing module 63 for processing; otherwise, go to the fifth processing module 66 for processing;
A second processing module 63, configured to determine an instruction type corresponding to an instruction of the application program;
a third processing module 64 for determining a corresponding target application based on the instruction type;
a fourth processing module 65, configured to select the determined target application program as a current application program on the multi-application device;
and a fifth processing module 66, configured to send the application program instruction to a current application program on the multi-application device for processing.
In one possible implementation of this method,
a first processing module 62 for determining an interface type of an interface outputting an application program instruction; and determining whether the protocol type corresponding to the application program instruction is a specific protocol type or not based on the interface type.
In one possible implementation, the first processing module 62 is specifically configured to, when determining that the interface type is an HID interface, determine that the protocol type is a specific protocol type; when the interface type is determined to be a CCID interface, the protocol type is determined to be a nonspecific protocol type.
In one possible implementation, the second processing module 63 is configured to determine an instruction type corresponding to the application program instruction based on a specific byte in the application program instruction; when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type; and when the specific byte in the application program instruction is the second specific byte, determining the instruction type corresponding to the application program instruction as the second instruction type.
In one possible implementation, when the second processing module 63 determines that the instruction type is the first instruction type, the third processing module 64 is configured to determine whether the application instruction carries the first command; when the first command is carried in the application program instruction, determining whether the first command is a specific command or not; when the first command is determined to be a specific command, extracting identity information in the specific command; and determining the application program corresponding to the identification information as a target application program.
In one possible implementation, when the third processing module 64 determines that the first command is a non-specific command, the third processing module 64 is further configured to send the application instruction to the current application on the multi-application device for processing.
In one possible implementation, when the second processing module 63 determines that the instruction type is the second instruction type, the third processing module 64 is configured to query a preset identity information base based on the instruction type, and determine whether target identity information matched with the instruction type is stored in the identity information base; when target identity information matched with the instruction type is stored in the identity information base, determining an application program corresponding to the target identity information as a target application program.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
Referring now to fig. 7, a schematic diagram of an electronic device (e.g., the multi-application device of fig. 1) 700 suitable for use in implementing embodiments of the present application is shown. Devices in embodiments of the present application may include, but are not limited to, mobile device devices such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle devices (e.g., in-vehicle navigation device devices), and the like, and stationary device devices such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 7 is only an example and should not impose any limitation on the functionality and scope of use of the embodiments of the present application.
As shown in fig. 7, the electronic device 700 may include a processing means (e.g., a central processor, a graphics processor, etc.) 701, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 702 or a program loaded from a storage means 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the electronic device 700 are also stored. The processing device 701, the ROM 702, and the RAM 703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
In general, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, and the like; an output device 707 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 708 including, for example, magnetic tape, hard disk, etc.; and a communication device 709. The communication means 709 may allow the electronic device 700 to communicate wirelessly or by wire with other devices to exchange data. While fig. 7 shows an electronic device 700 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present application, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present application include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network via communication device 709, or installed from storage 708, or installed from ROM 702. When being executed by the processing means 701, performs the above-described functions defined in the method of the embodiments of the present application.
It should be noted that the computer readable medium described in the present application may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present application, however, a computer-readable signal medium may include a data signal that propagates in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects an internet protocol address from the at least two internet protocol addresses and returns the internet protocol address; receiving an Internet protocol address returned by the node evaluation equipment; wherein the acquired internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer-readable medium carries one or more programs that, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations of the present application may be written in one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present application may be implemented by software, or may be implemented by hardware. The name of the unit does not in any way constitute a limitation of the unit itself, for example the first acquisition unit may also be described as "unit acquiring at least two internet protocol addresses".
The foregoing description is only of the preferred embodiments of the present application and is presented as a description of the principles of the technology being utilized. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this application is not limited to the specific combinations of features described above, but it is intended to cover other embodiments in which any combination of features described above or equivalents thereof is possible without departing from the spirit of the disclosure. Such as the above-described features and technical features having similar functions (but not limited to) disclosed in the present application are replaced with each other.
The electronic device provided by the application is suitable for any embodiment of the method for automatically matching application programs on the multi-application device, and is not described herein again.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
The present application provides a computer-readable storage medium storing computer instructions that cause a computer to perform the method of automatically matching application programs on a multi-application device as shown in the above embodiments.
The computer readable storage medium provided in the present application is suitable for any embodiment of the method for automatically matching application programs on the multi-application device, and is not described herein.
According to the method and the device, the purpose that the corresponding application programs are automatically compatible and matched on the multi-application device to process any application program instruction is achieved, and the processing efficiency is improved.
It will be understood by those within the art that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by computer program instructions. Those skilled in the art will appreciate that these computer program instructions can be implemented in a processor of a general purpose computer, special purpose computer, or other programmable data processing method, such that the blocks of the block diagrams and/or flowchart illustration are implemented by the processor of the computer or other programmable data processing method.
All modules of the device can be integrated into a whole or can be separately deployed. The modules can be combined into one module or further split into a plurality of sub-modules.
Those skilled in the art will appreciate that the drawing is merely a schematic illustration of one preferred embodiment and that the modules or flows in the drawing are not necessarily required to practice the present application.
Those skilled in the art will appreciate that modules in an apparatus of an embodiment may be distributed in an apparatus of an embodiment as described in the embodiments, and that corresponding changes may be made in one or more apparatuses different from the present embodiment. The modules of the above embodiments may be combined into one module, or may be further split into a plurality of sub-modules.
The foregoing application serial numbers are merely for the purpose of description and do not represent the advantages or disadvantages of the embodiments.
The foregoing disclosure is only a few specific embodiments of the present application, however, the present application is not limited thereto and any variations that can be contemplated by those skilled in the art should fall within the scope of the present application.

Claims (14)

1. A method for automatically matching application programs on a multi-application device, wherein any application program for processing application program instructions is arranged on the multi-application device, and the method comprises the following steps:
Step S101, receiving an application program instruction;
step S102, determining whether the protocol type corresponding to the application program instruction is a specific protocol type; when it is determined that the protocol type of the application program instruction is a specific protocol type, proceeding to step S103; otherwise, go to step S106;
step S103, determining an instruction type corresponding to the application program instruction;
step S104, determining a corresponding target application program based on the instruction type;
step S105, selecting the determined target application program as the current application program on the multi-application device;
step S106, the application program instruction is sent to the current application program on the multi-application device for processing;
the determining the instruction type corresponding to the application program instruction comprises the following steps:
determining an instruction type corresponding to the application program instruction based on a specific byte in the application program instruction;
when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type;
and when the specific byte in the application program instruction is a second specific byte, determining that the instruction type corresponding to the application program instruction is a second instruction type.
2. The method of claim 1, wherein determining whether the protocol type corresponding to the application program instruction is a specific protocol type comprises:
determining the interface type of an interface outputting the application program instruction;
and determining whether the protocol type corresponding to the application program instruction is a specific protocol type or not based on the interface type.
3. The method of claim 2, wherein the determining whether the protocol type corresponding to the application program instruction is a specific protocol type based on the interface type comprises:
when the interface type is determined to be an HID interface, determining that the protocol type is a specific protocol type;
when the interface type is determined to be a CCID interface, the protocol type is determined to be a non-specific protocol type.
4. The method of claim 1, wherein when the instruction type is a first instruction type, the determining a corresponding target application based on the instruction type comprises:
determining whether the application program instruction carries a first command or not;
when the first command is carried in the application program instruction, determining whether the first command is a specific command or not;
When the first command is determined to be a specific command, extracting identity information in the specific command;
and determining the application program corresponding to the identification information as a target application program.
5. The method of claim 4, wherein when the first command is a non-specific command, the method further comprises:
and sending the application program instruction to the current application program on the multi-application device so that the current application program on the multi-application device can correspondingly process the application program instruction.
6. The method of claim 1, wherein when the instruction type is a second instruction type, the determining a corresponding target application based on the instruction type comprises:
inquiring a preset identity information base based on the instruction type, and determining whether target identity information matched with the instruction type is stored in the identity information base;
when target identity information matched with the instruction type is stored in the identity information base, determining an application program corresponding to the target identity information as a target application program.
7. A multi-application device having any one of application programs for processing application program instructions provided thereon, comprising:
the receiving module is used for receiving the application program instruction;
the first processing module is used for determining whether the protocol type corresponding to the application program instruction is a specific protocol type; when the first processing module determines that the protocol type of the application program instruction is a specific protocol type, the first processing module is transferred to a second processing module for processing; otherwise, turning to a fifth processing module for processing;
the second processing module is used for determining an instruction type corresponding to the application program instruction;
the third processing module is used for determining a corresponding target application program based on the instruction type;
a fourth processing module, configured to select the determined target application program as a current application program on the multi-application device;
the fifth processing module is configured to send the application program instruction to a current application program on the multi-application device for processing;
the second processing module is used for determining an instruction type corresponding to the application program instruction based on a specific byte in the application program instruction; when a specific byte in the application program instruction is a first specific byte, determining that the instruction type corresponding to the application program instruction is a first instruction type; and when the specific byte in the application program instruction is a second specific byte, determining that the instruction type corresponding to the application program instruction is a second instruction type.
8. The multi-application device of claim 7, wherein the first processing module is to determine an interface type of an interface outputting the application instructions; and determining whether the protocol type corresponding to the application program instruction is a specific protocol type or not based on the interface type.
9. The multi-application device of claim 8, wherein the first processing module is specifically configured to determine that the protocol type is a specific protocol type when the interface type is determined to be an HID interface; when the interface type is determined to be a CCID interface, the protocol type is determined to be a non-specific protocol type.
10. The multi-application device of claim 7, wherein when the second processing module determines that the instruction type is a first instruction type, the third processing module is configured to determine whether the application instruction carries a first command; when the first command is carried in the application program instruction, determining whether the first command is a specific command or not; when the first command is determined to be a specific command, extracting identity information in the specific command; and determining the application program corresponding to the identification information as a target application program.
11. The multi-application device of claim 10, wherein when the third processing module determines that the first command is a non-specific command, the third processing module is further configured to send the application instructions to a current application on the multi-application device for processing.
12. The multi-application device of claim 7, wherein when the second processing module determines that the instruction type is a second instruction type, the third processing module is configured to query a preset identity information base based on the instruction type, and determine whether target identity information matched with the instruction type is stored in the identity information base; when target identity information matched with the instruction type is stored in the identity information base, determining an application program corresponding to the target identity information as a target application program.
13. An electronic device, comprising: a processor and a memory;
the memory is used for storing operation instructions;
the processor is configured to execute the method for automatically matching application programs on the multi-application device according to any one of claims 1 to 6 by calling the operation instruction.
14. A computer readable storage medium storing computer instructions which, when run on a computer, cause the computer to perform the method of automatically matching applications on a multi-application device of any one of the preceding claims 1 to 6.
CN201911315501.8A 2019-12-19 2019-12-19 Method for automatically matching application programs on multi-application device and electronic device Active CN111045750B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911315501.8A CN111045750B (en) 2019-12-19 2019-12-19 Method for automatically matching application programs on multi-application device and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911315501.8A CN111045750B (en) 2019-12-19 2019-12-19 Method for automatically matching application programs on multi-application device and electronic device

Publications (2)

Publication Number Publication Date
CN111045750A CN111045750A (en) 2020-04-21
CN111045750B true CN111045750B (en) 2023-07-07

Family

ID=70237330

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911315501.8A Active CN111045750B (en) 2019-12-19 2019-12-19 Method for automatically matching application programs on multi-application device and electronic device

Country Status (1)

Country Link
CN (1) CN111045750B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101017464A (en) * 2007-02-16 2007-08-15 北京飞天诚信科技有限公司 Information safety apparatus having multiple interface and capable of being automatically installed and controlling method therefor
CN201078772Y (en) * 2007-02-16 2008-06-25 北京飞天诚信科技有限公司 Information safety equipment with multi interface for automatic installation
CN107844821A (en) * 2017-09-22 2018-03-27 深圳市文鼎创数据科技有限公司 Smart card and its control method, computer-readable recording medium
CN108121553A (en) * 2017-12-20 2018-06-05 北京经纬恒润科技有限公司 A kind of method and device of more new application
CN110430275A (en) * 2019-08-09 2019-11-08 中国工商银行股份有限公司 Data processing method, system, calculates equipment and medium at device

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100115116A1 (en) * 2008-11-03 2010-05-06 Micron Technology, Inc. System and method for switching communication protocols in electronic interface devices
US8402145B2 (en) * 2009-03-16 2013-03-19 Apple Inc. Application communication with external accessories
US9022279B2 (en) * 2010-06-15 2015-05-05 Apple Inc. Method and system for locating an accessory and an application for use with a user device
US8438259B2 (en) * 2010-10-30 2013-05-07 Hewlett-Packard Development Company, L.P. Web application usage of accessory device directly connected to electronic device in non-networked manner
CN104077155B (en) * 2013-03-28 2018-09-21 中国银联股份有限公司 The startup of application program in mobile device
CN103455349B (en) * 2013-08-27 2016-08-10 中国联合网络通信集团有限公司 Application program accesses the method and apparatus of smart card
CN106372009B (en) * 2016-08-30 2018-11-30 飞天诚信科技股份有限公司 In a kind of Mac system with the method and device of USB device communication
CN108984319B (en) * 2018-06-25 2021-10-15 广州视源电子科技股份有限公司 Method, device, computer equipment and storage medium for solving operation instruction conflict
CN108920389B (en) * 2018-07-10 2020-02-11 飞天诚信科技股份有限公司 Method and device for dynamically matching protocol type and application of multi-protocol USB device
CN109635019B (en) * 2018-10-23 2023-08-22 平安科技(深圳)有限公司 Request processing method, device, equipment and storage medium
CN110224972A (en) * 2019-04-19 2019-09-10 凯通科技股份有限公司 One kind is towards multi-protocols polymorphic type equipment access system, method and device
CN110336592B (en) * 2019-06-28 2021-03-16 飞天诚信科技股份有限公司 Data transmission method suitable for Bluetooth card reader, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101017464A (en) * 2007-02-16 2007-08-15 北京飞天诚信科技有限公司 Information safety apparatus having multiple interface and capable of being automatically installed and controlling method therefor
CN201078772Y (en) * 2007-02-16 2008-06-25 北京飞天诚信科技有限公司 Information safety equipment with multi interface for automatic installation
CN107844821A (en) * 2017-09-22 2018-03-27 深圳市文鼎创数据科技有限公司 Smart card and its control method, computer-readable recording medium
CN108121553A (en) * 2017-12-20 2018-06-05 北京经纬恒润科技有限公司 A kind of method and device of more new application
CN110430275A (en) * 2019-08-09 2019-11-08 中国工商银行股份有限公司 Data processing method, system, calculates equipment and medium at device

Also Published As

Publication number Publication date
CN111045750A (en) 2020-04-21

Similar Documents

Publication Publication Date Title
CN111581563B (en) Page response method and device, storage medium and electronic equipment
CN112214408B (en) Dependency conflict detection method, dependency conflict detection device, electronic equipment and computer readable medium
CN112965761B (en) Data processing method, system, electronic equipment and storage medium
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN111079125A (en) Method and device for calling third-party library dynamic lifting authority by application program
CN114637703B (en) Data access device, method, readable medium and electronic equipment
CN111309304B (en) Method, device, medium and electronic equipment for generating IDL file
CN110336592B (en) Data transmission method suitable for Bluetooth card reader, electronic equipment and storage medium
CN110489162B (en) Method, device, medium and equipment for simplifying installation package SO (storage and retrieval) file
CN111273830A (en) Data display method and device, electronic equipment and computer readable medium
CN110865846A (en) Application management method, device, terminal, system and storage medium
CN112230969B (en) Method and equipment for formatting user space storage area in firmware upgrading process
CN112884376A (en) Work order processing method and device, electronic equipment and computer readable storage medium
CN111045750B (en) Method for automatically matching application programs on multi-application device and electronic device
CN110619101B (en) Method and apparatus for processing information
CN110620808A (en) Method and device for pushing information
CN114860213A (en) Application package generation method, device, equipment and medium
JP2007122555A (en) Information processor
CN111309367B (en) Method, device, medium and electronic equipment for managing service discovery
CN111625326B (en) Task pipeline execution method and device and electronic equipment
CN112333462A (en) Live broadcast room page jumping method, returning device and electronic equipment
KR20160127351A (en) Apparatus and method sharing customizable contents using user information of the mobile terminal
CN112306469A (en) Barrier-free component construction method, device, equipment and storage medium
CN112559394B (en) System library access method and device and electronic equipment
CN112468849B (en) Method, apparatus, electronic device and medium for video information transmission

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
GR01 Patent grant
GR01 Patent grant