Home
last modified time | relevance | path

Searched refs:GetArrayFromJsonValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp145 bool ret = JsonUtils::GetArrayFromJsonValue(jsonValue, "", value);
148 JsonUtils::GetArrayFromJsonValue(jsonValue, "", value);
149 JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_KEY, value);
150 JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_ERROR_KEY, value);
152 ret = JsonUtils::GetArrayFromJsonValue(jsonValue, JSON_ERROR_KEY, value);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp164 bool JsonUtils::GetArrayFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, nloh… in GetArrayFromJsonValue() function in OHOS::DevStandbyMgr::JsonUtils
180 if (!JsonUtils::GetArrayFromJsonValue(jsonValue, key, strArrayValue)) { in GetStrArrFromJsonValue()
H A Dstandby_config_manager.cpp733 if (!JsonUtils::GetArrayFromJsonValue(singleConfigItem, key, timeLimitedItems)) { in ParseTimeLimitedConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h105 …static bool GetArrayFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, nlohman…