Searched refs:supportPath (Results 1 – 4 of 4) sorted by relevance
303 std::string supportPath = (it -> second).supportPath; in IsBatteryConfigSupported() local308 supportPath.c_str(), type.c_str(), expectValue.c_str()); in IsBatteryConfigSupported()311 return powerSupplyProvider_->CheckPathExists(supportPath, value); in IsBatteryConfigSupported()314 int ret = powerSupplyProvider_->GetConfigByPath(supportPath, temp); in IsBatteryConfigSupported()
275 Json::Value supportPath = GetValue(valueObj, "support.path"); in IsValidChargeSceneConfig() local278 …if (!isValidJsonString(supportPath) && !isValidJsonString(setPath) && !isValidJsonString(getPath))… in IsValidChargeSceneConfig()288 Json::Value supportPath = GetValue(valueObj, "support.path"); in ParseChargeSceneSupport() local291 if (isValidJsonString(supportPath)) { in ParseChargeSceneSupport()292 std::string path = supportPath.asString(); in ParseChargeSceneSupport()294 config.supportPath = path; in ParseChargeSceneSupport()
88 || !chargeSceneConfig.supportPath.empty());
49 std::string supportPath; member