/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | app_bar_helper_impl.cpp | 24 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 D | app_bar_helper_impl.cpp | 22 std::string AppBarHelper::QueryAppGalleryBundleName() in QueryAppGalleryBundleName() function in OHOS::Ace::AppBarHelper
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_app_bar_helper_impl.cpp | 20 std::string AppBarHelper::QueryAppGalleryBundleName() in QueryAppGalleryBundleName() function in OHOS::Ace::AppBarHelper
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | app_bar_helper.h | 28 static std::string QueryAppGalleryBundleName();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_view.cpp | 74 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 D | bundlemgrhelper_fuzzer.cpp | 135 bmHelper->QueryAppGalleryBundleName(stringParam); in BundleMgrHelperFuzztest2()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 92 bool QueryAppGalleryBundleName(std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_util.h | 361 …if (bundleMgrHelper == nullptr || !bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName… in StartAppgallery()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 778 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 D | bundlemgrproxy_fuzzer.cpp | 287 bundleMgrProxy.QueryAppGalleryBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 158 auto ret = bms->QueryAppGalleryBundleName(bundleName); in GetAppGalleryBundleName()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | system_dialog_scheduler.cpp | 432 if (!IN_PROCESS_CALL(bundleMgrHelper->QueryAppGalleryBundleName(bundleName))) { in GetSelectorDialogWantCommon()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1389 virtual bool QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function
|
H A D | bundle_mgr_proxy.h | 966 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 916 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3666 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 D | bms_bundle_data_mgr_test.cpp | 4432 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 D | bundle_mgr_host.cpp | 3392 bool ret = QueryAppGalleryBundleName(bundleName); in HandleQueryAppGalleryBundleName()
|
H A D | bundle_mgr_proxy.cpp | 4018 bool BundleMgrProxy::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 5023 if (!bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in CheckCallerIsAppGallery()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8454 bool ret = bundleMgrProxy->QueryAppGalleryBundleName(bundleName);
|