Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp130 auto cfgDirList = GetCfgDirList(); in GetPreInstallRootDirList() local
131 if (cfgDirList != nullptr) { in GetPreInstallRootDirList()
132 for (const auto &cfgDir : cfgDirList->paths) { in GetPreInstallRootDirList()
139 FreeCfgDirList(cfgDirList); in GetPreInstallRootDirList()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp330 auto cfgDirList = GetCfgDirList(); in GetConfigFileList() local
331 if (cfgDirList != nullptr) { in GetConfigFileList()
332 for (const auto &cfgDir : cfgDirList->paths) { in GetConfigFileList()
339 FreeCfgDirList(cfgDirList); in GetConfigFileList()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp217 auto cfgDirList = GetCfgDirList(); in GetAllRealConfigPath() local
218 if (cfgDirList == nullptr) { in GetAllRealConfigPath()
222 for (const auto& cfgDir : cfgDirList->paths) { in GetAllRealConfigPath()
231 FreeCfgDirList(cfgDirList); in GetAllRealConfigPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp583 auto cfgDirList = GetCfgDirList(); in GetPreInstallRootDirList() local
584 if (cfgDirList != nullptr) { in GetPreInstallRootDirList()
585 for (const auto &cfgDir : cfgDirList->paths) { in GetPreInstallRootDirList()
594 FreeCfgDirList(cfgDirList); in GetPreInstallRootDirList()