Home
last modified time | relevance | path

Searched refs:SetValueErrorEvent (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h43 struct SetValueErrorEvent { struct
61 using PropertySetErrorCallback = std::function<void(std::vector<SetValueErrorEvent>)>; argument
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DSubscriptionManager.h120 getSubscribedClientsForErrorEvents(const std::vector<SetValueErrorEvent>& errorEvents);
DDefaultVehicleHal.h233 const std::vector<SetValueErrorEvent>& errorEvents);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h93 void sendOnPropertySetErrorEvent(const std::vector<SetValueErrorEvent>& errorEvents);
DMockVehicleHardware.cpp334 const std::vector<SetValueErrorEvent>& errorEvents) { in sendOnPropertySetErrorEvent()
DDefaultVehicleHalTest.cpp1930 std::vector<SetValueErrorEvent> errorEvents = { in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp462 const std::vector<SetValueErrorEvent>& errorEvents) { in getSubscribedClientsForErrorEvents()
DDefaultVehicleHal.cpp140 [subscriptionManagerCopy](std::vector<SetValueErrorEvent> errorEvents) { in DefaultVehicleHal()
217 const std::vector<SetValueErrorEvent>& errorEvents) { in onPropertySetErrorEvent()