CN116034574A - Vehicle service control method and device, vehicle, equipment and storage medium - Google Patents

Vehicle service control method and device, vehicle, equipment and storage medium Download PDF

Info

Publication number
CN116034574A
CN116034574A CN202080101298.9A CN202080101298A CN116034574A CN 116034574 A CN116034574 A CN 116034574A CN 202080101298 A CN202080101298 A CN 202080101298A CN 116034574 A CN116034574 A CN 116034574A
Authority
CN
China
Prior art keywords
target
application program
service
control
information
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
CN202080101298.9A
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.)
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development Co Ltd
Original Assignee
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development 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 Zhejiang Geely Holding Group Co Ltd, Ningbo Geely Automobile Research and Development Co Ltd filed Critical Zhejiang Geely Holding Group Co Ltd
Publication of CN116034574A publication Critical patent/CN116034574A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/629Protecting access to data via a platform, e.g. using keys or access control rules to features or functions of an application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/12Protecting executable software
    • G06F21/121Restricting unauthorised execution of programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Traffic Control Systems (AREA)
  • Stored Programmes (AREA)

Abstract

A vehicle service control method, apparatus, vehicle, device, and storage medium, the method includes acquiring a target control request carrying control attribute information of a target service (S301); determining state information of the target service based on the control attribute information (S303); when it is determined that the state information of the target service includes occupied, extracting authority information of the target application from the control attribute information (S305); determining authority information of the competing application based on the control attribute information (S307); when the authority information of the target application and the authority information of the competing application satisfy the preset priority service condition, the state information of the target service is updated and the target control request is forwarded to the corresponding controller to realize the corresponding vehicle function control (S309). The method can avoid confusion and potential safety hazards generated when a plurality of programs call the same service function at the same time, is reasonable and orderly, is beneficial to maximizing the service function provided by the vehicle, and improves the safety and reliability.

Description

