/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_bundle_mgr_helper.h | 37 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 D | bms_bundle_clone_app_ipc_test.cpp | 226 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 D | mock_bundle_mgr_helper.cpp | 85 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 D | bms_adapter.cpp | 503 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 D | bundle_mgr_helper.h | 104 ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex,
|
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 144 bmHelper->GetCloneBundleInfo(stringParam, int32Param, int32Param, bundleInfo, int32Param); in BundleMgrHelperFuzztest2()
|
/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 267 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 D | bundle_mgr_proxy.cpp | 89 ret = bmsClient->GetCloneBundleInfo( in GetBundleInfoFromBMS()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 601 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 D | ability_auto_startup_service.cpp | 463 bundleMgrHelper->GetCloneBundleInfo(bundleName, bundleFlag, appIndex, bundleInfo, userId)); in GetBundleInfo()
|
H A D | ability_manager_service.cpp | 4674 bundleMgrResult = IN_PROCESS_CALL(bms->GetCloneBundleInfo(bundleName, in GetWantSender()
|
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 815 * @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 D | bundlemgrproxy_fuzzer.cpp | 323 bundleMgrProxy.GetCloneBundleInfo(bundleName, 0, 0, bundleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1517 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flag, int32_t appIndex, in GetCloneBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1073 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flag, int32_t appIndex,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 991 virtual ErrCode GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appIndex,
|
H A D | bundle_data_mgr.h | 958 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 D | bms_bundle_permission_system_app_test.cpp | 1441 * @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 D | bms_data_mgr_test.cpp | 2521 * @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 D | bundle_mgr_host_impl.cpp | 54 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 D | bundle_data_mgr.cpp | 8370 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 D | bundle_manager.cpp | 5193 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 D | bundle_mgr_host.cpp | 3890 auto ret = GetCloneBundleInfo(bundleName, flags, appIndex, bundleInfo, userId); in HandleGetCloneBundleInfo()
|
H A D | bundle_mgr_proxy.cpp | 5000 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 D | app_mgr_service_inner.cpp | 974 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(appInfo->bundleName, in GetBundleAndHapInfo() 6150 bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(bundleName, in NotifyAppFaultBySA()
|