/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/ |
H A D | export_config_manager.h | 35 void GetModuleNames(std::vector<std::string>& moduelNames) const;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/ |
H A D | export_config_manager.cpp | 26 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 D | event_export_config_test.cpp | 72 manager.GetModuleNames(moduleNames);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 654 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 D | bundle_mgr_service_event_handler.cpp | 348 dbInfo.GetModuleNames(dbModuleNames); in SaveInstallInfoToCache()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 986 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 D | bundle_install_checker.cpp | 861 info.second.GetModuleNames(moduleNames); in CheckHapHashParams()
|
H A D | bundle_mgr_service_event_handler.cpp | 821 dbInfo.GetModuleNames(dbModuleNames); in SaveInstallInfoToCache()
|
H A D | inner_bundle_info.cpp | 2834 void InnerBundleInfo::GetModuleNames(std::vector<std::string> &moduleNames) const in GetModuleNames() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 3484 infoItem->second.GetModuleNames(moduleNameList); in GetBundleStats() 3520 infoItem->second.GetModuleNames(moduleNameList); in GetBundleModuleNames()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 522 std::string GetModuleNames(const std::unordered_map<std::string, InnerBundleInfo> &infos) const;
|
H A D | inner_bundle_info.h | 1204 void GetModuleNames(std::vector<std::string> &moduleNames) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 934 innerBundleInfo.GetModuleNames(moduleNameList); in CheckSubPackageName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 2036 info.GetModuleNames(moduleNames);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2282 std::string ret = installer.GetModuleNames(infos);
|