Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp59 bool firstTry, std::string& appGalleryBundleName, std::map<std::string, std::string>& params) in AssembleUiExtensionParams() argument
71 appGalleryBundleName = OHOS::Ace::SystemProperties::GetAtomicServiceBundleName(); in AssembleUiExtensionParams()
74 appGalleryBundleName = OHOS::Ace::AppBarHelper::QueryAppGalleryBundleName(); in AssembleUiExtensionParams()
335 std::string appGalleryBundleName; in CreateServicePanel() local
337 AssembleUiExtensionParams(firstTry, appGalleryBundleName, params); in CreateServicePanel()
338 auto wantWrap = WantWrap::CreateWantWrap(appGalleryBundleName, abilityName); in CreateServicePanel()
342appGalleryBundleName.c_str(), abilityName.c_str(), params["bundleName"].c_str(), params["abilityNa… in CreateServicePanel()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_util.h359 std::string appGalleryBundleName; in StartAppgallery() local
361 …(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()
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp171 std::string appGalleryBundleName) in DispatchAppGallery() argument
173 InfoLog("DispatchAppGallery appGalleryBundleName = %{public}s", appGalleryBundleName.c_str()); in DispatchAppGallery()
177 want.SetElementName(appGalleryBundleName, ABILITY_NAME); in DispatchAppGallery()
H A Dtag_ability_dispatcher.h35 …id DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
H A Dexternal_deps_proxy.cpp199 …xy::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName) in DispatchAppGallery() argument
201 TAG::TagAbilityDispatcher::DispatchAppGallery(tagServiceIface, appGalleryBundleName); in DispatchAppGallery()
H A Dexternal_deps_proxy.h90 …id DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp299 … std::string appGalleryBundleName = nciTagProxy_.lock()->GetVendorAppGalleryBundleName(); in OnNotificationButtonClicked() local
301 appGalleryBundleName); in OnNotificationButtonClicked()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3835 std::string appGalleryBundleName; in SetAdditionalInfo() local
3836 QueryAppGalleryBundleName(appGalleryBundleName); in SetAdditionalInfo()
3841 …if (appGalleryBundleName.empty() || callingBundleName.empty() || appGalleryBundleName != callingBu… in SetAdditionalInfo()
3843 appGalleryBundleName.c_str(), callingBundleName.c_str()); in SetAdditionalInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5022 std::string appGalleryBundleName; in CheckCallerIsAppGallery() local
5023 if (!bundleMgrHelper->QueryAppGalleryBundleName(appGalleryBundleName)) { in CheckCallerIsAppGallery()
5028 appGalleryBundleName.c_str()); in CheckCallerIsAppGallery()
5030 return callerBundleName == appGalleryBundleName; in CheckCallerIsAppGallery()