Searched refs:respMsg (Results 1 – 4 of 4) sorted by relevance
79 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfig() argument83 respMsg.set_msg_type(vhal_proto::GET_CONFIG_RESP); in doGetConfig()84 respMsg.set_status(vhal_proto::ERROR_INVALID_PROPERTY); in doGetConfig()89 vhal_proto::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfig()91 respMsg.set_status(vhal_proto::RESULT_OK); in doGetConfig()98 VehicleEmulator::EmulatorMessage& respMsg) { in doGetConfigAll() argument101 respMsg.set_msg_type(vhal_proto::GET_CONFIG_ALL_RESP); in doGetConfigAll()102 respMsg.set_status(vhal_proto::RESULT_OK); in doGetConfigAll()105 vhal_proto::VehiclePropConfig* protoCfg = respMsg.add_config(); in doGetConfigAll()111 VehicleEmulator::EmulatorMessage& respMsg) { in doGetProperty() argument[all …]
76 vhal_proto::EmulatorMessage& respMsg) override;82 void doGetConfig(EmulatorMessage const& rxMsg, EmulatorMessage& respMsg);83 void doGetConfigAll(EmulatorMessage const& rxMsg, EmulatorMessage& respMsg);84 void doGetProperty(EmulatorMessage const& rxMsg, EmulatorMessage& respMsg);85 void doGetPropertyAll(EmulatorMessage const& rxMsg, EmulatorMessage& respMsg);86 void doSetProperty(EmulatorMessage const& rxMsg, EmulatorMessage& respMsg);
66 vhal_proto::EmulatorMessage respMsg; in readThread() local67 mMessageProcessor->processMessage(rxMsg, respMsg); in readThread()69 sendMessage(respMsg); in readThread()
48 vhal_proto::EmulatorMessage& respMsg) = 0;