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 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_view.cpp | 59 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() 342 …appGalleryBundleName.c_str(), abilityName.c_str(), params["bundleName"].c_str(), params["abilityNa… in CreateServicePanel()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_util.h | 359 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 D | tag_ability_dispatcher.cpp | 171 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 D | tag_ability_dispatcher.h | 35 …id DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
|
H A D | external_deps_proxy.cpp | 199 …xy::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName) in DispatchAppGallery() argument 201 TAG::TagAbilityDispatcher::DispatchAppGallery(tagServiceIface, appGalleryBundleName); in DispatchAppGallery()
|
H A D | external_deps_proxy.h | 90 …id DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | tag_dispatcher.cpp | 299 … std::string appGalleryBundleName = nciTagProxy_.lock()->GetVendorAppGalleryBundleName(); in OnNotificationButtonClicked() local 301 appGalleryBundleName); in OnNotificationButtonClicked()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3835 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 D | app_mgr_service_inner.cpp | 5022 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()
|