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/evs/apps/default/inc/
DEvsVehicleListener.h48 [[maybe_unused]] const std::vector<android::frameworks::automotive::vhal::HalPropError>& in onPropertySetError()
/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp306 std::vector<HalPropError> halPropErrors; in onPropertySetError()
307 halPropErrors.push_back(HalPropError{ in onPropertySetError()
DAidlVhalClient.cpp644 std::vector<HalPropError> halPropErrors; in onPropertySetError()
646 halPropErrors.push_back(HalPropError{ in onPropertySetError()
/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.cpp233 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError()
237 std::vector<HalPropError> getErrors() { return mErrors; } in getErrors()
241 std::vector<HalPropError> mErrors;
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h78 void onPropertySetError(const std::vector<android::frameworks::automotive::vhal::HalPropError>&
DCarPowerPolicyServer.cpp76 using ::android::frameworks::automotive::vhal::HalPropError;
166 [[maybe_unused]] const std::vector<HalPropError>& errors) { in onPropertySetError()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h233 const std::vector<android::frameworks::automotive::vhal::HalPropError>& errors)
DWatchdogProcessService.cpp80 using ::android::frameworks::automotive::vhal::HalPropError;
1419 const std::vector<HalPropError>& errors) { in onPropertySetError()