Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
Dstandby_config_manager.cpp107 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
119 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
299 nlohmann::json devStandbyConfigRoot; in GetParamVersion() local
329 nlohmann::json devStandbyConfigRoot; in GetCloudVersion() local
528 bool StandbyConfigManager::ParseDeviceStanbyConfig(const nlohmann::json& devStandbyConfigRoot) in ParseDeviceStanbyConfig()
580 bool StandbyConfigManager::CanParsePkgTypeList(const nlohmann::json& devStandbyConfigRoot) in CanParsePkgTypeList()
/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_utils_unit_test.cpp324 nlohmann::json devStandbyConfigRoot = nlohmann::json::parse("{}", nullptr, false); variable