Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_utils_unit_test.cpp332 nlohmann::json devStandbyConfigRoot = nlohmann::json::parse("{}", nullptr, false); variable
/foundation/resourceschedule/device_standby/utils/policy/src/
Dstandby_config_manager.cpp80 nlohmann::json devStandbyConfigRoot; in Init() local
271 bool StandbyConfigManager::ParseDeviceStanbyConfig(const nlohmann::json& devStandbyConfigRoot) in ParseDeviceStanbyConfig()