Home
last modified time | relevance | path

Searched refs:respMsg (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp64 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfig() argument
68 respMsg.set_msg_type(emulator::GET_CONFIG_RESP); in doGetConfig()
69 respMsg.set_status(emulator::ERROR_INVALID_PROPERTY); in doGetConfig()
74 emulator::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfig()
76 respMsg.set_status(emulator::RESULT_OK); in doGetConfig()
83 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfigAll() argument
86 respMsg.set_msg_type(emulator::GET_CONFIG_ALL_RESP); in doGetConfigAll()
87 respMsg.set_status(emulator::RESULT_OK); in doGetConfigAll()
90 emulator::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfigAll()
96 VehicleEmulator::EmulatorMessage& respMsg) { in doGetProperty() argument
[all …]
DVehicleEmulator.h87 void doGetConfig(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
88 void doGetConfigAll(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
89 void doGetProperty(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
90 void doGetPropertyAll(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);
91 void doSetProperty(EmulatorMessage& rxMsg, EmulatorMessage& respMsg);