Vehicle service control method and device, vehicle, equipment and storage medium Technical Field
The application relates to the technical field of automobile electronic architecture and vehicle network, in particular to a vehicle service control method, a device, a vehicle, equipment and a storage medium.
Background
With the rapid development of the automobile Ethernet communication technology in recent years, different applications such as intelligent driving, OTA, entertainment and the like are more and more abundant, service-oriented software architecture SOA (Service-Oriented Architecture) is more and more popular, resources (various sensors and controllers) on an automobile can be converted into services by using the SOA to be called by different application programs, and therefore the maximum utilization of the resources and the diversification of the application programs are realized, and rich experience is brought to users. After the automobile resource is converted into the service, the service is not fixedly used for a certain application program, but different application programs can call the service provided by the automobile according to the function which is realized by the application programs. With the increase of applications, it may happen that multiple applications call the same car service (e.g., both applications need to call the sunroof control).
In the prior art, function transfer service is mainly realized by utilizing an SOME/IP protocol, the realization is complex, serialization and deserialization are needed, when different application programs call the same service, the latter service can directly cover the former service, and a caller of the former service cannot know that the execution result of the former service is covered by other application programs. The disorder of service calling order may bring about potential safety hazard, and the service provided by the vehicle cannot be utilized to the maximum extent, so that a more effective scheme needs to be provided.
Disclosure of Invention
In order to solve the problems in the prior art, the application provides a vehicle service control method, a device, a vehicle, equipment and a storage medium. The technical scheme is as follows:
in one aspect, the present application provides a vehicle service control method, including:
acquiring a target control request, wherein the target control request carries control attribute information of target service;
determining state information of the target service based on the control attribute information;
extracting authority information of a target application program from the control attribute information when the state information of the target service is determined to be occupied, wherein the target application program comprises an application program corresponding to the target control request;
determining authority information of the competing application program based on the control attribute information;
and when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition, updating the state information of the target service based on the control attribute information, and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control.
Another aspect of the present application provides a vehicle service control apparatus, the apparatus including:
The target control request acquisition module is used for acquiring a target control request, wherein the target control request carries control attribute information of target service;
a state information acquisition module for determining state information of the target service based on the control attribute information;
a first authority information determining module, configured to extract authority information of a target application program from the control attribute information when it is determined that the state information of the target service includes occupied, where the target application program includes an application program corresponding to the target control request;
the second authority information determining module is used for determining the authority information of the competing application program based on the control attribute information;
and the service preemption module is used for updating the state information of the target service based on the control attribute information and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition.
In another aspect, the present application provides a vehicle, which is characterized in that the vehicle includes the vehicle service control device.
In another aspect, the present application provides an apparatus, including a processor and a memory, where at least one instruction or at least one program is stored in the memory, and the at least one instruction or the at least one program is loaded and executed by the processor to implement the vehicle service control method.
Another aspect of the present application provides a computer readable storage medium having stored therein at least one instruction or at least one program loaded and executed by a processor to implement the vehicle service control method.
The vehicle service control method, the device, the vehicle, the equipment and the storage medium have the following technical effects:
according to the method and the device, the state information of the target service is determined by utilizing the control attribute information carried by the target control request, when the state information of the target service is determined to be occupied, the authority information of the target application program is extracted from the control attribute information, namely when the condition that service competition exists and the service occupied by other application programs needs to be called is determined, the authority information of the target application program is further determined, and the authority information of the competing application program is determined based on the control attribute information, so that the method and the device are reasonable and orderly, and are beneficial to improving the reliability; when the authority information of the target application program and the authority information of the competing application program meet the preset priority service conditions, the state information of the target service is updated based on the control attribute information, and the target control request is transferred to the corresponding controller to realize corresponding vehicle function control, so that the service function provided by the vehicle is utilized to the maximum extent, confusion and potential safety hazards generated when a plurality of programs call the same service function at the same time can be avoided, and the safety and reliability are improved reasonably and orderly.
Additional aspects and advantages of the application will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the application.
Drawings
In order to more clearly illustrate the technical solutions and advantages of embodiments of the present application or of the prior art, the following description will briefly introduce the drawings that are required to be used in the embodiments or the prior art descriptions, it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic view of an application environment of a vehicle service control method according to an embodiment of the present application;
fig. 2 is a schematic diagram of a hardware structure for implementing a vehicle service control method according to an embodiment of the present application
FIG. 3 is a flow chart of a vehicle service control method provided in an embodiment of the present application;
FIG. 4 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 5 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 6 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 7 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 8 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 9 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
FIG. 10 is a flow chart of another vehicle service control method provided by an embodiment of the present application;
fig. 11 is a schematic diagram of a vehicle service control device according to an embodiment of the present application;
fig. 12 is a hardware configuration block diagram of a server for implementing a vehicle service control method according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present application based on the embodiments herein. Examples of the embodiments are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to like or similar elements throughout or elements having like or similar functionality.
It should be noted that the terms "first," "second," and the like in the description and claims of the present application and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or server that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or apparatus, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1, fig. 1 is a schematic diagram of an application environment of a vehicle service control method according to an embodiment of the present application, and as shown in fig. 1, the application environment of the vehicle service control in the present application may include an on-board sensor and an on-board controller 100, a data relay unit 200, and a data processing unit 300.
In the embodiment of the present disclosure, the vehicle-mounted sensor and the vehicle-mounted controller 100 may be electrically connected to the data transfer unit 200 through different types of buses, and may acquire corresponding sensor data by using the vehicle-mounted sensor, implement corresponding vehicle function control based on the target control request by using the vehicle-mounted controller, generate corresponding control data, and the like; in practical applications, the vehicle-mounted sensor may include, but is not limited to, a rain sensor for monitoring rain, a smoke sensor for monitoring smoke concentration, a camera for monitoring information such as video, images and distance, a millimeter wave radar, a laser radar and an ultrasonic radar, and in some embodiments, the vehicle-mounted sensor may also include a light sensor, a motion sensor and other sensors, which can be used to obtain vehicle speed, acceleration, deceleration and safety belt status; in practical application, the vehicle-mounted sensor may further include other sensors such as a gyroscope, a temperature and humidity sensor, an infrared sensor, and the like, which are not described herein. In practical applications, the vehicle-mounted controller may include, but is not limited to, a window controller (which may include window controllers and sunroof controllers on the left and right sides of a vehicle), a door controller, a volume controller, an air conditioner controller, an air purification system controller, and the like.
In this embodiment of the present disclosure, the data transfer unit 200 may be electrically connected to the vehicle-mounted sensor and the vehicle-mounted controller 100 through buses of different types, so as to communicate with the vehicle-mounted sensor and the vehicle-mounted controller 100, where the data transfer unit 200 may be configured to acquire data of the vehicle-mounted sensor and the vehicle-mounted controller 100, perform data analysis and data format conversion, and send the converted data to the data processing unit 300, and the data transfer unit 200 may be further configured to receive a target control request sent by the data processing unit 300 and forward the target control request to the corresponding vehicle-mounted sensor and the vehicle-mounted controller 100 to implement corresponding vehicle function control and the like. In the embodiment of the present specification, an eth (ethernet) communication interface, a CAN communication interface, a LIN communication interface, and a corresponding communication interface driver may be included in the data relay unit 200. In practical applications, the data relay unit 200 may include, but is not limited to, an MCU (Microcontroller Unit micro control unit). The data processing unit 300 may include, but is not limited to, a ARM (Advanced RISC Machines) controller. In a specific embodiment, referring to fig. 2, fig. 2 is a schematic diagram of a hardware structure for implementing a vehicle service control method according to an embodiment of the present application, where an on-board sensor and an on-board controller 100 may be electrically connected to an MCU through a corresponding type of data channel 101, such as a multi-channel CAN (Controller Area Network controller area network) channel, a multi-channel LIN (Local Interconnect Network local interconnect network) channel, a hundred mega ethernet channel, and a gigabit ethernet channel. When the vehicle-mounted sensor and the vehicle-mounted controller 100 are electrically connected with the MCU through the hundred mega ethernet channel and the giga ethernet channel, the vehicle-mounted sensor and the vehicle-mounted controller may be electrically connected with the MCU through an ethernet switch (switching chip) and a Physical interface transceiver 102, and the ARM controller may also be electrically connected with the ethernet switch and the Physical interface transceiver 102 to complete related data transmission.
In the present embodiment, the data processing unit 300 may include at least one application 301, a service interface 302, and a uniform resource management layer 303. Specifically, the application 301 may be configured to send, in response to a function start instruction, a rights acquisition request to the uniform resource management layer 303, a control request to the uniform resource management layer 303, and receive service call failure information, feedback information of occupied services, operation data of vehicle components, and the like, which are sent by the uniform resource management layer 303, based on the corresponding service interface 302. In practical applications, the application 301 may include, but is not limited to, for example: smoking mode, bluetooth travelling comfort conversation, door window sky window outer loop linkage, high temperature automatic sunshade curtain, rainy day skylight door window automatic control, warm mode, do not need to play music and vehicle navigation etc.. In practical application, the data, the state and the executable actions of the vehicle-mounted sensor and the vehicle-mounted controller 100 are packaged in a class manner to generate a unified service interface 302, and the application program 301 can complete corresponding operation by only calling the corresponding service interface 302 when running, so that details of the vehicle-mounted network and data interaction are shielded, the application program can concentrate on own logic functions, and development efficiency of the application program is improved. In this embodiment of the present disclosure, the uniform resource management layer 303 may be configured to obtain a target control request, where the target control request carries control attribute information of a target service; determining state information of the target service based on the control attribute information; when the state information of the target service is determined to comprise occupied, extracting authority information of a target application program from the control attribute information, wherein the target application program comprises an application program corresponding to the target control request; determining authority information of the competing application program based on the control attribute information; when the authority information of the target application program and the authority information of the competing application program meet the preset priority service conditions, the state information of the target service is updated based on the control attribute information, and the target control request is transferred to the corresponding controller so as to realize the corresponding vehicle function control. And the uniform resource management layer 303 may also be used to monitor operational data of the vehicle components; uploading the operation data of the vehicle component to a corresponding shared memory domain; in response to the data read request sent by the target application 301, determining operation data of the corresponding vehicle component from the shared memory domain corresponding to the data read request; the operation data of the corresponding vehicle component is sent to the target application 301. As shown in fig. 1, the data relay unit 200 and the data processing unit 300 described above may be provided on the central gateway 400.
In the embodiment of the present disclosure, the hardware structure shown in fig. 2 may further include a power module 500 and a memory 600, wherein the power module 500 is used for supplying power to the data transfer unit 200 and the data processing unit 300, and the memory 600 is used for providing a storage space required for the operation of the data processing unit 300; and the power module 500 is electrically connected to the data transfer unit 200 and the data processing unit 300, respectively, and the memory 600 is electrically connected to the data processing unit 300.
In addition, it should be noted that fig. 1 is only one embodiment of an application environment of the vehicle service control method provided in the present specification, and fig. 2 is also only one embodiment of a hardware structure for implementing the vehicle service control method provided in the present specification, which is not limited to this.
Fig. 3 is a flowchart of a vehicle service control method provided in an embodiment of the present application, referring to fig. 3, the vehicle service control method provided in the embodiment of the present application includes the following steps:
s301: the unified resource management layer obtains the target control request.
Specifically, the target control request carries control attribute information of the target service.
In the embodiment of the present specification, the target control request includes a control request sent by a corresponding target application program to the uniform resource management layer based on a corresponding service interface; the target service may include actions that the vehicle controller is capable of performing, and in practice, the target service may include, but is not limited to, opening a sunroof, opening a door, opening an air purification system, and opening an on-vehicle air conditioner. The control attribute information of the target service may include authority information of the target application, whether the target service needs to be locked, a time period for locking the target service, and an identification code of the target service.
As shown in fig. 4, before the unified resource management layer obtains the target control request, the method may further include:
s401: at least one application program sends a control request to the uniform resource management layer based on the corresponding service interface.
In practical applications, the application program may include, but is not limited to, for example: smoking mode, bluetooth travelling comfort conversation, car window sky window outer circulation linkage, high temperature automatic sunshade curtain, rainy day skylight window automatic control, warm mode etc.. In the embodiment of the specification, the data, the states and the executable actions of the vehicle-mounted sensors and the vehicle-mounted controllers are packaged in a class manner to generate a unified service interface, and the unified service interface layer provides services for the application layer, so that the functions or resources of all the vehicle-mounted sensors and the controllers are converted into services. When the application program is developed, only the class is required to be instantiated, so that the method has good compatibility, is beneficial to reducing the development difficulty of the vehicle-mounted application program, improves the development efficiency of the application program, and shortens the development period of the application program; when the application program runs, only a corresponding service interface is required to be called to send a control request, the details of the vehicle-mounted network and data interaction are shielded, the application program can concentrate on the logic function of the application program, and the reliability of vehicle service control is improved.
S403: the unified resource management layer sorts the control requests based on the time of receiving the control requests, and generates a control request queue.
In practical application, for the control request with earlier receiving time (corresponding to earlier time when the application program sends the control request to the unified resource management layer), the control request can be arranged at a position in front of the control request queue, namely, the subsequent unified resource management layer can process the control request with earlier arrangement, which is beneficial to the unified resource management layer to process the control request reasonably and orderly, and avoids the problem that the system performance is reduced due to confusion when a plurality of programs call the same service function at the same time.
As shown in fig. 5, in the embodiment of the present specification, the acquisition target control request may include:
s501: and the unified resource management layer acquires the control request queue.
S503: the unified resource management layer determines a first unprocessed control request which is arranged according to the control request receiving time sequence in the control request queue.
In the embodiment of the present specification, the first unprocessed control request is the control request (the control request with the earliest transmission time/reception time) that is the control request that is arranged at the forefront in the control request queue.
S505: the unified resource management layer takes the first unprocessed control request as the target control request.
The control request queue is acquired through the uniform resource management layer, and control requests in the control request queue are sequentially processed according to the time sequence, so that the data written first can be read by the uniform resource management layer first, and the execution sequence of the control requests sent by a plurality of application programs is guaranteed to be strictly carried out according to the time sequence. The method is beneficial to avoiding the problem that the system performance is reduced and the reliability of vehicle service control is improved due to confusion when a plurality of programs call the same service function at the same time.
S303: and the unified resource management layer determines the state information of the target service based on the control attribute information.
Specifically, the control attribute information of the target service may include an identification code of the target service, and the identification code may include, but is not limited to, a character string composed of at least one of letters, numbers, and special characters; different services can be distinguished by using the identification code; in this embodiment of the present disclosure, the unified resource management layer may acquire a function or an executable action of the vehicle-mounted controller, and generate state information of a target service, where the state information of the target service may include an identification code of the target service, a value of the target service, an identification code of an application program that currently locks the target service (which application program currently occupies the target service when needed later), a maximum locking time of the target service (how long the target service can be locked at most, and a time period for which the target application program needs to lock the target service is less than the maximum locking time of the target service), and a remaining release time of the target service calculated by using a timer. In practical application, the identification code of the target service included in the control attribute information of the target service may be used to determine the state information of the corresponding target service.
S305: and when the unified resource management layer determines that the state information of the target service comprises occupied state, extracting authority information of the target application program from the control attribute information.
Specifically, the target application includes an application corresponding to the target control request.
In this embodiment of the present disclosure, when the unified resource management layer determines that the remaining release time of the target service is not 0, it indicates that the target service is currently occupied, that is, the state information of the target service includes occupied, and the unified resource management layer extracts rights information of the target application from the control attribute information. In the embodiment of the present disclosure, the rights information of the target application is pre-generated by the unified resource management layer based on the rights acquisition request sent by the target application. In a specific embodiment, the authority information of the target application program may include an authority identification code of the target application program, and the authority identification code may include, but is not limited to, a character string composed of at least one of letters, numbers, and special characters, by which different application programs can be distinguished, and the authority identification code contains information capable of indicating the authority of the application program, for example, the authority information of the security function related application program may include an authority identification code with a highest bit of 1, and the authority information of the non-security function related application program may include an authority identification code with a highest bit of 0.
As shown in fig. 6, before the unified resource management layer obtains the target control request, the method may further include:
s601: and responding to the function starting instruction, and sending a permission acquisition request to the uniform resource management layer by the target application program.
Specifically, the permission acquisition request carries attribute information and an initial permission identifier of the target application program.
In this embodiment of the present disclosure, the attribute information of the target application program may include a name of the target application program and an identification code of the target application program, and the initial authority identification may include a temporary identification code generated by the target application program based on the file path.
S603: and the unified resource management layer generates an application authority identification of the target application program based on the attribute information of the target application program, and sends the application authority identification to the target application program.
In this embodiment of the present disclosure, the unified resource management layer may analyze based on the attribute information of the target application program, determine that the target application program is an application program related to a security function or an application program related to a non-security function, and when the unified resource management layer determines that the target application program is an application program related to a security function, generate a permission identification code with a highest bit of 1 as an application permission identification of the target application program; when the unified resource management layer determines that the target application program is an application program related to the non-safety function, a permission identification code with the highest bit of 0 can be generated and used as the application permission identification of the target application program. In practice, the above-mentioned safety function-related applications may include, but are not limited to, applications involving door control and travel control (e.g., one-touch door opening, automatic emergency braking, etc.); applications related to non-secure functions described above may include, but are not limited to, applications related to in-vehicle entertainment systems (e.g., smoking mode, bluetooth comfort zone, etc.).
S605: and the target application program modifies the initial permission identifier into the application permission identifier, and takes the application permission identifier as permission information of the target application program.
In the embodiment of the specification, after receiving the application permission identifier sent by the unified resource management layer, the target application program can modify the initial permission identifier into the application permission identifier based on the application permission identifier, and uses the application permission identifier as the permission information of the target application program, so that the unified resource management layer can conveniently determine whether to preempt the service based on the related permission information when competition exists later. The unified resource management layer generates the application authority identification of the target application program based on the attribute information of the target application program, and the target application program takes the application authority identification as the authority information of the target application program, so that different authorities can be set according to the types (such as functional safety related or nonfunctional safety related) of the application program, potential safety hazards possibly generated when a plurality of application programs need to call the same service are avoided, the safety and reliability of vehicle service control are improved, and the vehicle service control is more orderly and reasonable.
S307: and the unified resource management layer determines authority information of the competing application program based on the control attribute information.
Accordingly, the authority information of the competing application may include an authority identification code of the competing application, and the authority identification code may include, but is not limited to, a character string composed of at least one of letters, numbers, and special characters, with which different applications can be distinguished, and the authority identification code contains information capable of indicating the authority of the application, for example, the authority information of the security function related application may include an authority identification code having a highest order of 1, and the authority information of the non-security function related application may include an authority identification code having a highest order of 0. The authority information of the contention application is also pre-generated by the unified resource management layer based on the authority acquisition request sent by the contention application, the generation manner is similar to S601-S605, and the specific process can refer to the related description of S601-S605, which is not repeated here.
S309: when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition, the unified resource management layer updates the state information of the target service based on the control attribute information and forwards the target control request to the corresponding controller so as to realize corresponding vehicle function control.
In a specific embodiment, the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition may include: the highest bit of the authority identification code of the target application program is 1, and the highest bit of the authority identification code of the competing application program is 0 (i.e. the target application program is an application program related to a safety function, and the competing application program is an application program related to a non-safety function), at this time, a preset priority service condition is met (the target application program can be preferentially serviced), and the unified resource management layer can update the state information of the target service based on the control attribute information and forward the target control request to a corresponding controller to realize corresponding vehicle function control. Wherein, the unified resource management layer updates the state information of the target service based on the control attribute information may include, but is not limited to: updating the identification code of the application program currently locking the target service based on the identification code of the target application program, and updating the residual release time of the target service based on the time length of locking the target service by the target application program when the target application program needs to lock the target service. In practical applications, there are some target applications that do not need to lock the target service (e.g. only need to perform the action once), at this time, the target service may not be locked, i.e. the remaining release time of the target service is set to 0, and then the target service can be directly invoked if there are applications that need to invoke the service.
And when the target service is locked by the non-functional safety-related application program, the functional safety-related application program can directly call the target service without being limited by the locking. The unified scheduling of the unified resource management layer is beneficial to reasonably calling the service according to the authority of the application programs, avoids potential safety hazards possibly generated when the application programs need to call the same service, improves the safety and reliability of vehicle service control, ensures that the application program can lock the service required by the application program, ensures that the locking time can be appointed when the service is called, releases the locking after the locking time arrives, is very flexible, and can ensure that the execution result of the application program is not changed by other application programs in the required time.
As shown in fig. 7, in the embodiment of the present disclosure, when the authority information of the target application program and the authority information of the competing application program meet a preset priority service condition, the unified resource management layer updates the state information of the target service based on the control attribute information, and forwards the target control request to the corresponding controller to implement the corresponding vehicle function control, the method may further include:
S701: and the unified resource management layer generates feedback information of the occupied service and sends feedback information of the occupied service to the competing application program.
In this embodiment of the present specification, the feedback information of the occupied service may include an identification code of an application program (the target application program) of the currently occupied service and a remaining release time of the target service. The method is beneficial to the competing application program to timely acquire the preempted related information of the service, and can reasonably arrange the time for applying for calling the service again, and the like, so that the reliability of vehicle service control is improved.
As shown in fig. 8, in an embodiment of the present disclosure, the method may further include:
s801: and when the authority information of the target application program and the authority information of the competing application program do not meet the preset priority service condition, the unified resource management layer generates service call failure information and sends the service call failure information to the target application program.
In the embodiment of the present disclosure, the permission information of the target application program and the permission information of the competing application program not meeting the preset priority service condition may include:
(1) The highest bit of the authority identification code of the target application program is 1, and the highest bit of the authority identification code of the competing application program is also 1 (namely, the target application program and the competing application program are both application programs related to the safety function);
(2) The highest bit of the authority identification code of the target application program is 0, and the highest bit of the authority identification code of the competing application program is also 0 (namely, the target application program and the competing application program are both application programs related to non-safety functions);
(3) The highest bit of the authority identification code of the target application is 0, and the highest bit of the authority identification code of the competing application is 1 (i.e., the target application is a non-security function related application, and the competing application is a security function related application).
At this time, the preset priority service condition is not satisfied (the target application program cannot be preferentially serviced), and the uniform resource management layer may generate service call failure information and send the service call failure information to the target application program. The service invocation failure information may include, among other things, an identification code of an application currently occupying the service (the competing application) and a remaining release time of the target service. The method is beneficial to the target application program to acquire the related information of service call failure in time, and can reasonably arrange the time for applying for calling the service again, and the like, thereby improving the reliability of vehicle service control. The application program related to the non-functional safety cannot preempt the service locked by the application program related to the functional safety, so that the action of the application program related to the functional safety can be timely executed, and the safety and reliability of the whole system of the vehicle are improved.
As shown in fig. 9, in an embodiment of the present disclosure, the method may further include:
s901: when the unified resource management layer determines that the state information of the target service comprises idle, the state information of the target service is updated based on the control attribute information, and the target control request is forwarded to a corresponding controller to realize corresponding vehicle function control.
In the embodiment of the present specification, determining, by the uniform resource management layer, that the state information of the target service includes idle may include: the unified resource management layer determines that the remaining release time of the target service is 0 (no application program is using the target service or the application program using the target service does not lock the target service), at this time, the unified resource management layer may directly update the state information of the target service based on the control attribute information, and forward the target control request to the corresponding controller to implement the corresponding vehicle function control.
As shown in fig. 10, in an embodiment of the present disclosure, the method may further include:
s1001: the unified resource management layer monitors the operational data of the vehicle components.
In the embodiment of the present specification, the vehicle component may include an in-vehicle sensor and an in-vehicle controller, and the operation data of the vehicle component may include, but is not limited to, related data acquired with the in-vehicle sensor and status information of the in-vehicle controller. For example, the rainfall information acquired by the rainfall sensor, the pm2.5 value acquired by the smoke sensor, the door state, the air purification system controller state, and the like.
S1003: and uploading the operation data of the vehicle component to a corresponding shared memory domain by the uniform resource management layer.
In this embodiment of the present disclosure, the shared memory domain may include, but is not limited to, an entertainment domain, a vehicle body domain, a hybrid domain, a land domain, and a power domain, which are configured to be beneficial to the uniform resource management layer to store the running data of the vehicle component in a classified manner by dividing the shared memory domain according to functions, and then determine the corresponding running data of the vehicle component based on the data reading request sent by the application program conveniently and quickly, so that the method is flexible and improves the efficiency of reading the data by the application program.
S1005: the target application program sends a data read request to the uniform resource management layer.
In this embodiment of the present disclosure, the target application may send a data reading request to the unified resource management layer based on the corresponding service interface, where the data reading request may include identification information of the operation data of the vehicle component that needs to be read by the target application, so that the unified resource management layer can determine, conveniently and quickly, the operation data of the required vehicle component from the corresponding shared memory domain.
S1007: and the unified resource management layer determines the operation data of the corresponding vehicle component from the shared memory domain corresponding to the data reading request.
S1009: and the unified resource management layer sends the operation data of the corresponding vehicle component to the target application program.
By creating different types of shared memory domains and uploading the running data of the vehicle components to the corresponding shared memory domains through the uniform resource management layer, a plurality of application programs can read the related data of the vehicle-mounted sensor and the vehicle-mounted controller at the same time, the competition of the simultaneous data reading of the application programs can be flexibly and conveniently solved, and the vehicle system performance is improved.
In the embodiment of the specification, the state information of the target service is determined by utilizing the control attribute information carried by the target control request, when the state information of the target service is determined to be occupied, the authority information of the target application program is extracted from the control attribute information, namely when the condition that service competition exists and the service occupied by other application programs needs to be called is determined, the authority information of the target application program is further determined, and the authority information of the competing application program is determined based on the control attribute information, so that the method is reasonable and orderly and is beneficial to improving the reliability; when the authority information of the target application program and the authority information of the competing application program meet the preset priority service conditions, the state information of the target service is updated based on the control attribute information, and the target control request is transferred to the corresponding controller to realize corresponding vehicle function control, so that the service function provided by the vehicle is utilized to the maximum extent, confusion and potential safety hazards generated when a plurality of programs call the same service function at the same time can be avoided, and the safety and reliability are improved reasonably and orderly. The data and the states of the vehicle-mounted sensor and the vehicle-mounted controller and the executable actions of the vehicle-mounted controller are packaged in a class mode, a unified service interface is generated, the class is only needed to be instantiated when the application program is developed, the method has good compatibility, development difficulty of the vehicle-mounted application program is reduced, development efficiency of the application program is improved, the application program only needs to call the corresponding service interface to send a control request when running, details of the vehicle-mounted network and data interaction are shielded, the application program can concentrate on logic functions of the application program, and reliability of vehicle service control is improved.
The control request queue is acquired through the uniform resource management layer, and control requests in the control request queue are sequentially processed according to the time sequence, so that the data written first can be read by the uniform resource management layer first, and the execution sequence of the control requests sent by a plurality of application programs is guaranteed to be strictly carried out according to the time sequence. The method is beneficial to avoiding the system performance from being reduced due to confusion generated when a plurality of programs call the same service function at the same time, and improving the reliability of vehicle service control. By creating different types of shared memory domains and uploading the running data of the vehicle components to the corresponding shared memory domains through the uniform resource management layer, a plurality of application programs can read the related data of the vehicle-mounted sensor and the vehicle-mounted controller at the same time, the competition of the simultaneous data reading of the application programs can be flexibly and conveniently solved, and the vehicle system performance is improved.
The embodiment of the application also provides an embodiment of a vehicle service control device, as shown in fig. 11, where the device may include:
a target control request acquisition module 1110, configured to acquire a target control request, where the target control request carries control attribute information of a target service;
A status information acquisition module 1120 configured to determine status information of the target service based on the control attribute information;
a first authority information determining module 1130, configured to extract, when it is determined that the state information of the target service includes occupied, authority information of a target application program from the control attribute information, where the target application program includes an application program corresponding to the target control request;
a second authority information determining module 1140 for determining authority information of the competing application program based on the control attribute information;
and a service preemption module 1150, configured to update the state information of the target service based on the control attribute information and forward the target control request to a corresponding controller to implement corresponding vehicle function control when the authority information of the target application and the authority information of the competing application meet a preset priority service condition.
In an embodiment of the present disclosure, the apparatus may further include:
and the failure information feedback module is used for generating service call failure information and sending the service call failure information to the target application program when the authority information of the target application program and the authority information of the competing application program do not meet the preset priority service condition.
In an embodiment of the present disclosure, the apparatus may further include:
the right acquisition request receiving module is used for receiving a right acquisition request sent by the target application program in response to a function starting instruction before acquiring a target control request, wherein the right acquisition request carries attribute information and an initial right identifier of the target application program;
and the permission identifier distribution module is used for determining the application permission identifier of the target application program based on the attribute information of the target application program, and sending the application permission identifier to the target application program so that the target application program modifies the initial permission identifier into the application permission identifier, and takes the application permission identifier as the permission information of the target application program.
In an embodiment of the present disclosure, the apparatus may further include:
the control request receiving module is used for receiving a control request sent by at least one application program based on a corresponding service interface before acquiring a target control request;
and the control request queue generating module is used for sequencing the control requests based on the time of receiving the control requests and generating a control request queue.
Specifically, the target control request acquisition module 1110 may include:
a control request queue obtaining unit, configured to obtain the control request queue;
an unprocessed request determining unit, configured to determine a first unprocessed control request in the control request queue, where the first unprocessed control request is arranged according to a control request receiving time sequence;
and the target control request determining unit is used for taking the first unprocessed control request as the target control request.
In one embodiment, the apparatus may further include:
and the service idle calling module is used for updating the state information of the target service based on the control attribute information and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control when the state information of the target service is determined to be idle.
In one embodiment, the apparatus may further include:
and the occupation feedback information generation module is used for updating the state information of the target service based on the control attribute information when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition, forwarding the target control request to a corresponding controller to realize corresponding vehicle function control, generating feedback information of the occupation service, and sending the feedback information of the occupation service to the competing application program.
In an embodiment of the present disclosure, the apparatus may further include:
the operation data monitoring module is used for monitoring operation data of the vehicle component;
the operation data uploading module is used for uploading the operation data of the vehicle component to the corresponding shared memory domain;
the running data determining module is used for responding to a data reading request sent by a target application program and determining corresponding running data of the vehicle component from a shared memory domain corresponding to the data reading request;
and the operation data sending module is used for sending the operation data of the corresponding vehicle component to the target application program.
The embodiment of the application provides a vehicle, which comprises the vehicle service control device.
The embodiment of the application provides a computer device, which comprises a processor and a memory, wherein at least one instruction or at least one section of program is stored in the memory, and the at least one instruction or the at least one section of program is loaded and executed by the processor to realize the vehicle service control method provided by the embodiment of the method.
The memory may be used to store software programs and modules that the processor executes to perform various functional applications and data processing by executing the software programs and modules stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, application programs required for functions, and the like; the storage data area may store data created according to the use of the device, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. Accordingly, the memory may also include a memory controller to provide access to the memory by the processor.
The method embodiments provided in the embodiments of the present application may be performed in a mobile terminal, a computer terminal, a server, or a similar computing device, i.e., the above-mentioned computer device may include a mobile terminal, a computer terminal, a server, or a similar computing device. Taking the operation on the server as an example, fig. 12 is a hardware structure block diagram of a server for implementing the vehicle service control method according to the embodiment of the present application. As shown in fig. 12, the server 1200 may vary considerably in configuration or performance and may include one or more central processing units (Central Processing Units, CPU) 1210 (the processor 1210 may include, but is not limited to, a microprocessor MCU or a processing device such as a programmable logic device FPGA), memory 1230 for storing data, one or more storage media 1220 (e.g., one or more mass storage devices) storing applications 1223 or data 1222. Wherein memory 1230 and storage medium 1220 can be transitory or persistent. The program stored on the storage medium 1220 may includeOne or more modules, each of which may include a series of instruction operations in a server. Still further, the central processor 1210 may be configured to communicate with a storage medium 1220 and execute a series of instruction operations in the storage medium 1220 on the server 1200. The Server 1200 may also include one or more power supplies 1260, one or more wired or wireless network interfaces 1250, one or more input/output interfaces 1240, and/or one or more operating systems 1221, such as Windows Server TM ,Mac OS X TM ,Unix TM ,Linux TM ,FreeBSD TM Etc.
It will be appreciated by those of ordinary skill in the art that the configuration shown in fig. 12 is merely illustrative and is not intended to limit the configuration of the electronic device described above. For example, the server 1200 may also include more or fewer components than shown in fig. 12, or have a different configuration than shown in fig. 12.
Embodiments of the present application also provide a computer readable storage medium that may be disposed in a server to store at least one instruction or at least one program related to a vehicle service control method for implementing a method embodiment, where the at least one instruction or the at least one program is loaded and executed by the processor to implement the vehicle service control method provided by the method embodiment.
Alternatively, in this embodiment, the storage medium may be located in at least one network server among a plurality of network servers of the computer network. Alternatively, in the present embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
As can be seen from the embodiments of the vehicle service control method, apparatus, vehicle, computer device or storage medium provided by the present application, the present application determines the state information of the target service by using the control attribute information carried by the target control request, when determining that the state information of the target service includes occupied, extracts the authority information of the target application program from the control attribute information, that is, when determining that there is a service competition, when needing to invoke the service occupied by other application programs, further determines the authority information of the target application program, and determines the authority information of the competing application program based on the control attribute information, thereby being reasonably ordered and being beneficial to improving the reliability; when the authority information of the target application program and the authority information of the competing application program meet the preset priority service conditions, the state information of the target service is updated based on the control attribute information, and the target control request is transferred to the corresponding controller to realize corresponding vehicle function control, so that the service function provided by the vehicle is utilized to the maximum extent, confusion and potential safety hazards generated when a plurality of programs call the same service function at the same time can be avoided, and the safety and reliability are improved reasonably and orderly. The data and the states of the vehicle-mounted sensor and the vehicle-mounted controller and the executable actions of the vehicle-mounted controller are packaged in a class mode, a unified service interface is generated, the class is only needed to be instantiated when the application program is developed, the method has good compatibility, development difficulty of the vehicle-mounted application program is reduced, development efficiency of the application program is improved, the application program only needs to call the corresponding service interface to send a control request when running, details of the vehicle-mounted network and data interaction are shielded, the application program can concentrate on logic functions of the application program, and reliability of vehicle service control is improved.
The control request queue is acquired through the uniform resource management layer, and control requests in the control request queue are sequentially processed according to the time sequence, so that the data written first can be read by the uniform resource management layer first, and the execution sequence of the control requests sent by a plurality of application programs is guaranteed to be strictly carried out according to the time sequence. The method is beneficial to avoiding the system performance from being reduced due to confusion generated when a plurality of programs call the same service function at the same time, and improving the reliability of vehicle service control. By creating different types of shared memory domains and uploading the running data of the vehicle components to the corresponding shared memory domains through the uniform resource management layer, a plurality of application programs can read the related data of the vehicle-mounted sensor and the vehicle-mounted controller at the same time, the competition of the simultaneous data reading of the application programs can be flexibly and conveniently solved, and the vehicle system performance is improved.
It should be noted that: the foregoing sequence of the embodiments of the present application is only for describing, and does not represent the advantages and disadvantages of the embodiments. And the foregoing description has been directed to specific embodiments of this specification. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
In this specification, each embodiment is described in a progressive manner, and similar parts of each embodiment are referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for apparatus, devices and storage medium embodiments, the description is relatively simple as it is substantially similar to method embodiments, with reference to the description of method embodiments in part.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing description of the preferred embodiments of the present application is not intended to limit the invention to the particular embodiments of the present application, but to limit the scope of the invention to the particular embodiments of the present application.

