Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp59 bool ret = JsonUtils::GetInt32FromJsonValue(jsonValue, "", value);
62 JsonUtils::GetInt32FromJsonValue(jsonValue, "", value);
63 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value);
64 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_ERROR_KEY, value);
66 ret = JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_ERROR_KEY, value);
68 JsonUtils::GetInt32FromJsonValue(jsonValue, JSON_KEY, value);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h65 …static bool GetInt32FromJsonValue(const nlohmann::json& jsonValue, const std::string& key, int32_t…
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp116 bool JsonUtils::GetInt32FromJsonValue(const nlohmann::json& jsonValue, const std::string& key, int3… in GetInt32FromJsonValue() function in OHOS::DevStandbyMgr::JsonUtils
H A Dstandby_config_manager.cpp665 …!JsonUtils::GetInt32FromJsonValue(singleLtdAppItem, TAG_TIMER_PERIOD, timerClockApp.timerPeriod_))… in ParseTimerResCtrlConfig()
740 !JsonUtils::GetInt32FromJsonValue(singleLtdItem, TAG_MAX_DURATION_LIM, duration)) { in ParseTimeLimitedConfig()