Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_config_manager.h35 void GetModuleNames(std::vector<std::string>& moduelNames) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_manager.cpp26 void ExportConfigManager::GetModuleNames(std::vector<std::string>& moduleNames) const in GetModuleNames() function in OHOS::HiviewDFX::ExportConfigManager
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
H A Devent_export_config_test.cpp72 manager.GetModuleNames(moduleNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp654 info.GetModuleNames(moduleNames); in HandleCompileWithBundle()
785 info.GetModuleNames(moduleNames); in HandleIdle()
864 info.GetModuleNames(moduleNames); in HandleCompileBundles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp348 dbInfo.GetModuleNames(dbModuleNames); in SaveInstallInfoToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp986 oldInfo.GetModuleNames(moduleNames); in SetAtomicServiceModuleUpgrade()
1310 moduleName_ = GetModuleNames(newInfos); in ProcessBundleInstall()
3459 std::string BaseBundleInstaller::GetModuleNames(const std::unordered_map<std::string, InnerBundleIn… in GetModuleNames() function in OHOS::AppExecFwk::BaseBundleInstaller
3707 oldInfo.GetModuleNames(oldModuleNames); in GetRemoveExtensionDirs()
3712 item.second.GetModuleNames(curModules); in GetRemoveExtensionDirs()
6024 oldBundleInfo.GetModuleNames(oldModuleNames); in SetDisposedRuleWhenBundleUpdateStart()
6027 iter.second.GetModuleNames(newModuleNames); in SetDisposedRuleWhenBundleUpdateStart()
H A Dbundle_install_checker.cpp861 info.second.GetModuleNames(moduleNames); in CheckHapHashParams()
H A Dbundle_mgr_service_event_handler.cpp821 dbInfo.GetModuleNames(dbModuleNames); in SaveInstallInfoToCache()
H A Dinner_bundle_info.cpp2834 void InnerBundleInfo::GetModuleNames(std::vector<std::string> &moduleNames) const in GetModuleNames() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp3484 infoItem->second.GetModuleNames(moduleNameList); in GetBundleStats()
3520 infoItem->second.GetModuleNames(moduleNameList); in GetBundleModuleNames()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h522 std::string GetModuleNames(const std::unordered_map<std::string, InnerBundleInfo> &infos) const;
H A Dinner_bundle_info.h1204 void GetModuleNames(std::vector<std::string> &moduleNames) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp934 innerBundleInfo.GetModuleNames(moduleNameList); in CheckSubPackageName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2036 info.GetModuleNames(moduleNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2282 std::string ret = installer.GetModuleNames(infos);