Claims (19)

  1. A vehicle service control method, characterized by comprising:
    acquiring a target control request, wherein the target control request carries control attribute information of target service;
    Determining state information of the target service based on the control attribute information;
    extracting authority information of a target application program from the control attribute information when the state information of the target service is determined to be occupied, wherein the target application program comprises an application program corresponding to the target control request;
    determining authority information of the competing application program based on the control attribute information;
    and when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition, updating the state information of the target service based on the control attribute information, and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control.
  2. The method according to claim 1, wherein the method further comprises:
    and when the authority information of the target application program and the authority information of the competing application program do not meet the preset priority service condition, generating service call failure information, and sending the service call failure information to the target application program.
  3. The method of claim 1, wherein prior to obtaining the target control request, the method further comprises:
    Receiving a permission acquisition request sent by the target application program in response to a function starting instruction, wherein the permission acquisition request carries attribute information and an initial permission identifier of the target application program;
    generating an application permission identifier of the target application program based on the attribute information of the target application program, and sending the application permission identifier to the target application program, so that the target application program modifies the initial permission identifier into the application permission identifier, and takes the application permission identifier as permission information of the target application program.
  4. The method of claim 1, wherein prior to obtaining the target control request, the method further comprises:
    receiving a control request sent by at least one application program based on a corresponding service interface;
    and ordering the control requests based on the time of receiving the control requests, and generating a control request queue.
  5. The method of claim 4, wherein the obtaining the target control request comprises:
    acquiring the control request queue;
    determining a first unprocessed control request which is arranged according to the control request receiving time sequence in the control request queue;
    And taking the first unprocessed control request as the target control request.
  6. The method according to claim 1, wherein the method further comprises:
    and when the state information of the target service is determined to be idle, updating the state information of the target service based on the control attribute information, and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control.
  7. The method according to claim 1, wherein after updating the state information of the target service based on the control attribute information and forwarding the target control request to the corresponding controller to achieve the corresponding vehicle function control when the authority information of the target application and the authority information of the competing application satisfy a preset priority service condition, the method further comprises:
    and generating feedback information of the occupied service, and sending the feedback information of the occupied service to the competing application program.
  8. The method according to claim 1, wherein the method further comprises:
    monitoring operational data of the vehicle component;
    uploading the operation data of the vehicle component to a corresponding shared memory domain;
    Responding to a data reading request sent by a target application program, and determining operation data of a corresponding vehicle component from a shared memory domain corresponding to the data reading request;
    and sending the operation data of the corresponding vehicle component to the target application program.
  9. A vehicle service control apparatus, characterized by comprising:
    the target control request acquisition module is used for acquiring a target control request, wherein the target control request carries control attribute information of target service;
    a state information acquisition module for determining state information of the target service based on the control attribute information;
    a first authority information determining module, configured to extract authority information of a target application program from the control attribute information when it is determined that the state information of the target service includes occupied, where the target application program includes an application program corresponding to the target control request;
    the second authority information determining module is used for determining the authority information of the competing application program based on the control attribute information;
    and the service preemption module is used for updating the state information of the target service based on the control attribute information and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition.
  10. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    and the failure information feedback module is used for generating service call failure information and sending the service call failure information to the target application program when the authority information of the target application program and the authority information of the competing application program do not meet the preset priority service condition.
  11. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    the right acquisition request receiving module is used for receiving a right acquisition request sent by the target application program in response to a function starting instruction before acquiring a target control request, wherein the right acquisition request carries attribute information and an initial right identifier of the target application program;
    and the permission identifier distribution module is used for generating an application permission identifier of the target application program based on the attribute information of the target application program, and sending the application permission identifier to the target application program so that the target application program modifies the initial permission identifier into the application permission identifier, and takes the application permission identifier as the permission information of the target application program.
  12. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    the control request receiving module is used for receiving a control request sent by at least one application program based on a corresponding service interface before acquiring a target control request;
    and the control request queue generating module is used for sequencing the control requests based on the time of receiving the control requests and generating a control request queue.
  13. The vehicle service control apparatus according to claim 12, characterized in that the target control request acquisition module includes:
    a control request queue obtaining unit, configured to obtain the control request queue;
    an unprocessed request determining unit, configured to determine a first unprocessed control request in the control request queue, where the first unprocessed control request is arranged according to a control request receiving time sequence;
    and the target control request determining unit is used for taking the first unprocessed control request as the target control request.
  14. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    and the service idle calling module is used for updating the state information of the target service based on the control attribute information and forwarding the target control request to a corresponding controller to realize corresponding vehicle function control when the state information of the target service is determined to be idle.
  15. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    and the occupation feedback information generation module is used for updating the state information of the target service based on the control attribute information when the authority information of the target application program and the authority information of the competing application program meet the preset priority service condition, forwarding the target control request to a corresponding controller to realize corresponding vehicle function control, generating feedback information of the occupation service, and sending the feedback information of the occupation service to the competing application program.
  16. The vehicle service control apparatus according to claim 9, characterized in that the apparatus further comprises:
    the operation data monitoring module is used for monitoring operation data of the vehicle component;
    the operation data uploading module is used for uploading the operation data of the vehicle component to the corresponding shared memory domain;
    the running data determining module is used for responding to a data reading request sent by a target application program and determining corresponding running data of the vehicle component from a shared memory domain corresponding to the data reading request;
    and the operation data sending module is used for sending the operation data of the corresponding vehicle component to the target application program.
  17. A vehicle characterized in that it includes the vehicle service control apparatus according to any one of claims 9 to 16.
  18. A vehicle service control apparatus, characterized in that the apparatus comprises a processor and a memory in which at least one instruction or at least one program is stored, the at least one instruction or the at least one program being loaded and executed by the processor to implement the vehicle service control method according to any one of claims 1 to 8.
  19. A computer-readable storage medium having stored therein at least one instruction or at least one program loaded and executed by a processor to implement the vehicle service control method according to any one of claims 1 to 8.
