Home
last modified time | relevance | path

Searched refs:GetProvisionId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h506 bool GetProvisionId(const std::string &bundleName, std::string &provisionId) const;
H A Dinner_bundle_info.h1040 std::string GetProvisionId() const in GetProvisionId() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2151 oldInfo.GetProvisionId(), newInfo.GetProvisionId())) { in ProcessBundleUpdateStatus()
6112 provisionInfo.appId, newInfos.begin()->second.GetProvisionId())) { in CheckShellCanInstallPreApp()
H A Dbundle_data_mgr.cpp359 oldInfo.SetProvisionId(newInfo.GetProvisionId()); in AddNewModuleInfo()
640 oldInfo.SetProvisionId(newInfo.GetProvisionId()); in UpdateInnerBundleInfo()
4666 bool BundleDataMgr::GetProvisionId(const std::string &bundleName, std::string &provisionId) const in GetProvisionId() function in OHOS::AppExecFwk::BundleDataMgr
4679 provisionId = infoItem->second.GetProvisionId(); in GetProvisionId()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4432 ret = dataMgr->GetProvisionId(BUNDLE_NAME, provisionId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8451 bool testRet = GetBundleDataMgr()->GetProvisionId(BUNDLE_NAME_TEST, provisionId);
8466 bool testRet = GetBundleDataMgr()->GetProvisionId("", provisionId);