Home
last modified time | relevance | path

Searched refs:PropertySetErrorCallback (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h80 std::unique_ptr<const PropertySetErrorCallback> callback) override;
104 std::unique_ptr<const PropertySetErrorCallback> mOnSetErr;
DGRPCVehicleHardware.cpp153 std::unique_ptr<const PropertySetErrorCallback> callback) { in registerOnPropertySetErrorEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h61 using PropertySetErrorCallback = std::function<void(std::vector<SetValueErrorEvent>)>; variable
99 std::unique_ptr<const PropertySetErrorCallback> callback) = 0;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h62 void registerOnPropertySetErrorEvent(std::unique_ptr<const PropertySetErrorCallback>) override;
120 std::unique_ptr<const PropertySetErrorCallback> mPropertySetErrorCallback GUARDED_BY(mLock);
DMockVehicleHardware.cpp199 std::unique_ptr<const PropertySetErrorCallback> callback) { in registerOnPropertySetErrorEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp75 std::unique_ptr<const PropertySetErrorCallback> callback) override {} in registerOnPropertySetErrorEvent()
102 (std::unique_ptr<const PropertySetErrorCallback> callback), (override));
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h94 std::unique_ptr<const PropertySetErrorCallback> callback) override;
166 std::unique_ptr<const PropertySetErrorCallback> mOnPropertySetErrorCallback;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp139 std::make_unique<IVehicleHardware::PropertySetErrorCallback>( in DefaultVehicleHal()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2222 std::unique_ptr<const PropertySetErrorCallback> callback) { in registerOnPropertySetErrorEvent()