Home
last modified time | relevance | path

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

/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()
/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
/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
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dapp_bar_helper.h28 static std::string QueryAppGalleryBundleName();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp56 appGalleryBundleName = OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName(); in AssembleUiExtensionParams()
289 OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName().empty()) { in CreateServicePanel()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h96 bool QueryAppGalleryBundleName(std::string &bundleName);
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp135 bmHelper->QueryAppGalleryBundleName(stringParam); in BundleMgrHelperFuzztest2()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dability_util.h361 if (bundleMgrHelper == nullptr || !bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in StartAppgallery()
362 TAG_LOGE(AAFwkTag::ABILITYMGR, "GetBundleManagerHelper or QueryAppGalleryBundleName failed"); in StartAppgallery()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp785 bool BundleMgrHelper::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrHelper
795 return bundleMgr->QueryAppGalleryBundleName(bundleName); in QueryAppGalleryBundleName()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp287 bundleMgrProxy.QueryAppGalleryBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp153 auto ret = bms->QueryAppGalleryBundleName(bundleName); in GetAppGalleryBundleName()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp431 if (!IN_PROCESS_CALL(bundleMgrHelper->QueryAppGalleryBundleName(bundleName))) { in GetSelectorDialogWantCommon()
432 TAG_LOGE(AAFwkTag::DIALOG, "QueryAppGalleryBundleName failed"); in GetSelectorDialogWantCommon()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1388 virtual bool QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h966 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h916 virtual bool QueryAppGalleryBundleName(std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3625 bool BundleMgrHostImpl::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrHostImpl
3627 APP_LOGD("QueryAppGalleryBundleName in bundle host impl start"); in QueryAppGalleryBundleName()
3789 QueryAppGalleryBundleName(appGalleryBundleName); in SetAdditionalInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4444 * @tc.name: test BundleMgrHostImpl::QueryAppGalleryBundleName
4453 bool ret = bundleMgrHostImpl_->QueryAppGalleryBundleName(bundleName); in HWTEST_F()
4459 * @tc.name: test BundleMgrHostImpl::QueryAppGalleryBundleName
4466 bool ret = bundleMgrHostImpl_->QueryAppGalleryBundleName(bundleName); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3377 APP_LOGD("QueryAppGalleryBundleName in bundle mgr hoxt start"); in HandleQueryAppGalleryBundleName()
3380 bool ret = QueryAppGalleryBundleName(bundleName); in HandleQueryAppGalleryBundleName()
H A Dbundle_mgr_proxy.cpp4051 bool BundleMgrProxy::QueryAppGalleryBundleName(std::string &bundleName) in QueryAppGalleryBundleName() function in OHOS::AppExecFwk::BundleMgrProxy
4053 APP_LOGD("QueryAppGalleryBundleName in bundle proxy start"); in QueryAppGalleryBundleName()
4057 APP_LOGE("fail to QueryAppGalleryBundleName due to write InterfaceToken failed"); in QueryAppGalleryBundleName()
4063 APP_LOGE("fail to QueryAppGalleryBundleName from server"); in QueryAppGalleryBundleName()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5020 if (!bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in CheckCallerIsAppGallery()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8506 bool ret = bundleMgrProxy->QueryAppGalleryBundleName(bundleName); in HWTEST_F()

Completed in 106 milliseconds