Home
last modified time | relevance | path

Searched refs:QueryCloneAbilityInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_ipc_test.cpp156 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element,
184 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element,
213 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element,
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp142 bmHelper->QueryCloneAbilityInfo(element, int32Param, int32Param, abilityInfo, int32Param); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h98 ErrCode QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t appCloneIndex,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp859 ErrCode BundleMgrHelper::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t a… in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHelper
870 return bundleMgr->QueryCloneAbilityInfo(element, flags, appCloneIndex, abilityInfo, userId); in QueryCloneAbilityInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_utils.cpp235 …IN_PROCESS_CALL_WITHOUT_RET(bms->QueryCloneAbilityInfo(want.GetElement(), abilityInfoFlag, appInde… in CreateStartAbilityInfo()
H A Dimplicit_start_processor.cpp543 …IN_PROCESS_CALL_WITHOUT_RET(bms->QueryCloneAbilityInfo(request.want.GetElement(), abilityInfoFlag,… in GenerateAbilityRequestByAppIndexes()
H A Dability_manager_service.cpp11579 … bms->QueryCloneAbilityInfo(want.GetElement(), abilityInfoFlag, appIndex, abilityInfo, userId)); in CheckRestartAppWant()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp807 …auto ret = bundleMgrHelper->QueryCloneAbilityInfo(element, flags, appCloneIndex, abilityInfo, user…
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1512 virtual ErrCode QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function
H A Dbundle_mgr_proxy.h1067 virtual ErrCode QueryCloneAbilityInfo(const ElementName &element,
/ohos5.0/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.h964 ErrCode QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4222 ErrCode BundleMgrHostImpl::QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
4250 auto res = dataMgr->QueryCloneAbilityInfo(element, flags, userId, appIndex, abilityInfo); in QueryCloneAbilityInfo()
H A Dbundle_data_mgr.cpp8586 ErrCode BundleDataMgr::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t use… in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3878 auto ret = QueryCloneAbilityInfo(*elementNamePtr, flags, appIndex, abilityInfo, userId); in HandleQueryCloneAbilityInfo()
H A Dbundle_mgr_proxy.cpp4946 ErrCode BundleMgrProxy::QueryCloneAbilityInfo(const ElementName &element, in QueryCloneAbilityInfo() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6585 …ErrCode res = bundleMgrProxy->QueryCloneAbilityInfo(element, flags, appIndex, abilityInfo, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9734 …ErrCode ret = hostImpl->QueryCloneAbilityInfo(element, flags, appIndex, abilityInfo, DEFAULT_USERI…