Home
last modified time | relevance | path

Searched refs:vehiclePropErrors (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp283 std::vector<VehiclePropError>&& vehiclePropErrors) { in sendPropertySetErrors() argument
284 if (vehiclePropErrors.empty()) { in sendPropertySetErrors()
289 ScopedAStatus status = vectorToStableLargeParcelable(std::move(vehiclePropErrors), in sendPropertySetErrors()
DDefaultVehicleHal.cpp224 for (auto& [callback, vehiclePropErrors] : vehiclePropErrorsByClient) { in onPropertySetErrorEvent()
225 SubscriptionClient::sendPropertySetErrors(callback, std::move(vehiclePropErrors)); in onPropertySetErrorEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DConnectedClient.h118 vehiclePropErrors);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp1969 const auto& vehiclePropErrors = maybeVehiclePropErrors.value(); in TEST_F() local
1970 ASSERT_THAT(vehiclePropErrors.payloads, UnorderedElementsAreArray(expectedResults)); in TEST_F()