Searched refs:vehiclePropErrors (Results 1 – 4 of 4) sorted by relevance
283 std::vector<VehiclePropError>&& vehiclePropErrors) { in sendPropertySetErrors() argument284 if (vehiclePropErrors.empty()) { in sendPropertySetErrors()289 ScopedAStatus status = vectorToStableLargeParcelable(std::move(vehiclePropErrors), in sendPropertySetErrors()
224 for (auto& [callback, vehiclePropErrors] : vehiclePropErrorsByClient) { in onPropertySetErrorEvent()225 SubscriptionClient::sendPropertySetErrors(callback, std::move(vehiclePropErrors)); in onPropertySetErrorEvent()
118 vehiclePropErrors);
1969 const auto& vehiclePropErrors = maybeVehiclePropErrors.value(); in TEST_F() local1970 ASSERT_THAT(vehiclePropErrors.payloads, UnorderedElementsAreArray(expectedResults)); in TEST_F()