Home
last modified time | relevance | path

Searched refs:ImplicitQueryInfos (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp83 if (!GetBundleMgrProxy()->ImplicitQueryInfos( in DispatchMimeType()
85 ErrorLog("NdefHarDispatch::DispatchMimeType ImplicitQueryInfos false"); in DispatchMimeType()
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp173 bool BundleMgrService::ImplicitQueryInfos(const Want& want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h87 bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp128 bmHelper->ImplicitQueryInfos(want, int32Param, int32Param, boolParam, abilityInfos, extensionInfos, boolParam); in BundleMgrHelperFuzztest2()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h333 bool ImplicitQueryInfos(const Want& want, int32_t flags, int32_t userId, bool withDefault,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp239 TAG_LOGI(AAFwkTag::ABILITYMGR, "ImplicitQueryInfos success,target ability: %{public}s", in ImplicitStartAbility()
246 TAG_LOGI(AAFwkTag::ABILITYMGR, "ImplicitQueryInfos success, multiple apps available"); in ImplicitStartAbility()
267 TAG_LOGI(AAFwkTag::ABILITYMGR, "ImplicitQueryInfos success, multiple apps available in pc"); in ImplicitStartAbility()
424 IN_PROCESS_CALL_WITHOUT_RET(bundleMgrHelper->ImplicitQueryInfos( in GenerateAbilityRequestByAction()
433 "ImplicitQueryInfos, abilityInfo size : %{public}zu, extensionInfos size: %{public}zu", abilityInfos.size(), in GenerateAbilityRequestByAction()
472 IN_PROCESS_CALL_WITHOUT_RET(bundleMgrHelper->ImplicitQueryInfos(implicitwant, abilityInfoFlag, userId, in GenerateAbilityRequestByAction()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp708 bool BundleMgrHelper::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() function in OHOS::AppExecFwk::BundleMgrHelper
721 bool ret = bundleMgr->ImplicitQueryInfos(newWant, flags, userId, withDefault, abilityInfos, in ImplicitQueryInfos()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp226 * @tc.desc: ImplicitQueryInfos
238 auto ret = bundleMgrHelper->ImplicitQueryInfos(want, flags, userId, withDefault, abilityInfos, extensionInfos, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp115 bundleMgrProxy.ImplicitQueryInfos(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1216 * @tc.name: test ImplicitQueryInfos
1217 * @tc.desc: 1. test ImplicitQueryInfos false
1231 auto ret = dataMgr->ImplicitQueryInfos(want, flags, USER_ID, true, abilityInfos, extensionInfos, findDefaultApp); in HWTEST_F()
1328 * @tc.name: test ImplicitQueryInfos
1329 * @tc.desc: 1. test ImplicitQueryInfos true
1348 bool testRet = dataMgr->ImplicitQueryInfos( in HWTEST_F()
1497 bool ret = dataMgr->ImplicitQueryInfos( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1139 virtual bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h800 virtual bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault,
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp159 if (!bundleMgrProxy->ImplicitQueryInfos(want, abilityInfoFlag, USER_ID, withDefault, in QueryAbilityInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h802 virtual bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault,
H A Dbundle_data_mgr.h738 bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp862 * @tc.name: test ImplicitQueryInfos of BundleMgrHostImpl
864 * 2. ImplicitQueryInfos false by no permission
873 bool ret = bundleMgrHostImpl_->ImplicitQueryInfos(want, FLAGS, USERID, true, abilityInfos, extensionInfos, in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp685 * @tc.name: test ImplicitQueryInfos of BundleMgrHostImpl
687 * 2. ImplicitQueryInfos false by no permission
695 bool ret = bundleMgrHostImpl_->ImplicitQueryInfos(want, FLAGS, USERID, true, abilityInfos, extensionInfos, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2907 bool BundleMgrHostImpl::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
2910 APP_LOGD("begin to ImplicitQueryInfos, flags : %{public}d, userId : %{public}d", flags, userId); in ImplicitQueryInfos()
2928 auto ret = dataMgr->ImplicitQueryInfos( in ImplicitQueryInfos()
2939 APP_LOGI_NOFUNC("ImplicitQueryInfos ret a.size:%{public}zu e.size:%{public}zu", in ImplicitQueryInfos()
2943 APP_LOGI_NOFUNC("ImplicitQueryInfos ret a.size:%{public}zu e.size:%{public}zu", in ImplicitQueryInfos()
H A Dbundle_data_mgr.cpp6199 bool BundleDataMgr::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() function in OHOS::AppExecFwk::BundleDataMgr
6202 APP_LOGI_NOFUNC("ImplicitQueryInfos action:%{public}s uri:%{private}s type:%{public}s flags:%{public}d " in ImplicitQueryInfos()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2577 bool ret = ImplicitQueryInfos(*want, flags, userId, withDefault, abilityInfos, extensionInfos, findDefaultApp); in HandleImplicitQueryInfos()
H A Dbundle_mgr_proxy.cpp2958 bool BundleMgrProxy::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() 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.cpp5907 bool testRet = bundleMgrProxy->ImplicitQueryInfos( in HWTEST_F()
7309 * @tc.name: test ImplicitQueryInfos proxy
7325 bool ret = bundleMgrProxy->ImplicitQueryInfos(want, flags, userId, true, abilityInfos, extensionInfos, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3312 * @tc.name: test ImplicitQueryInfos
3322 bool ret = bundleMgrHostImpl_->ImplicitQueryInfos(want, 0, USERID, USERID, abilityInfo, extensionInfo, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2743 retBool = hostImpl->ImplicitQueryInfos( in HWTEST_F()

Completed in 97 milliseconds