Home
last modified time | relevance | path

Searched refs:GetEntryModuleName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2290 std::string res = innerBundleInfonfo.GetEntryModuleName();
2297 res = innerBundleInfonfo.GetEntryModuleName();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp1339 moduleName = innerBundleInfo.GetEntryModuleName(); in GetModuleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h980 std::string GetEntryModuleName() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp4159 std::string InnerBundleInfo::GetEntryModuleName() const in GetEntryModuleName() function in OHOS::AppExecFwk::InnerBundleInfo
4250 std::string entryModuleName = GetEntryModuleName(); in GetQuerySchemes()
H A Dbase_bundle_installer.cpp1021 std::string hapPath = info.GetModuleHapPath(info.GetEntryModuleName()); in VerifyArkWebInstall()