Home
last modified time | relevance | path

Searched refs:GetValuesCallback (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h57 using GetValuesCallback = std::function<void( variable
81 std::shared_ptr<const GetValuesCallback> callback,
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h55 std::shared_ptr<const GetValuesCallback> callback,
81 std::shared_ptr<const GetValuesCallback>,
122 std::shared_ptr<const GetValuesCallback>,
DMockVehicleHardware.cpp70 StatusCode MockVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues()
220 std::function<StatusCode(std::shared_ptr<const GetValuesCallback>, in setGetValueResponder() argument
DDefaultVehicleHalTest.cpp1805 [](std::shared_ptr<const IVehicleHardware::GetValuesCallback> callback, in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h64 std::shared_ptr<const GetValuesCallback> callback,
DGRPCVehicleHardware.cpp110 std::shared_ptr<const GetValuesCallback> callback, in getValues()
DGRPCVehicleProxyServer.cpp123 std::make_shared<const IVehicleHardware::GetValuesCallback>( in GetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp65 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/
DFakeVehicleHardware.h77 std::shared_ptr<const GetValuesCallback> callback,
176 mutable PendingRequestHandler<GetValuesCallback,
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1255 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/
DFakeVehicleHardwareTest.cpp138 mGetValuesCallback = std::make_shared<IVehicleHardware::GetValuesCallback>( in SetUp()
440 std::shared_ptr<IVehicleHardware::GetValuesCallback> mGetValuesCallback;