Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp34 const std::string STANDBY_CONFIG_PATH = "/etc/standby_service/device_standby_config.json"; variable
111 std::vector<std::string> configFileList = GetConfigFileList(STANDBY_CONFIG_PATH); in GetAndParseStandbyConfig()
508 … STANDBYSERVICE_LOGW("failed to parse standby config in %{public}s", STANDBY_CONFIG_PATH.c_str()); in ParseDeviceStanbyConfig()
513 … STANDBYSERVICE_LOGW("failed to parse detect list in %{public}s", STANDBY_CONFIG_PATH.c_str()); in ParseDeviceStanbyConfig()
518 …BYSERVICE_LOGW("failed to parse standby interval list in %{public}s", STANDBY_CONFIG_PATH.c_str()); in ParseDeviceStanbyConfig()
523 …DBYSERVICE_LOGW("failed to parse strategy list config in %{public}s", STANDBY_CONFIG_PATH.c_str()); in ParseDeviceStanbyConfig()