Searched refs:GetBoolFromJsonValue (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 | 81 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 D | json_utils.h | 75 …static bool GetBoolFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, bool& va…
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 128 bool JsonUtils::GetBoolFromJsonValue(const nlohmann::json& jsonValue, const std::string& key, bool&… in GetBoolFromJsonValue() function in OHOS::DevStandbyMgr::JsonUtils
|
H A D | standby_config_manager.cpp | 664 …(!JsonUtils::GetBoolFromJsonValue(singleLtdAppItem, TAG_TIMER_CLOCK, timerClockApp.isTimerClock_) … in ParseTimerResCtrlConfig()
|