Searched refs:set_status (Results 1 – 5 of 5) sorted by relevance
78 msg.set_status(vhal_proto::RESULT_OK); in doSetValueFromClient()93 respMsg->set_status(vhal_proto::ERROR_INVALID_OPERATION); in doGetConfig()103 respMsg->set_status(vhal_proto::ERROR_INVALID_PROPERTY); in doGetConfig()109 respMsg->set_status(vhal_proto::RESULT_OK); in doGetConfig()117 respMsg->set_status(vhal_proto::RESULT_OK); in doGetConfigAll()131 respMsg->set_status(vhal_proto::ERROR_INVALID_OPERATION); in doGetProperty()160 respMsg->set_status(status); in doGetProperty()167 respMsg->set_status(vhal_proto::RESULT_OK); in doGetPropertyAll()183 respMsg->set_status(vhal_proto::ERROR_INVALID_OPERATION); in doSetProperty()223 respMsg->set_status(result.ok() ? vhal_proto::RESULT_OK : vhal_proto::ERROR_INVALID_PROPERTY); in doSetProperty()[all …]
70 msg.set_status(vhal_proto::RESULT_OK); in doSetValueFromClient()85 respMsg->set_status(vhal_proto::ERROR_INVALID_PROPERTY); in doGetConfig()92 respMsg->set_status(vhal_proto::RESULT_OK); in doGetConfig()103 respMsg->set_status(vhal_proto::RESULT_OK); in doGetConfigAll()138 respMsg->set_status(status); in doGetProperty()144 respMsg->set_status(vhal_proto::RESULT_OK); in doGetPropertyAll()192 respMsg->set_status(halRes ? vhal_proto::RESULT_OK : vhal_proto::ERROR_INVALID_PROPERTY); in doSetProperty()201 respMsg->set_status(vhal_proto::RESULT_OK); in doDebug()229 respMsg->set_status(vhal_proto::ERROR_UNIMPLEMENTED_CMD); in processMessage()
248 auto set_status = static_cast<int32_t>(onSetProperty(value, wrappedPropValue->update_status())); in SetProperty() local249 if (!vhal_proto::VehicleHalStatusCode_IsValid(set_status)) { in SetProperty()253 status->set_status_code(static_cast<vhal_proto::VehicleHalStatusCode>(set_status)); in SetProperty()
140 reply->set_status(SendGpsCoordinatesReply::OK);//update protobuf reply in SendGpsVector()
305 propValue->set_status(VehiclePropStatus::AVAILABLE); in TEST_F()