Home
last modified time | relevance | path

Searched refs:targetBundle (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/ets/MainAbility/
H A DMainAbility.ts62 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 Dcontinuation_extra_params.cpp81 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 Dshortcut_info.cpp76 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 Djs-apis-bundle-ShortcutInfo-sys.md21 | targetBundle | string | 是 | 否 | 快捷方式的目标捆绑包 |
H A Djs-apis-continuation-continuationExtraParams.md20 | targetBundle | string | 否 | 是 | 表示目标Bundle名称。 |
H A Djs-apis-bundleManager-shortcutInfo-sys.md21 | targetBundle | string | 是 | 否 | 快捷方式的目标bundleName。 |
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h47 std::string targetBundle; member
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/
H A Dcontinuation_extra_params.h40 void SetTargetBundle(std::string targetBundle);
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-ShortcutInfo-sys.md21 | targetBundle | string | Yes | No | Target bundle of the shortcut.|
H A Djs-apis-continuation-continuationExtraParams.md20 | targetBundle | string | No| Yes| Name of the target bundle.|
H A Djs-apis-bundleManager-shortcutInfo-sys.md21 | targetBundle | string | Yes | No | Target bundle name of the shortcut.|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_dump_test.cpp236 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 Ddistributed_sched_permission_test.cpp1245 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 Dbms_bundle_parser_test.cpp107 "targetBundle": "com.demo.hiworld.himusic",
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-structure.md495 | 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 Dstats_service_dump_test.cpp317 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 Dbundle_profile.cpp302 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 Dmodule_profile.cpp238 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 Dunpacking-tool.md323 … List\<IntentInfo> | 标识快捷方式内定义的目标intent信息集合,每个intent可配置两个子标签,targetClass,targetBundle | NA |
331 | targetBundle | String | 快捷方式目标包名 | NA |
/ohos5.0/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.cpp819 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 Dadvanced_notification_service_branch_test.cpp609 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 Dadvanced_notification_publish_service.cpp1261 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 Dadvanced_notification_utils.cpp202 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 Dmodule_profile.cpp246 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 Dlauncher_bundle_manager.cpp410 element.SetBundleName(shortcutInfo.intents[0].targetBundle); in InnerStartShortcut()

12