Home
last modified time | relevance | path

Searched refs:ImplicitQueryInfoByPriority (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dmock_bundle_manager.h63 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
98 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h63 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
98 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.h51 bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h55 MOCK_METHOD5(ImplicitQueryInfoByPriority, bool(const Want&, int32_t, int32_t, AppExecFwk::AbilityInfo&,
H A Dmock_bundle_manager_service.h57 MOCK_METHOD5(ImplicitQueryInfoByPriority, bool(const Want&, int32_t, int32_t, AppExecFwk::AbilityInfo&,
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h112 virtual bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h288 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
326 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h129 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h81 bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp122 bmHelper->ImplicitQueryInfoByPriority(want, int32Param, int32Param, abilityInfo, extensionAbilityInfo); in BundleMgrHelperFuzztest2()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp214 return (IN_PROCESS_CALL(iBundleMgr->ImplicitQueryInfoByPriority(wantAction, in GetAbilityInfoByAction()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp649 bool BundleMgrHelper::ImplicitQueryInfoByPriority( in ImplicitQueryInfoByPriority() function in OHOS::AppExecFwk::BundleMgrHelper
661 return bundleMgr->ImplicitQueryInfoByPriority(newWant, flags, userId, abilityInfo, extensionInfo); in ImplicitQueryInfoByPriority()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp391 * @tc.desc: ImplicitQueryInfoByPriority
401 auto ret = bundleMgrHelper->ImplicitQueryInfoByPriority(want, flags, userId, abilityInfo, extensionInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp108 bundleMgrProxy.ImplicitQueryInfoByPriority(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1133 virtual bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId, in ImplicitQueryInfoByPriority() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h797 virtual bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId,
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1212 * @tc.desc: Testcase for testing ImplicitQueryInfoByPriority.
1232 /* @tc.steps: step1.call ImplicitQueryInfoByPriority in loop */ in BenchmarkTestImplicitQueryInfoByPriority()
1233 bundleMgrProxy->ImplicitQueryInfoByPriority(want, flags, DEFAULT_USERID, abilityInfo, extensionInfo); in BenchmarkTestImplicitQueryInfoByPriority()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h799 virtual bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId,
H A Dbundle_data_mgr.h735 bool ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp847 * @tc.name: test ImplicitQueryInfoByPriority of BundleMgrHostImpl
849 * 2. ImplicitQueryInfoByPriority false by no permission
856 bool ret = bundleMgrHostImpl_->ImplicitQueryInfoByPriority(want, FLAGS, USERID, abilityInfo, extensionInfo); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp670 * @tc.name: test ImplicitQueryInfoByPriority of BundleMgrHostImpl
672 * 2. ImplicitQueryInfoByPriority false by no permission
679 bool ret = bundleMgrHostImpl_->ImplicitQueryInfoByPriority(want, FLAGS, USERID, abilityInfo, extensionInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2738 bool retBool = hostImpl->ImplicitQueryInfoByPriority( in HWTEST_F()
3465 * @tc.name: test ImplicitQueryInfoByPriority
3473 bool testRet = GetBundleDataMgr()->ImplicitQueryInfoByPriority( in HWTEST_F()
3477 testRet = GetBundleDataMgr()->ImplicitQueryInfoByPriority( in HWTEST_F()
4823 * @tc.name: test ImplicitQueryInfoByPriority
4838 bool testRet = GetBundleDataMgr()->ImplicitQueryInfoByPriority( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2884 bool BundleMgrHostImpl::ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId, in ImplicitQueryInfoByPriority() function in OHOS::AppExecFwk::BundleMgrHostImpl
2887 APP_LOGD("start ImplicitQueryInfoByPriority, flags : %{public}d, userId : %{public}d", flags, userId); in ImplicitQueryInfoByPriority()
2904 return dataMgr->ImplicitQueryInfoByPriority(want, flags, userId, abilityInfo, extensionInfo); in ImplicitQueryInfoByPriority()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2545 bool ret = ImplicitQueryInfoByPriority(*want, flags, userId, abilityInfo, extensionInfo); in HandleImplicitQueryInfoByPriority()
H A Dbundle_mgr_proxy.cpp2909 bool BundleMgrProxy::ImplicitQueryInfoByPriority(const Want &want, int32_t flags, int32_t userId, in ImplicitQueryInfoByPriority() function in OHOS::AppExecFwk::BundleMgrProxy
2912 LOG_D(BMS_TAG_QUERY, "begin to ImplicitQueryInfoByPriority"); in ImplicitQueryInfoByPriority()
2916 LOG_E(BMS_TAG_QUERY, "ImplicitQueryInfoByPriority write MessageParcel fail"); in ImplicitQueryInfoByPriority()
2920 LOG_E(BMS_TAG_QUERY, "ImplicitQueryInfoByPriority write want fail"); in ImplicitQueryInfoByPriority()
2924 LOG_E(BMS_TAG_QUERY, "ImplicitQueryInfoByPriority write flags fail"); in ImplicitQueryInfoByPriority()
2928 LOG_E(BMS_TAG_QUERY, "ImplicitQueryInfoByPriority write userId error"); in ImplicitQueryInfoByPriority()

Completed in 53 milliseconds

12