Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h227 std::vector<std::string> GetAllRealConfigPath(const std::string& configName);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp189 auto configFilePaths = GetAllRealConfigPath(configPath); in GetConfigContent()
214 std::vector<std::string> PluginMgr::GetAllRealConfigPath(const std::string& configName) in GetAllRealConfigPath() function in OHOS::ResourceSchedule::PluginMgr