CN202080101298.9A 2020-09-25 2020-09-25 Vehicle service control method and device, vehicle, equipment and storage medium Pending CN116034574A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/117734 WO2022061710A1 (en) 2020-09-25 2020-09-25 Method and apparatus for controlling vehicle service, vehicle, device, and storage medium

Publications (1)

Publication Number Publication Date
CN116034574A true CN116034574A (en) 2023-04-28

Family

ID=80846050

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202080101298.9A Pending CN116034574A (en) 2020-09-25 2020-09-25 Vehicle service control method and device, vehicle, equipment and storage medium

Country Status (2)

Country Link
CN (1) CN116034574A (en)
WO (1) WO2022061710A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114809855A (en) * 2022-04-28 2022-07-29 重庆长安汽车股份有限公司 Vehicle window control system based on SOA framework
CN114793227B (en) * 2022-06-23 2022-11-01 浙江吉利控股集团有限公司 Vehicle-mounted software downloading method, electronic equipment and computer readable storage medium
CN115314522A (en) * 2022-07-25 2022-11-08 北京经纬恒润科技股份有限公司 Vehicle-mounted operating system
CN115695394B (en) * 2022-09-14 2024-01-26 广州汽车集团股份有限公司 Vehicle cloud diagnosis method and device, vehicle and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102354597B1 (en) * 2015-04-20 2022-01-25 삼성전자주식회사 Method and apparatus for providing vehicle service
CN107046553B (en) * 2016-02-05 2019-07-16 腾讯科技(深圳)有限公司 Vehicle service processing method and mobile terminal
CN111064772B (en) * 2019-11-21 2022-08-02 深圳市优必选科技股份有限公司 Vehicle service response method and system
CN111090445B (en) * 2019-12-18 2023-11-03 广东中兴新支点技术有限公司 Vehicle service upgrading method, device and system

