Home
last modified time | relevance | path

Searched refs:ParseIntervalList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h116 bool ParseIntervalList(const nlohmann::json& standbyIntervalList);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp517 !ParseIntervalList(standbyIntervalList)) { in ParseDeviceStanbyConfig()
559 bool StandbyConfigManager::ParseIntervalList(const nlohmann::json& standbyIntervalList) in ParseIntervalList() function in OHOS::DevStandbyMgr::StandbyConfigManager