Home
last modified time | relevance | path

Searched refs:PropertyChangeCallback (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp45 std::unique_ptr<const PropertyChangeCallback> callback) override { in registerOnPropertyChangeEvent()
78 std::unique_ptr<const PropertyChangeCallback> mOnProp;
100 (std::unique_ptr<const PropertyChangeCallback> callback), (override));
125 std::make_unique<const IVehicleHardware::PropertyChangeCallback>( in TEST()
143 std::make_unique<const IVehicleHardware::PropertyChangeCallback>( in TEST()
DGRPCVehicleHardwareUnitTest.cpp77 std::make_unique<const IVehicleHardware::PropertyChangeCallback>( in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h75 std::unique_ptr<const PropertyChangeCallback> callback) override;
94 std::unique_ptr<const PropertyChangeCallback> mOnPropChange;
DGRPCVehicleHardware.cpp143 std::unique_ptr<const PropertyChangeCallback> callback) { in registerOnPropertyChangeEvent()
DGRPCVehicleProxyServer.cpp45 std::make_unique<const IVehicleHardware::PropertyChangeCallback>( in GrpcVehicleProxyServer()
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h59 using PropertyChangeCallback = std::function<void( variable
94 std::unique_ptr<const PropertyChangeCallback> callback) = 0;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h61 std::unique_ptr<const PropertyChangeCallback> callback) override;
119 std::unique_ptr<const PropertyChangeCallback> mPropertyChangeCallback GUARDED_BY(mLock);
DMockVehicleHardware.cpp137 const PropertyChangeCallback* propertyChangeCallback = mPropertyChangeCallback.get(); in subscribePropIdAreaId()
193 std::unique_ptr<const PropertyChangeCallback> callback) { in registerOnPropertyChangeEvent()
DSubscriptionManagerTest.cpp100 std::make_unique<IVehicleHardware::PropertyChangeCallback>( in SetUp()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h89 std::unique_ptr<const PropertyChangeCallback> callback) override;
165 std::unique_ptr<const PropertyChangeCallback> mOnPropertyChangeCallback;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp127 std::make_unique<IVehicleHardware::PropertyChangeCallback>( in DefaultVehicleHal()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2213 std::unique_ptr<const PropertyChangeCallback> callback) { in registerOnPropertyChangeEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp131 auto callback = std::make_unique<IVehicleHardware::PropertyChangeCallback>( in SetUp()