Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp111 std::vector<std::string> configFileList = GetConfigFileList(STANDBY_CONFIG_PATH); in GetAndParseStandbyConfig()
142 std::vector<std::string> configFileList = GetConfigFileList(STRATEGY_CONFIG_PATH); in GetAndParseStrategyConfig()
326 std::vector<std::string> StandbyConfigManager::GetConfigFileList(const std::string& relativeConfigP… in GetConfigFileList() function in OHOS::DevStandbyMgr::StandbyConfigManager
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h113 std::vector<std::string> GetConfigFileList(const std::string& relativeConfigPath);