Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h508 bool GetProvisionId(const std::string &bundleName, std::string &provisionId) const;
H A Dinner_bundle_info.h1020 std::string GetProvisionId() const in GetProvisionId() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp361 oldInfo.SetProvisionId(newInfo.GetProvisionId()); in AddNewModuleInfo()
648 oldInfo.SetProvisionId(newInfo.GetProvisionId()); in UpdateInnerBundleInfo()
4695 bool BundleDataMgr::GetProvisionId(const std::string &bundleName, std::string &provisionId) const in GetProvisionId() function in OHOS::AppExecFwk::BundleDataMgr
4697 APP_LOGD("GetProvisionId %{public}s", bundleName.c_str()); in GetProvisionId()
4708 provisionId = infoItem->second.GetProvisionId(); in GetProvisionId()
H A Dbase_bundle_installer.cpp2193 (oldInfo.GetProvisionId() != newInfo.GetProvisionId())) { in CheckAppIdentifier()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8438 * @tc.name: GetProvisionId
8439 * @tc.desc: 1.Test the GetProvisionId success
8446 bool testRet = GetBundleDataMgr()->GetProvisionId(BUNDLE_NAME_TEST, provisionId); in HWTEST_F()
8454 * @tc.name: GetProvisionId
8455 * @tc.desc: 1.Test the GetProvisionId failed
8461 bool testRet = GetBundleDataMgr()->GetProvisionId("", provisionId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4410 ret = dataMgr->GetProvisionId(BUNDLE_NAME, provisionId); in HWTEST_F()

Completed in 60 milliseconds