Searched refs:respMsg (Results 1 – 2 of 2) sorted by relevance
64 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfig() argument68 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() argument86 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 …]
87 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);