Home
last modified time | relevance | path

Searched refs:GetCloneBundleInfo (Results 1 - 25 of 26) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_bundle_mgr_helper.h37 ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_ipc_test.cpp226 auto result = bundleMgrProxy->GetCloneBundleInfo(bundleName, 0, appIndex, bundleInfo, userId); in HWTEST_F()
242 auto result = bundleMgrProxy->GetCloneBundleInfo(bundleName, 0, appIndex, bundleInfo, userId); in HWTEST_F()
258 auto result = bundleMgrProxy->GetCloneBundleInfo(bundleName, 0, appIndex, bundleInfo, userId); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/
H A Dmock_bundle_mgr_helper.cpp85 ErrCode BundleMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp503 ErrCode ret = bms->GetCloneBundleInfo(bundleDetailInfo.bundleName, flags, bundleDetailInfo.bundleIndex, in GetCurBundleExtenionInfo()
533 ErrCode ret = bms->GetCloneBundleInfo(bundleDetailInfo.bundleName, flags, bundleDetailInfo.bundleIndex, in IsUser0BundleName()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h104 ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp144 bmHelper->GetCloneBundleInfo(stringParam, int32Param, int32Param, bundleInfo, int32Param); in BundleMgrHelperFuzztest2()
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp267 if (IN_PROCESS_CALL(bms->GetCloneBundleInfo(bundleName, bundleFlag, appIndex, bundleInfo, userId)) != ERR_OK) { in GetTokenIdByBundleName()
268 TAG_LOGW(AAFwkTag::URIPERMMGR, "Failed GetCloneBundleInfo"); in GetTokenIdByBundleName()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.cpp89 ret = bmsClient->GetCloneBundleInfo( in GetBundleInfoFromBMS()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp601 if (bundleMgr->GetCloneBundleInfo(appName, in GetApplicationInfoWithAppIndex()
880 ErrCode BundleMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper
891 return bundleMgr->GetCloneBundleInfo(bundleName, flags, appCloneIndex, bundleInfo, userId); in GetCloneBundleInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_service.cpp463 bundleMgrHelper->GetCloneBundleInfo(bundleName, bundleFlag, appIndex, bundleInfo, userId)); in GetBundleInfo()
H A Dability_manager_service.cpp4674 bundleMgrResult = IN_PROCESS_CALL(bms->GetCloneBundleInfo(bundleName, in GetWantSender()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp815 * @tc.desc: GetCloneBundleInfo
825 auto ret = bundleMgrHelper->GetCloneBundleInfo(bundleName, flags, appCloneIndex, bundleInfo, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp323 bundleMgrProxy.GetCloneBundleInfo(bundleName, 0, 0, bundleInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1517 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flag, int32_t appIndex, in GetCloneBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1073 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flag, int32_t appIndex,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h991 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appIndex,
H A Dbundle_data_mgr.h958 ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appIndex,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1441 * @tc.name: test GetCloneBundleInfo of BundleMgrProxy
1449 auto result = bundleMgrProxy->GetCloneBundleInfo("", FLAGS, FLAGS, bundleInfo, USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2521 * @tc.name: test GetCloneBundleInfo
2533 ErrCode ret = dataMgr->GetCloneBundleInfo(bundleName, flags, appIndex, bundleInfo, userId); in HWTEST_F()
2536 ret = dataMgr->GetCloneBundleInfo(bundleName, flags, appIndex, bundleInfo, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp54 const std::string FUNCATION_GET_CLONE_BUNDLE_INFO = "BundleMgrHostImpl::GetCloneBundleInfo";
4226 ErrCode BundleMgrHostImpl::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, in GetCloneBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
4240 APP_LOGD("verify permission success, begin to GetCloneBundleInfo"); in GetCloneBundleInfo()
4246 auto res = dataMgr->GetCloneBundleInfo(bundleName, flags, appIndex, bundleInfo, userId); in GetCloneBundleInfo()
4248 APP_LOGE_NOFUNC("GetCloneBundleInfo fail -n %{public}s -u %{public}d -i %{public}d -f %{public}d" in GetCloneBundleInfo()
H A Dbundle_data_mgr.cpp8370 ErrCode BundleDataMgr::GetCloneBundleInfo( in GetCloneBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
8391 LOG_D(BMS_TAG_QUERY, "GetCloneBundleInfo failed, error code: %{public}d, bundleName:%{public}s", in GetCloneBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp5193 ErrCode ret = iBundleMgr->GetCloneBundleInfo(bundleName, bundleFlags, appIndex, bundleInfo, userId); in InnerGetAppCloneBundleInfo()
5194 APP_LOGD("GetCloneBundleInfo result is %{public}d", ret); in InnerGetAppCloneBundleInfo()
5286 ErrCode ret = iBundleMgr->GetCloneBundleInfo(bundleName, bundleFlags, 0, bundleInfoMain, userId); in InnerGetAllAppCloneBundleInfo()
5305 ret = iBundleMgr->GetCloneBundleInfo(bundleName, bundleFlags, appIndex, bundleInfo, userId); in InnerGetAllAppCloneBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3890 auto ret = GetCloneBundleInfo(bundleName, flags, appIndex, bundleInfo, userId); in HandleGetCloneBundleInfo()
H A Dbundle_mgr_proxy.cpp5000 ErrCode BundleMgrProxy::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appIndex, in GetCloneBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
5004 APP_LOGD("begin to GetCloneBundleInfo of %{public}s", bundleName.c_str()); in GetCloneBundleInfo()
5007 APP_LOGE("fail to GetCloneBundleInfo due to write InterfaceToken fail"); in GetCloneBundleInfo()
5011 APP_LOGE("failed to GetCloneBundleInfo due to write bundleName fail"); in GetCloneBundleInfo()
5015 APP_LOGE("fail to GetCloneBundleInfo due to write flag fail"); in GetCloneBundleInfo()
5019 APP_LOGE("fail to GetCloneBundleInfo due to write appIndex fail"); in GetCloneBundleInfo()
5023 APP_LOGE("fail to GetCloneBundleInfo due to write userId fail"); in GetCloneBundleInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp974 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(appInfo->bundleName, in GetBundleAndHapInfo()
6150 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(bundleName, in NotifyAppFaultBySA()

Completed in 100 milliseconds

12