Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp81 bool ret = JsonUtils::GetBoolFromJsonValue(jsonValue, "", value);
84 JsonUtils::GetBoolFromJsonValue(jsonValue, "", value);
85 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value);
86 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_ERROR_KEY, value);
88 ret = JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_ERROR_KEY, value);
90 JsonUtils::GetBoolFromJsonValue(jsonValue, JSON_KEY, value);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h75 …static bool GetBoolFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, bool& va…
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp128 bool JsonUtils::GetBoolFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, bool&… in GetBoolFromJsonValue() function in OHOS::DevStandbyMgr::JsonUtils
H A Dstandby_config_manager.cpp664 …(!JsonUtils::GetBoolFromJsonValue(singleLtdAppItem, TAG_TIMER_CLOCK, timerClockApp.isTimerClock_) … in ParseTimerResCtrlConfig()