/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 457 bool flag = bundleMgr->GetModuleUpgradeFlag(BUNDLE_NAME, MODULE_NAME_TEST); 475 bool flag = bundleMgr->GetModuleUpgradeFlag("", ""); 493 bool flag = bundleMgr->GetModuleUpgradeFlag(BUNDLE_NAME_DEMO, MODULE_NAME_TEST); 513 bool flag = bundleMgr->GetModuleUpgradeFlag(BUNDLE_NAME, MODULE_NAME_NOT_EXIST);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 129 bundleMgrProxy.GetModuleUpgradeFlag(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 922 …nfo->targetInfo.reasonFlag = static_cast<int32_t>(innerBundleInfo.GetModuleUpgradeFlag(moduleName)… in GetTargetAbilityInfo() 984 if (innerBundleInfo.GetModuleUpgradeFlag(moduleName) != 0) { in CheckIsModuleNeedUpdate()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1192 virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) in GetModuleUpgradeFlag() function
|
H A D | bundle_mgr_proxy.h | 864 …virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) ov…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 841 …virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) ov…
|
H A D | bundle_data_mgr.h | 782 … int32_t GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) const;
|
H A D | inner_bundle_info.h | 1169 int32_t GetModuleUpgradeFlag(std::string moduleName) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 599 bool ret = bundleMgrHostImpl_->GetModuleUpgradeFlag(BUNDLE_NAME, MOUDLE_NAME);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2049 bool BundleMgrHostImpl::GetModuleUpgradeFlag(const std::string &bundleName, const std::string &modu… in GetModuleUpgradeFlag() function in OHOS::AppExecFwk::BundleMgrHostImpl 2060 return dataMgr->GetModuleUpgradeFlag(bundleName, moduleName); in GetModuleUpgradeFlag()
|
H A D | inner_bundle_info.cpp | 3600 int32_t InnerBundleInfo::GetModuleUpgradeFlag(std::string moduleName) const in GetModuleUpgradeFlag() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 4563 int32_t BundleDataMgr::GetModuleUpgradeFlag(const std::string &bundleName, const std::string &modul… in GetModuleUpgradeFlag() function in OHOS::AppExecFwk::BundleDataMgr 4577 return newInfo.GetModuleUpgradeFlag(moduleName); in GetModuleUpgradeFlag()
|
H A D | base_bundle_installer.cpp | 988 int32_t flag = static_cast<int32_t>(oldInfo.GetModuleUpgradeFlag(moduleName)); in SetAtomicServiceModuleUpgrade()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5993 auto res = bundleMgrProxy->GetModuleUpgradeFlag(appName, BASE_MODULE_NAME); 6018 bool res = bundleMgrProxy->GetModuleUpgradeFlag("", BASE_MODULE_NAME); 6021 res = bundleMgrProxy->GetModuleUpgradeFlag(BASE_BUNDLE_NAME, ""); 6024 res = bundleMgrProxy->GetModuleUpgradeFlag("", "");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2607 retBool = hostImpl->GetModuleUpgradeFlag("", ""); 3717 int32_t testRet = GetBundleDataMgr()->GetModuleUpgradeFlag(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2518 bool ret = GetModuleUpgradeFlag(bundleName, moduleName); in HandleGetModuleUpgradeFlag()
|
H A D | bundle_mgr_proxy.cpp | 1961 bool BundleMgrProxy::GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleN… in GetModuleUpgradeFlag() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9984 auto res = hostImpl->GetModuleUpgradeFlag(BUNDLE_NAME_TEST, MODULE_NAME_TEST);
|