Also Published As

Publication number Publication date
WO2022061710A1 (en) 2022-03-31

Similar Documents

Publication Publication Date Title
CN116034574A (en) Vehicle service control method and device, vehicle, equipment and storage medium
US10031790B1 (en) System, method and computer program product for sharing information in a distributed framework
CN106453465B (en) System and method for interworking between a vehicle controller and an external resource
CN111371875A (en) Electronic control unit based on dual operating systems and processing method thereof
CN114205386B (en) Service architecture-oriented vehicle-mounted network communication method
CN113037603A (en) Remote control method and device and vehicle
CN111756625B (en) Function transfer service method, device and system based on central gateway, electronic equipment and storage medium
CN114095445A (en) Data transmission control method and device for vehicle-mounted Ethernet, electronic equipment and storage medium
Nolte Share-driven scheduling of embedded networks
CN115225492A (en) Remote upgrading method and system
Mubeen et al. Analyzable modeling of legacy communication in component-based distributed embedded systems
CN109561143B (en) Method for issuing and selecting relevance service of airborne SOA (service oriented architecture) platform
Zhang et al. Schedule management framework for cloud-based future automotive software systems
CN110291504A (en) Controller and corresponding motor vehicle for motor vehicle
FR2841999A1 (en) OBJECT-ORIENTED NETWORKING SYSTEM OF ON-BOARD AERONAUTICAL EQUIPMENT
Bonomi et al. The role of fog computing in the future of the automobile
CN111752575B (en) Vehicle-mounted application updating method, device, equipment and storage medium
CN114819176A (en) Real-time distributed system for intelligent driving
CN115589434B (en) Request processing method, service-oriented system, ECU, vehicle and storage medium
Trifunović et al. Data Exchange Interfaces in Automotive SOA
Jacuinde-Alvarez et al. A Real-Time Intelligent Intra-vehicular Temperature Control Framework
Häckel Service Classification in Service-Oriented ICT Architectures of Future Vehicles
CN116599913A (en) Data stream scheduling method and device, electronic equipment and storage medium
Pérez et al. Experience with the integration of distribution middleware into partitioned systems
CN116431365A (en) Monitoring system and method based on vehicle-mounted service guide framework and vehicle

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