/foundation/filemanagement/app_file_service/services/backup_sa/include/module_app_gallery/ |
H A D | app_gallery_service_connection.h | 62 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 D | app_bar_view.cpp | 41 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 D | tag_ability_dispatcher.h | 35 static void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
|
H A D | tag_ability_dispatcher.cpp | 171 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 D | external_deps_proxy.h | 90 void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
|
H A D | external_deps_proxy.cpp | 199 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 D | ability_util.h | 359 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 D | tag_dispatcher.cpp | 301 std::string appGalleryBundleName = nciTagProxy_.lock()->GetVendorAppGalleryBundleName();
in OnNotificationButtonClicked() local 303 appGalleryBundleName);
in OnNotificationButtonClicked()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3788 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 D | app_mgr_service_inner.cpp | 5019 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()
|