Searched refs:GetValuesCallback (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/ |
D | IVehicleHardware.h | 57 using GetValuesCallback = std::function<void( variable 81 std::shared_ptr<const GetValuesCallback> callback,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | MockVehicleHardware.h | 55 std::shared_ptr<const GetValuesCallback> callback, 81 std::shared_ptr<const GetValuesCallback>, 122 std::shared_ptr<const GetValuesCallback>,
|
D | MockVehicleHardware.cpp | 70 StatusCode MockVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() 220 std::function<StatusCode(std::shared_ptr<const GetValuesCallback>, in setGetValueResponder() argument
|
D | DefaultVehicleHalTest.cpp | 1805 [](std::shared_ptr<const IVehicleHardware::GetValuesCallback> callback, in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleHardware.h | 64 std::shared_ptr<const GetValuesCallback> callback,
|
D | GRPCVehicleHardware.cpp | 110 std::shared_ptr<const GetValuesCallback> callback, in getValues()
|
D | GRPCVehicleProxyServer.cpp | 123 std::make_shared<const IVehicleHardware::GetValuesCallback>( in GetValues()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 65 std::shared_ptr<const GetValuesCallback> callback, in getValues() 93 (std::shared_ptr<const GetValuesCallback> callback,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/ |
D | FakeVehicleHardware.h | 77 std::shared_ptr<const GetValuesCallback> callback, 176 mutable PendingRequestHandler<GetValuesCallback,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 1255 StatusCode FakeVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() 2528 void FakeVehicleHardware::PendingRequestHandler<FakeVehicleHardware::GetValuesCallback, 2530 std::unordered_map<std::shared_ptr<const GetValuesCallback>, std::vector<GetValueResult>> in handleRequestsOnce()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 138 mGetValuesCallback = std::make_shared<IVehicleHardware::GetValuesCallback>( in SetUp() 440 std::shared_ptr<IVehicleHardware::GetValuesCallback> mGetValuesCallback;
|