Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DMockVhalClient.h64 MOCK_METHOD(VhalClientResult<void>, setValueSync,
/packages/services/Car/cpp/vhal/client/src/
DIVhalClient.cpp88 VhalClientResult<void> IVhalClient::setValueSync(const IHalPropValue& requestValue) { in setValueSync() function in android::frameworks::automotive::vhal::IVhalClient
/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.cpp78 if (auto result = vehicle->setValueSync(*propValue); !result.ok()) { in setSeedVhalProperty()
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h300 virtual VhalClientResult<void> setValueSync(const IHalPropValue& requestValue);
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp629 VhalClientResult<void> result = getClient()->setValueSync(propValue); in TEST_F()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp1265 VhalClientResult<void> result = vhalService->setValueSync(*propValue); in notifyVhalNewPowerPolicy()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1072 if (auto result = vhalService->setValueSync(*halPropValue); !result.ok()) { in updateVhal()