/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 412 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 434 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 473 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 511 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h2"; variable 541 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h2"; variable 572 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 619 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h2"; variable 654 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 682 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable 710 std::string modulePackage = THIRD_BASE_BUNDLE_NAME + ".h1"; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_system_bundle_installer_test.cpp | 180 std::string modulePackage = MODULE_NAME; variable 193 std::string modulePackage = MODULE_NAME; variable 206 std::string modulePackage = EMPTY_STRING; variable 219 std::string modulePackage = EMPTY_STRING; variable 337 std::string modulePackage = MODULE_NAME; variable 354 std::string modulePackage = MODULE_NAME; variable 371 std::string modulePackage = EMPTY_STRING; variable 388 std::string modulePackage = EMPTY_STRING; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleuninstall_fuzzer/ |
H A D | basebundleinstallerprocessbundleuninstall_fuzzer.cpp | 32 std::string modulePackage = ""; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlemodule_fuzzer/ |
H A D | basebundleinstalleruninstallbundlemodule_fuzzer.cpp | 32 std::string modulePackage; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer/ |
H A D | basebundleinstallerremovemoduleanddatadir_fuzzer.cpp | 32 std::string modulePackage; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 38 std::string modulePackage; member 174 …void InsertInnerModuleInfo(const std::string &modulePackage, const InnerModuleInfo &innerModuleInf… in InsertInnerModuleInfo() 205 void SetCurrentModulePackage(const std::string &modulePackage) in SetCurrentModulePackage()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 70 std::string modulePackage; member 534 …void InsertInnerModuleInfo(const std::string &modulePackage, const InnerModuleInfo &innerModuleInf… in InsertInnerModuleInfo() 544 …void ReplaceInnerModuleInfo(const std::string &modulePackage, const InnerModuleInfo &innerModuleIn… in ReplaceInnerModuleInfo() 875 void SetCurrentModulePackage(const std::string &modulePackage) in SetCurrentModulePackage() 925 const std::string GetModuleHapPath(const std::string &modulePackage) const in GetModuleHapPath() 934 const std::string GetModuleName(const std::string &modulePackage) const in GetModuleName() 967 bool FindModule(std::string modulePackage) const in FindModule() 972 bool IsEntryModule(std::string modulePackage) const in IsEntryModule() 1001 std::string GetModuleDir(std::string modulePackage) const in GetModuleDir() 1009 std::string GetModuleDataDir(std::string modulePackage) const in GetModuleDataDir() [all …]
|
H A D | bundle_common_event_mgr.h | 53 std::string modulePackage = ""; member
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.cpp | 72 …MockBundleInstallerHost::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_manager_test/ |
H A D | bms_bundle_installer_manager_test.cpp | 184 std::string modulePackage = MODULE_PACKAGE; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 142 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 158 … const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam) in Uninstall()
|
H A D | system_bundle_installer.cpp | 190 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle()
|
H A D | bundle_installer_host.cpp | 209 std::string modulePackage = Str16ToStr8(data.ReadString16()); in HandleUninstallModuleMessage() local 457 bool BundleInstallerHost::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall()
|
H A D | bundle_installer_manager.cpp | 137 …tallerManager::CreateUninstallTask(const std::string &bundleName, const std::string &modulePackage, in CreateUninstallTask()
|
H A D | base_bundle_installer.cpp | 524 … const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam) in UninstallBundle() 1410 auto modulePackage = info.GetCurrentModulePackage(); in RollBack() local 1657 …const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam,… in ProcessBundleUninstall() 3475 …const InnerBundleInfo &info, const std::string &modulePackage, int32_t userId, bool isKeepData) co… in RemoveModuleAndDataDir() argument 3725 std::string modulePackage = item.second.GetCurModuleName(); in GetRemoveExtensionDirs() local
|
H A D | inner_bundle_info.cpp | 1560 const std::string &modulePackage, int32_t userId, int32_t appIndex) const in FindHapModuleInfo() argument 2199 void InnerBundleInfo::RemoveModuleInfo(const std::string &modulePackage) in RemoveModuleInfo() 2574 int32_t flags, const std::string &modulePackage, HapModuleInfo &hapModuleInfo) const in GetModuleWithHashValue() argument
|
H A D | bundle_data_mgr.cpp | 398 …const std::string &bundleName, const std::string &modulePackage, InnerBundleInfo &oldInfo, bool ne… in RemoveModuleInfo() 7767 …r::ResetExternalOverlayModuleState(const std::string &bundleName, const std::string &modulePackage) in ResetExternalOverlayModuleState()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_data_manager.cpp | 267 …ayDataMgr::RemoveOverlayModuleInfo(const std::string &bundleName, const std::string &modulePackage, in RemoveOverlayModuleInfo() 303 const std::string &modulePackage, InnerBundleInfo &oldInfo) in ResetInternalOverlayModuleState()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 140 bool Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/ |
H A D | bms_bundle_uninstaller_test.cpp | 145 …leUninstallerTest::UninstallModule(const std::string &bundleName, const std::string &modulePackage, in UninstallModule()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 261 …const std::string &bundleName, const std::string &modulePackage, const std::string &abilityName) c… in CheckAppAbilityExist() argument 333 … const std::string &bundleName, const std::string &modulePackage, std::vector<std::string> &resvec) in HapUninstall() 697 std::string modulePackage = BASE_MODULE_PACKAGE + ".h1"; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 893 std::optional<HapModuleInfo> InnerBundleInfo::FindHapModuleInfo(const std::string &modulePackage, i… in FindHapModuleInfo() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 150 …ol BundleInstallerProxy::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 389 … const std::string &bundleName, const std::string &modulePackage, std::vector<std::string> &resvec) in HapUninstall() 4944 std::string modulePackage = BASE_BUNDLE_NAME + ".h1"; variable 4993 std::string modulePackage = BASE_BUNDLE_NAME + ".h1"; variable 7749 std::string modulePackage = BASE_MODULE_NAME; variable 7805 std::string modulePackage = BASE_MODULE_NAME; variable
|