Home
last modified time | relevance | path

Searched refs:set_status (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp69 msg.set_status(vhal_proto::RESULT_OK); in doSetValueFromClient()
84 respMsg.set_status(vhal_proto::ERROR_INVALID_PROPERTY); in doGetConfig()
91 respMsg.set_status(vhal_proto::RESULT_OK); in doGetConfig()
102 respMsg.set_status(vhal_proto::RESULT_OK); in doGetConfigAll()
137 respMsg.set_status(status); in doGetProperty()
143 respMsg.set_status(vhal_proto::RESULT_OK); in doGetPropertyAll()
191 respMsg.set_status(halRes ? vhal_proto::RESULT_OK : vhal_proto::ERROR_INVALID_PROPERTY); in doSetProperty()
214 respMsg.set_status(vhal_proto::ERROR_UNIMPLEMENTED_CMD); in processMessage()
DProtoMessageConverter.cpp155 protoVal->set_status((vhal_proto::VehiclePropStatus)(val.status)); in toProto()
/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp130 const auto set_status = secure_status; in TEST_P() local
135 if (set_status == OemLockSecureStatus::INVALID_SIGNATURE) { in TEST_P()
141 ASSERT_EQ(set_status, OemLockSecureStatus::OK); in TEST_P()