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.cpp105 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
117 nlohmann::json devStandbyConfigRoot; in GetAndParseStandbyConfig() local
292 nlohmann::json devStandbyConfigRoot; in GetParamVersion() local
322 nlohmann::json devStandbyConfigRoot; in GetCloudVersion() local
511 bool StandbyConfigManager::ParseDeviceStanbyConfig(const nlohmann::json& devStandbyConfigRoot) in ParseDeviceStanbyConfig()
/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_utils_unit_test.cpp324 nlohmann::json devStandbyConfigRoot = nlohmann::json::parse("{}", nullptr, false); variable