Home
last modified time | relevance | path

Searched defs:devStandbyConfigRoot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp101 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
113 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
288 nlohmann::json devStandbyConfigRoot; in GetParamVersion() local
318 nlohmann::json devStandbyConfigRoot; in GetCloudVersion() local
497 bool StandbyConfigManager::ParseDeviceStanbyConfig(const nlohmann::json& devStandbyConfigRoot) in ParseDeviceStanbyConfig()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp314 nlohmann::json devStandbyConfigRoot = nlohmann::json::parse("{}", nullptr, false); variable