Home
last modified time | relevance | path

Searched refs:withDefault (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp76 bool withDefault = false; in DispatchMimeType() local
84 want, abilityInfoFlag, USER_ID, withDefault, abilityInfos, extensionInfos, findDefaultApp)) { in DispatchMimeType()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp390 bool withDefault = false; in GenerateAbilityRequestByAction() local
391 withDefault = request.want.GetBoolParam(SHOW_DEFAULT_PICKER_FLAG, withDefault) ? false : true; in GenerateAbilityRequestByAction()
425 request.want, abilityInfoFlag, userId, withDefault, abilityInfos, extensionInfos, findDefaultApp)); in GenerateAbilityRequestByAction()
473 withDefault, implicitAbilityInfos, implicitExtensionInfos, findDefaultApp)); in GenerateAbilityRequestByAction()
503 .withDefault = withDefault, in GenerateAbilityRequestByAction()
864 bool isDefaultFlag = param.withDefault && param.isExistDefaultApp; in AddAbilityInfoToDialogInfos()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dimplicit_start_processor.h44 bool withDefault = false; member
/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() argument
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp234 bool withDefault = false; in HWTEST_F() local
238 auto ret = bundleMgrHelper->ImplicitQueryInfos(want, flags, userId, withDefault, abilityInfos, extensionInfos, in HWTEST_F()
/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/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp154 bool withDefault = false; in QueryAbilityInfos() local
159 if (!bundleMgrProxy->ImplicitQueryInfos(want, abilityInfoFlag, USER_ID, withDefault, in QueryAbilityInfos()
/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/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() argument
721 bool ret = bundleMgr->ImplicitQueryInfos(newWant, flags, userId, withDefault, abilityInfos, in ImplicitQueryInfos()
/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() argument
H A Dbundle_mgr_proxy.h800 virtual bool ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1493 bool withDefault = true; in HWTEST_F() local
1498 want, flags, userId, withDefault, abilityInfos, extensionInfos, findDefaultApp); in HWTEST_F()
/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/src/
H A Dbundle_mgr_host_impl.cpp2907 bool BundleMgrHostImpl::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() argument
2929 want, flags, userId, withDefault, abilityInfos, extensionInfos, findDefaultApp); in ImplicitQueryInfos()
H A Dbundle_data_mgr.cpp6199 bool BundleDataMgr::ImplicitQueryInfos(const Want &want, int32_t flags, int32_t userId, bool withDefault, in ImplicitQueryInfos() argument
6203 "userId:%{public}d withDefault:%{public}d", want.GetAction().c_str(), want.GetUriString().c_str(), in ImplicitQueryInfos()
6204 want.GetType().c_str(), flags, userId, withDefault); in ImplicitQueryInfos()
6207 if (withDefault && DefaultAppMgr::GetInstance().GetDefaultApplication(want, userId, abilityInfos, extensionInfos)) { in ImplicitQueryInfos()
6221 if (withDefault && in ImplicitQueryInfos()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2573 bool withDefault = data.ReadBool(); in HandleImplicitQueryInfos() local
2577 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() argument
2979 if (!data.WriteBool(withDefault)) { in ImplicitQueryInfos()
2980 LOG_E(BMS_TAG_QUERY, "WriteBool withDefault failed"); in ImplicitQueryInfos()

Completed in 56 milliseconds