Lines Matching defs:ret
130 const auto& ret = mService->setPowerPolicyGroup(value.value.stringValue); in onPropertyEvent() local
136 const auto& ret = mService->applyPowerPolicy(value.value.stringValue, in onPropertyEvent() local
199 const auto& ret = server->init(looper); in startService() local
239 const auto& ret = mComponentHandler.getPowerComponentState(componentId); in getPowerComponentState() local
324 const auto& ret = in notifyPowerPolicyChange() local
343 const auto& ret = in notifyPowerPolicyDefinition() local
393 if (const auto& ret = mPolicyManager.dump(fd, args); !ret.ok()) { in dump() local
397 if (const auto& ret = mComponentHandler.dump(fd); !ret.ok()) { in dump() local
401 if (const auto& ret = mSilentModeHandler.dump(fd, args); !ret.ok()) { in dump() local
526 if (const auto& ret = notifyVhalNewPowerPolicy(policyId); !ret.ok()) { in applyPowerPolicy() local
559 Result<void> ret; in notifySilentModeChange() local
606 auto ret = vhalService->linkToDeath(mHidlDeathRecipient, /*cookie=*/0); in connectToVhalHelper() local
658 if (const auto& ret = applyPowerPolicy(policyId, /*carServiceExpected=*/false, in applyInitialPowerPolicy() local
671 const auto& ret = applyPowerPolicy(value.value.stringValue, in subscribeToVhal() local
684 const auto& ret = setPowerPolicyGroup(value.value.stringValue); in subscribeToVhal() local
755 auto ret = vhalService->set(propValue); in notifyVhalNewPowerPolicy() local