Home
last modified time | relevance | path

Searched refs:QueryCloneAbilityInfo (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_ipc_test.cpp161 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element, in HWTEST_F()
184 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element, in HWTEST_F()
208 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element, in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h102 ErrCode QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t appCloneIndex,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp142 bmHelper->QueryCloneAbilityInfo(element, int32Param, int32Param, abilityInfo, int32Param); in BundleMgrHelperFuzztest2()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dstart_ability_utils.cpp205 IN_PROCESS_CALL_WITHOUT_RET(bms->QueryCloneAbilityInfo(want.GetElement(), abilityInfoFlag, appIndex, in CreateStartAbilityInfo()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp866 ErrCode BundleMgrHelper::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t appCloneIndex, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHelper
877 return bundleMgr->QueryCloneAbilityInfo(element, flags, appCloneIndex, abilityInfo, userId); in QueryCloneAbilityInfo()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp799 * @tc.desc: QueryCloneAbilityInfo
809 auto ret = bundleMgrHelper->QueryCloneAbilityInfo(element, flags, appCloneIndex, abilityInfo, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp322 bundleMgrProxy.QueryCloneAbilityInfo(element, 0, 0, abilityInfo, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1511 virtual ErrCode QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1070 virtual ErrCode QueryCloneAbilityInfo(const ElementName &element,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp548 IN_PROCESS_CALL_WITHOUT_RET(bms->QueryCloneAbilityInfo(request.want.GetElement(), abilityInfoFlag, appIndex, in GenerateAbilityRequestByAppIndexes()
H A Dability_manager_service.cpp11314 bms->QueryCloneAbilityInfo(want.GetElement(), abilityInfoFlag, appIndex, abilityInfo, userId)); in CheckRestartAppWant()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h988 virtual ErrCode QueryCloneAbilityInfo(const ElementName &element,
H A Dbundle_data_mgr.h956 ErrCode QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t userId,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2482 * @tc.name: test QueryCloneAbilityInfo
2494 ErrCode ret = dataMgr->QueryCloneAbilityInfo(element, flags, userId, appIndex, abilityInfo); in HWTEST_F()
2497 ret = dataMgr->QueryCloneAbilityInfo(element, flags, userId, appIndex, abilityInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4190 ErrCode BundleMgrHostImpl::QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
4218 auto res = dataMgr->QueryCloneAbilityInfo(element, flags, userId, appIndex, abilityInfo); in QueryCloneAbilityInfo()
4220 LOG_E(BMS_TAG_QUERY, "QueryCloneAbilityInfo fail, err: %{public}d", res); in QueryCloneAbilityInfo()
H A Dbundle_data_mgr.cpp8270 ErrCode BundleDataMgr::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t userId, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleDataMgr
8277 "QueryCloneAbilityInfo bundleName:%{public}s moduleName:%{public}s abilityName:%{public}s", in QueryCloneAbilityInfo()
8290 LOG_D(BMS_TAG_QUERY, "QueryCloneAbilityInfo fail bundleName:%{public}s", bundleName.c_str()); in QueryCloneAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3869 auto ret = QueryCloneAbilityInfo(*elementNamePtr, flags, appIndex, abilityInfo, userId); in HandleQueryCloneAbilityInfo()
H A Dbundle_mgr_proxy.cpp4971 ErrCode BundleMgrProxy::QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6626 * @tc.name: test QueryCloneAbilityInfo proxy
6627 * @tc.desc: QueryCloneAbilityInfo param error
6637 ErrCode res = bundleMgrProxy->QueryCloneAbilityInfo(element, flags, appIndex, abilityInfo, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9763 * @tc.name: test QueryCloneAbilityInfo
9764 * @tc.desc: 1.Test the QueryCloneAbilityInfo by BundleMgrHostImpl
9774 ErrCode ret = hostImpl->QueryCloneAbilityInfo(element, flags, appIndex, abilityInfo, DEFAULT_USERID); in HWTEST_F()

Completed in 112 milliseconds