Lines Matching refs:stringValue
145 const std::string stringValue = value->getStringValue(); in onPropertyEvent() local
148 const auto& ret = mService->setPowerPolicyGroupInternal(stringValue); in onPropertyEvent()
150 ALOGW("Failed to set power policy group(%s): %s", stringValue.c_str(), in onPropertyEvent()
154 const auto& ret = mService->applyPowerPolicy(stringValue, in onPropertyEvent()
158 ALOGW("Failed to apply power policy(%s): %s", stringValue.c_str(), in onPropertyEvent()
1187 std::string stringValue = value.getStringValue(); in subscribeToVhal() local
1188 if (stringValue.size() > 0) { in subscribeToVhal()
1189 const auto& ret = applyPowerPolicy(stringValue, in subscribeToVhal()
1194 stringValue.c_str(), ret.error().message().c_str()); in subscribeToVhal()
1200 std::string stringValue = value.getStringValue(); in subscribeToVhal() local
1201 if (stringValue.size() > 0) { in subscribeToVhal()
1202 const auto& ret = setPowerPolicyGroupInternal(stringValue); in subscribeToVhal()
1208 stringValue.c_str(), ret.error().message().c_str()); in subscribeToVhal()