Searched refs:GetInt32FromJsonValue (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 | 59 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 D | json_utils.h | 65 …static bool GetInt32FromJsonValue(const nlohmann::json& jsonValue, const std::string& key, int32_t…
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 116 bool JsonUtils::GetInt32FromJsonValue(const nlohmann::json& jsonValue, const std::string& key, int3… in GetInt32FromJsonValue() function in OHOS::DevStandbyMgr::JsonUtils
|
H A D | standby_config_manager.cpp | 665 …!JsonUtils::GetInt32FromJsonValue(singleLtdAppItem, TAG_TIMER_PERIOD, timerClockApp.timerPeriod_))… in ParseTimerResCtrlConfig() 740 !JsonUtils::GetInt32FromJsonValue(singleLtdItem, TAG_MAX_DURATION_LIM, duration)) { in ParseTimeLimitedConfig()
|