Home
last modified time | relevance | path

Searched refs:HalPropError (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h34 struct HalPropError { struct
52 virtual void onPropertySetError(const std::vector<HalPropError>& errors) = 0; argument
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp132 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError()
136 std::vector<HalPropError> getErrors() { return mErrors; } in getErrors()
140 std::vector<HalPropError> mErrors;
DAidlVhalClientTest.cpp230 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError()
234 std::vector<HalPropError> getErrors() { return mErrors; } in getErrors()
238 std::vector<HalPropError> mErrors;
/packages/services/Car/cpp/evs/apps/default/
DEvsVehicleListener.h47 [[maybe_unused]] const std::vector<android::frameworks::automotive::vhal::HalPropError>& in onPropertySetError()
/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp308 std::vector<HalPropError> halPropErrors; in onPropertySetError()
309 halPropErrors.push_back(HalPropError{ in onPropertySetError()
DAidlVhalClient.cpp633 std::vector<HalPropError> halPropErrors; in onPropertySetError()
635 halPropErrors.push_back(HalPropError{ in onPropertySetError()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h76 void onPropertySetError(const std::vector<android::frameworks::automotive::vhal::HalPropError>&
DCarPowerPolicyServer.cpp70 using ::android::frameworks::automotive::vhal::HalPropError;
148 [[maybe_unused]] const std::vector<HalPropError>& errors) { in onPropertySetError()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h218 const std::vector<android::frameworks::automotive::vhal::HalPropError>& errors)
DWatchdogProcessService.cpp76 using ::android::frameworks::automotive::vhal::HalPropError;
1109 const std::vector<HalPropError>& errors) { in onPropertySetError()