Home
last modified time | relevance | path

Searched refs:appGalleryBundleName (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/app_file_service/services/backup_sa/include/module_app_gallery/
H A Dapp_gallery_service_connection.h62 auto appGalleryBundleName = BundleMgrAdapter::GetAppGalleryBundleName(); in ConnectExtAbility() local
63 if (appGalleryBundleName.empty()) { in ConnectExtAbility()
69 want.SetElementName(appGalleryBundleName.c_str(), T::abilityName); in ConnectExtAbility()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp41 bool firstTry, std::string& appGalleryBundleName, std::map<std::string, std::string>& params) in AssembleUiExtensionParams()
53 appGalleryBundleName = OHOS::Ace::SystemProperties::GetAtomicServiceBundleName(); in AssembleUiExtensionParams()
56 appGalleryBundleName = OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName(); in AssembleUiExtensionParams()
317 std::string appGalleryBundleName; in CreateServicePanel() local
319 AssembleUiExtensionParams(firstTry, appGalleryBundleName, params); in CreateServicePanel()
320 auto wantWrap = WantWrap::CreateWantWrap(appGalleryBundleName, abilityName); in CreateServicePanel()
324 appGalleryBundleName.c_str(), abilityName.c_str(), params["bundleName"].c_str(), params["abilityName"].c_str(), in CreateServicePanel()
40 AssembleUiExtensionParams( bool firstTry, std::string& appGalleryBundleName, std::map<std::string, std::string>& params) AssembleUiExtensionParams() argument
/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.h35 static void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
H A Dtag_ability_dispatcher.cpp171 std::string appGalleryBundleName) in DispatchAppGallery()
173 InfoLog("DispatchAppGallery appGalleryBundleName = %{public}s", appGalleryBundleName.c_str()); in DispatchAppGallery()
177 want.SetElementName(appGalleryBundleName, ABILITY_NAME); in DispatchAppGallery()
170 DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName) DispatchAppGallery() argument
H A Dexternal_deps_proxy.h90 void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
H A Dexternal_deps_proxy.cpp199 void ExternalDepsProxy::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName) in DispatchAppGallery() argument
201 TAG::TagAbilityDispatcher::DispatchAppGallery(tagServiceIface, appGalleryBundleName); in DispatchAppGallery()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dability_util.h359 std::string appGalleryBundleName; in StartAppgallery() local
361 if (bundleMgrHelper == nullptr || !bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in StartAppgallery()
363 appGalleryBundleName = MARKET_BUNDLE_NAME; in StartAppgallery()
366 TAG_LOGD(AAFwkTag::ABILITYMGR, "appGalleryBundleName:%{public}s", appGalleryBundleName.c_str()); in StartAppgallery()
369 want.SetElementName(appGalleryBundleName, ""); in StartAppgallery()
/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp301 std::string appGalleryBundleName = nciTagProxy_.lock()->GetVendorAppGalleryBundleName(); in OnNotificationButtonClicked() local
303 appGalleryBundleName); in OnNotificationButtonClicked()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3788 std::string appGalleryBundleName; in SetAdditionalInfo() local
3789 QueryAppGalleryBundleName(appGalleryBundleName); in SetAdditionalInfo()
3794 if (appGalleryBundleName.empty() || callingBundleName.empty() || appGalleryBundleName != callingBundleName) { in SetAdditionalInfo()
3795 APP_LOGE("Failed, appGalleryBundleName: %{public}s. callingBundleName: %{public}s", in SetAdditionalInfo()
3796 appGalleryBundleName.c_str(), callingBundleName.c_str()); in SetAdditionalInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5019 std::string appGalleryBundleName; in CheckCallerIsAppGallery() local
5020 if (!bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in CheckCallerIsAppGallery()
5024 TAG_LOGD(AAFwkTag::APPMGR, "callerBundleName:%{public}s, appGalleryBundleName:%{public}s", callerBundleName.c_str(), in CheckCallerIsAppGallery()
5025 appGalleryBundleName.c_str()); in CheckCallerIsAppGallery()
5027 return callerBundleName == appGalleryBundleName; in CheckCallerIsAppGallery()

Completed in 24 milliseconds