/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/ets/MainAbility/ |
H A D | MainAbility.ts | 62 targetBundle: "targetBundle", 91 targetBundle: "targetBundle", 120 targetBundle: "targetBundle", 148 targetBundle: "targetBundle", 265 targetBundle: "targetBundle", 313 targetBundle: "targetBundle", 341 targetBundle: "targetBundle", 368 targetBundle: "targetBundle",
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/ |
H A D | continuation_extra_params.cpp | 81 void ContinuationExtraParams::SetTargetBundle(std::string targetBundle) in SetTargetBundle() argument 83 targetBundle_ = targetBundle; in SetTargetBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | shortcut_info.cpp | 76 shortcutIntent.targetBundle = Str16ToStr8(parcel.ReadString16()); // target bundle name in ReadFromParcel() 123 … WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(intents[i].targetBundle)); in Marshalling() 140 {JSON_KEY_BUNDLE_TARGET_BUNDLE, shortcutIntent.targetBundle}, in to_json() 175 shortcutIntent.targetBundle, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-ShortcutInfo-sys.md | 21 | targetBundle | string | 是 | 否 | 快捷方式的目标捆绑包 |
|
H A D | js-apis-continuation-continuationExtraParams.md | 20 | targetBundle | string | 否 | 是 | 表示目标Bundle名称。 |
|
H A D | js-apis-bundleManager-shortcutInfo-sys.md | 21 | targetBundle | string | 是 | 否 | 快捷方式的目标bundleName。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | shortcut_info.h | 47 std::string targetBundle; member
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/ |
H A D | continuation_extra_params.h | 40 void SetTargetBundle(std::string targetBundle);
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-ShortcutInfo-sys.md | 21 | targetBundle | string | Yes | No | Target bundle of the shortcut.|
|
H A D | js-apis-continuation-continuationExtraParams.md | 20 | targetBundle | string | No| Yes| Name of the target bundle.|
|
H A D | js-apis-bundleManager-shortcutInfo-sys.md | 21 | targetBundle | string | Yes | No | Target bundle name of the shortcut.|
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_dump_test.cpp | 236 std::string targetBundle = "TargetBundleName"; variable 243 …ING_TYPE", callType, "CALLING_UID", callUid, "CALLING_PID", callPid, "TARGET_BUNDLE", targetBundle,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 1245 string targetBundle = BUNDLE_NAME; variable 1247 callerInfo, accountInfo, targetBundle); 1697 string targetBundle = INVALID_BUNDLE_NAME; variable 1699 callerInfo, accountInfo, targetBundle); 1722 string targetBundle = INVALID_BUNDLE_NAME; variable 1724 callerInfo, accountInfo, targetBundle); 1752 string targetBundle = INVALID_BUNDLE_NAME; variable 1754 callerInfo, accountInfo, targetBundle);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 107 "targetBundle": "com.demo.hiworld.himusic",
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-structure.md | 495 | intents | 标识快捷方式内定义的目标intent信息集合,每个intent可配置两个子标签,targetClass, targetBundle。 | 对象数组 | 可缺省,缺省… 504 | targetBundle | 标识快捷方式目标Ability所在应用的包名。 | 字符串 | 可缺省,缺省值为空。 | 517 "targetBundle": "com.example.world.test",
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_dump_test.cpp | 317 std::string targetBundle = "TargetBundleName"; variable 325 …ING_TYPE", callType, "CALLING_UID", callUid, "CALLING_PID", callPid, "TARGET_BUNDLE", targetBundle,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 302 std::string targetBundle; member 1567 intents.targetBundle, in from_json() 2220 for (const auto &targetBundle : configJson.app.targetBundleList) { in ToApplicationInfo() local 2221 APP_LOGD("targetBundle = %{public}s", targetBundle.c_str()); in ToApplicationInfo() 2222 applicationInfo.targetBundleList.emplace_back(targetBundle); in ToApplicationInfo() 2490 shortcutIntent.targetBundle = intent.targetBundle; in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 238 std::string targetBundle; member 1277 app.targetBundle, in from_json() 2123 applicationInfo.targetBundleName = app.targetBundle; in ToApplicationInfo() 2510 …rlayMsg.type == OVERLAY_EXTERNAL_BUNDLE) && !CheckBundleNameIsValid(moduleJson.app.targetBundle)) { in ToInnerBundleInfo()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 323 … List\<IntentInfo> | 标识快捷方式内定义的目标intent信息集合,每个intent可配置两个子标签,targetClass,targetBundle | NA | 331 | targetBundle | String | 快捷方式目标包名 | NA |
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.cpp | 819 std::string targetBundle(""); in UnWrapContinuationExtraParams() local 820 if (UnwrapStringByPropertyName(env, options, "targetBundle", targetBundle)) { in UnWrapContinuationExtraParams() 821 continuationExtraParams->SetTargetBundle(targetBundle); in UnWrapContinuationExtraParams()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 609 sptr<NotificationBundleOption> targetBundle(nullptr); 611 …ASSERT_EQ(advancedNotificationService_->GetAppTargetBundle(bundleOption, targetBundle), ERR_ANS_NO…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1261 sptr<NotificationBundleOption> targetBundle = nullptr; in IsSpecialBundleAllowedNotify() local 1264 targetBundle = GenerateValidBundleOption(bundleOption); in IsSpecialBundleAllowedNotify() 1267 ErrCode result = GetAppTargetBundle(bundleOption, targetBundle); in IsSpecialBundleAllowedNotify() 1273 if (targetBundle == nullptr) { in IsSpecialBundleAllowedNotify() 1286 … = NotificationPreferences::GetInstance()->GetNotificationsEnabledForBundle(targetBundle, allowed); in IsSpecialBundleAllowedNotify() 1289 allowed = CheckApiCompatibility(targetBundle); in IsSpecialBundleAllowedNotify()
|
H A D | advanced_notification_utils.cpp | 202 sptr<NotificationBundleOption> &targetBundle) in GetAppTargetBundle() argument 210 targetBundle = clientBundle; in GetAppTargetBundle() 214 targetBundle = bundleOption; in GetAppTargetBundle() 220 targetBundle = GenerateValidBundleOption(bundleOption); in GetAppTargetBundle()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 246 std::string targetBundle; member 1116 app.targetBundle, in from_json() 1501 applicationInfo.targetBundleName = app.targetBundle; in ToApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.cpp | 410 element.SetBundleName(shortcutInfo.intents[0].targetBundle); in InnerStartShortcut()
|