Home
last modified time | relevance | path

Searched defs:modulePackage (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp412 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 Dbms_system_bundle_installer_test.cpp180 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 Dbasebundleinstallerprocessbundleuninstall_fuzzer.cpp32 std::string modulePackage = ""; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlemodule_fuzzer/
H A Dbasebundleinstalleruninstallbundlemodule_fuzzer.cpp32 std::string modulePackage; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer/
H A Dbasebundleinstallerremovemoduleanddatadir_fuzzer.cpp32 std::string modulePackage; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h38 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 Dinner_bundle_info.h70 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 Dbundle_common_event_mgr.h53 std::string modulePackage = ""; member
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.cpp72 …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 Dbms_bundle_installer_manager_test.cpp184 std::string modulePackage = MODULE_PACKAGE; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp142 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer.cpp158 … const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam) in Uninstall()
H A Dsystem_bundle_installer.cpp190 …leInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle()
H A Dbundle_installer_host.cpp209 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 Dbundle_installer_manager.cpp137 …tallerManager::CreateUninstallTask(const std::string &bundleName, const std::string &modulePackage, in CreateUninstallTask()
H A Dbase_bundle_installer.cpp524 … 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 Dinner_bundle_info.cpp1560 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 Dbundle_data_mgr.cpp398 …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 Dbundle_overlay_data_manager.cpp267 …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 Dbms_bundle_multiuser_install_ipc_test.cpp140 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 Dbms_bundle_uninstaller_test.cpp145 …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 Dbms_uninstall_system_test.cpp261 …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 Dinner_bundle_info.cpp893 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 Dbundle_installer_proxy.cpp150 …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 Dacts_bms_kit_system_test.cpp389 … 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

12