Searched refs:GetArrayFromJsonValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_utils_unit_test.cpp | 145 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 D | json_utils.cpp | 164 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 D | standby_config_manager.cpp | 733 if (!JsonUtils::GetArrayFromJsonValue(singleConfigItem, key, timeLimitedItems)) { in ParseTimeLimitedConfig()
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | json_utils.h | 105 …static bool GetArrayFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, nlohman…
|