Searched refs:setValueSync (Results 1 – 7 of 7) sorted by relevance
64 MOCK_METHOD(VhalClientResult<void>, setValueSync,
88 VhalClientResult<void> IVhalClient::setValueSync(const IHalPropValue& requestValue) { in setValueSync() function in android::frameworks::automotive::vhal::IVhalClient
78 if (auto result = vehicle->setValueSync(*propValue); !result.ok()) { in setSeedVhalProperty()
300 virtual VhalClientResult<void> setValueSync(const IHalPropValue& requestValue);
629 VhalClientResult<void> result = getClient()->setValueSync(propValue); in TEST_F()
1265 VhalClientResult<void> result = vhalService->setValueSync(*propValue); in notifyVhalNewPowerPolicy()
1072 if (auto result = vhalService->setValueSync(*halPropValue); !result.ok()) { in updateVhal()