Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp126 sptr<IDefaultApp> GetDefaultAppProxy();
281 auto defaultAppProxy = GetDefaultAppProxy();
309 auto defaultAppProxy = GetDefaultAppProxy();
337 auto defaultAppProxy = GetDefaultAppProxy();
354 auto defaultAppProxy = GetDefaultAppProxy();
370 auto defaultAppProxy = GetDefaultAppProxy();
402 auto defaultAppProxy = GetDefaultAppProxy();
427 auto defaultAppProxy = GetDefaultAppProxy();
454 auto defaultAppProxy = GetDefaultAppProxy();
483 auto defaultAppProxy = GetDefaultAppProxy();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.cpp90 static OHOS::sptr<OHOS::AppExecFwk::IDefaultApp> GetDefaultAppProxy() in GetDefaultAppProxy() function
107 auto defaultAppProxy = bundleMgr->GetDefaultAppProxy(); in GetDefaultAppProxy()
237 auto defaultAppProxy = GetDefaultAppProxy(); in InnerIsDefaultApplication()
356 auto defaultAppProxy = GetDefaultAppProxy(); in IsDefaultApplicationSync()
384 auto defaultAppProxy = GetDefaultAppProxy(); in InnerGetDefaultApplication()
515 auto defaultAppProxy = GetDefaultAppProxy(); in GetDefaultApplicationSync()
547 auto defaultAppProxy = GetDefaultAppProxy(); in InnerSetDefaultApplication()
691 auto defaultAppProxy = GetDefaultAppProxy(); in SetDefaultApplicationSync()
720 auto defaultAppProxy = GetDefaultAppProxy(); in InnerResetDefaultApplication()
851 auto defaultAppProxy = GetDefaultAppProxy(); in ResetDefaultApplicationSync()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h110 sptr<IDefaultApp> GetDefaultAppProxy() const;
H A Dbundle_mgr_host_impl.h863 virtual sptr<IDefaultApp> GetDefaultAppProxy() override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dimplicit_start_processor.h95 sptr<AppExecFwk::IDefaultApp> GetDefaultAppProxy();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp138 bmHelper->GetDefaultAppProxy(); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h96 sptr<IDefaultApp> GetDefaultAppProxy();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp735 sptr<AppExecFwk::IDefaultApp> ImplicitStartProcessor::GetDefaultAppProxy() in GetDefaultAppProxy() function in OHOS::AAFwk::ImplicitStartProcessor
742 auto defaultAppProxy = bundleMgrHelper->GetDefaultAppProxy(); in GetDefaultAppProxy()
876 auto defaultMgr = GetDefaultAppProxy(); in IsExistDefaultApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp421 sptr<IDefaultApp> BundleMgrService::GetDefaultAppProxy() const in GetDefaultAppProxy() function in OHOS::AppExecFwk::BundleMgrService
H A Dbundle_mgr_host_impl.cpp3181 sptr<IDefaultApp> BundleMgrHostImpl::GetDefaultAppProxy() in GetDefaultAppProxy() function in OHOS::AppExecFwk::BundleMgrHostImpl
3183 return DelayedSingleton<BundleMgrService>::GetInstance()->GetDefaultAppProxy(); in GetDefaultAppProxy()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/
H A Dimplicit_start_processor_test.cpp419 auto result = processor->GetDefaultAppProxy();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp818 sptr<IDefaultApp> BundleMgrHelper::GetDefaultAppProxy() in GetDefaultAppProxy() function in OHOS::AppExecFwk::BundleMgrHelper
828 return bundleMgr->GetDefaultAppProxy(); in GetDefaultAppProxy()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp506 auto ret = bundleMgrHelper->GetDefaultAppProxy();
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp251 bundleMgrProxy.GetDefaultAppProxy(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1221 virtual sptr<IDefaultApp> GetDefaultAppProxy() in GetDefaultAppProxy() function
H A Dbundle_mgr_proxy.h912 virtual sptr<IDefaultApp> GetDefaultAppProxy() override;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6301 sptr<IDefaultApp> getDefaultAppProxy = bundleMgrProxy->GetDefaultAppProxy();
6318 sptr<IDefaultApp> getDefaultAppProxy = bundleMgrProxy->GetDefaultAppProxy();
6334 sptr<IDefaultApp> getDefaultAppProxy = bundleMgrProxy->GetDefaultAppProxy();
8722 sptr<IDefaultApp> getDefaultAppProxy = bundleMgrProxy->GetDefaultAppProxy();
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2729 sptr<IDefaultApp> defaultAppProxy = GetDefaultAppProxy(); in HandleGetDefaultAppProxy()
H A Dbundle_mgr_proxy.cpp3283 sptr<IDefaultApp> BundleMgrProxy::GetDefaultAppProxy() in GetDefaultAppProxy() function in OHOS::AppExecFwk::BundleMgrProxy