Home
last modified time | relevance | path

Searched refs:GetModuleUpgradeFlag (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp457 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 Dbundlemgrproxy_fuzzer.cpp129 bundleMgrProxy.GetModuleUpgradeFlag(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp922 …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 Dbundle_mgr_interface.h1192 virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) in GetModuleUpgradeFlag() function
H A Dbundle_mgr_proxy.h864 …virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) ov…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h841 …virtual bool GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) ov…
H A Dbundle_data_mgr.h782 … int32_t GetModuleUpgradeFlag(const std::string &bundleName, const std::string &moduleName) const;
H A Dinner_bundle_info.h1169 int32_t GetModuleUpgradeFlag(std::string moduleName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp599 bool ret = bundleMgrHostImpl_->GetModuleUpgradeFlag(BUNDLE_NAME, MOUDLE_NAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2049 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 Dinner_bundle_info.cpp3600 int32_t InnerBundleInfo::GetModuleUpgradeFlag(std::string moduleName) const in GetModuleUpgradeFlag() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp4563 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 Dbase_bundle_installer.cpp988 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 Dacts_bms_kit_system_test.cpp5993 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 Dbms_bundle_manager_test.cpp2607 retBool = hostImpl->GetModuleUpgradeFlag("", "");
3717 int32_t testRet = GetBundleDataMgr()->GetModuleUpgradeFlag(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2518 bool ret = GetModuleUpgradeFlag(bundleName, moduleName); in HandleGetModuleUpgradeFlag()
H A Dbundle_mgr_proxy.cpp1961 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 Dbms_bundle_kit_service_test.cpp9984 auto res = hostImpl->GetModuleUpgradeFlag(BUNDLE_NAME_TEST, MODULE_NAME_TEST);