Home
last modified time | relevance | path

Searched refs:QueryAppGalleryBundleName (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dapp_bar_helper_impl.cpp24 std::string AppBarHelper::QueryAppGalleryBundleName() in QueryAppGalleryBundleName() function in OHOS::Ace::AppBarHelper
36 auto result = bundleMgr->QueryAppGalleryBundleName(bundleName); in QueryAppGalleryBundleName()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dapp_bar_helper_impl.cpp22 std::string AppBarHelper::QueryAppGalleryBundleName() in QueryAppGalleryBundleName() function in OHOS::Ace::AppBarHelper
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_app_bar_helper_impl.cpp20 std::string AppBarHelper::QueryAppGalleryBundleName() in QueryAppGalleryBundleName() function in OHOS::Ace::AppBarHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dapp_bar_helper.h28 static std::string QueryAppGalleryBundleName();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp74 appGalleryBundleName = OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName(); in AssembleUiExtensionParams()
307 OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName().empty()) { in CreateServicePanel()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp135 bmHelper->QueryAppGalleryBundleName(stringParam); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h92 bool QueryAppGalleryBundleName(std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_util.h361 …if (bundleMgrHelper == nullptr || !bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName… in StartAppgallery()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp778 bool BundleMgrHelper::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrHelper
788 return bundleMgr->QueryAppGalleryBundleName(bundleName); in QueryAppGalleryBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp287 bundleMgrProxy.QueryAppGalleryBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp158 auto ret = bms->QueryAppGalleryBundleName(bundleName); in GetAppGalleryBundleName()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp432 if (!IN_PROCESS_CALL(bundleMgrHelper->QueryAppGalleryBundleName(bundleName))) { in GetSelectorDialogWantCommon()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1389 virtual bool QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function
H A Dbundle_mgr_proxy.h966 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h916 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3666 bool BundleMgrHostImpl::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
3836 QueryAppGalleryBundleName(appGalleryBundleName); in SetAdditionalInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4432 bool ret = bundleMgrHostImpl_->QueryAppGalleryBundleName(bundleName);
4445 bool ret = bundleMgrHostImpl_->QueryAppGalleryBundleName(bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3392 bool ret = QueryAppGalleryBundleName(bundleName); in HandleQueryAppGalleryBundleName()
H A Dbundle_mgr_proxy.cpp4018 bool BundleMgrProxy::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5023 if (!bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in CheckCallerIsAppGallery()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8454 bool ret = bundleMgrProxy->QueryAppGalleryBundleName(bundleName);