Lines Matching refs:stringValue
130 const auto& ret = mService->setPowerPolicyGroup(value.value.stringValue); in onPropertyEvent()
132 ALOGW("Failed to set power policy group(%s): %s", value.value.stringValue.c_str(), in onPropertyEvent()
136 const auto& ret = mService->applyPowerPolicy(value.value.stringValue, in onPropertyEvent()
140 ALOGW("Failed to apply power policy(%s): %s", value.value.stringValue.c_str(), in onPropertyEvent()
670 if (value.value.stringValue.size() > 0) { in subscribeToVhal()
671 const auto& ret = applyPowerPolicy(value.value.stringValue, in subscribeToVhal()
676 value.value.stringValue.c_str(), in subscribeToVhal()
683 if (value.value.stringValue.size() > 0) { in subscribeToVhal()
684 const auto& ret = setPowerPolicyGroup(value.value.stringValue); in subscribeToVhal()
690 value.value.stringValue.c_str(), in subscribeToVhal()
744 .stringValue = policyId, in notifyVhalNewPowerPolicy()