Searched refs:QueryExtensionAbilityInfosWithTypeName (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 288 bundleMgrProxy.QueryExtensionAbilityInfosWithTypeName( in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1403 …virtual ErrCode QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string &extens… in QueryExtensionAbilityInfosWithTypeName() function
|
H A D | bundle_mgr_proxy.h | 977 …virtual ErrCode QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string &extens…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 432 …ret = CommonFunc::ConvertErrCode(iBundleMgr->QueryExtensionAbilityInfosWithTypeName(extensionParam… in QueryExtensionInfosSync()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 930 …virtual ErrCode QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string &extens…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3420 …QueryExtensionAbilityInfosWithTypeName(*want, extensionTypeName, flags, userId, extensionAbilityIn… in HandleQueryExtensionAbilityInfosWithTypeName()
|
H A D | bundle_mgr_proxy.cpp | 4046 ErrCode BundleMgrProxy::QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::string … in QueryExtensionAbilityInfosWithTypeName() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3684 ErrCode BundleMgrHostImpl::QueryExtensionAbilityInfosWithTypeName(const Want &want, const std::stri… in QueryExtensionAbilityInfosWithTypeName() function in OHOS::AppExecFwk::BundleMgrHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9494 …hostImpl->QueryExtensionAbilityInfosWithTypeName(want, TYPE_001, flags, DEFAULT_USERID, extensionI… 9509 …ErrCode ret = hostImpl->QueryExtensionAbilityInfosWithTypeName(want, "", flags, DEFAULT_USERID, ex…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8603 …ErrCode ret = bundleMgrProxy->QueryExtensionAbilityInfosWithTypeName(want, "", flag, USERID, exten…
|