Home
last modified time | relevance | path

Searched refs:getValueSync (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DMockVhalClient.h58 getValueSync, (const android::frameworks::automotive::vhal::IHalPropValue&),
/packages/services/Car/cpp/vhal/client/src/
DIVhalClient.cpp61 VhalClientResult<std::unique_ptr<IHalPropValue>> IVhalClient::getValueSync( in getValueSync() function in android::frameworks::automotive::vhal::IVhalClient
/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.cpp91 VhalClientResult<std::unique_ptr<IHalPropValue>> result = vehicle->getValueSync(*desired_prop); in getSeedVhalProperty()
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h278 virtual VhalClientResult<std::unique_ptr<IHalPropValue>> getValueSync(
/packages/services/Car/cpp/evs/apps/default/src/
DEvsStateControl.cpp305 VhalClientResult<std::unique_ptr<IHalPropValue>> result = mVehicle->getValueSync(*halPropValue); in invokeGet()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp382 VhalClientResult<std::unique_ptr<IHalPropValue>> result = getClient()->getValueSync(propValue); in TEST_F()
414 VhalClientResult<std::unique_ptr<IHalPropValue>> result = getClient()->getValueSync(propValue); in TEST_F()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp1231 vhalService->getValueSync(*vhalService->createHalPropValue(prop)); in subscribeToProperty()