/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()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | shortcut_info.cpp | 40 const char* JSON_KEY_BUNDLE_TARGET_BUNDLE = "targetBundle"; 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()
|
H A D | application_info.cpp | 721 for (auto &targetBundle : targetBundleList) { in Marshalling() 722 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(targetBundle)); in Marshalling()
|
/foundation/ability/dmsfwk/interfaces/innerkits/continuation_manager/include/ |
H A D | continuation_extra_params.h | 40 void SetTargetBundle(std::string targetBundle);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | shortcut_info.h | 47 std::string targetBundle; member
|
/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", 1475 "targetBundle": "~!@#$%^&*(){}[]:;'?<>,.|`/./+_-",
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 1245 string targetBundle = BUNDLE_NAME;
in HWTEST_F() local 1247 callerInfo, accountInfo, targetBundle);
in HWTEST_F() 1693 string targetBundle = INVALID_BUNDLE_NAME;
in HWTEST_F() local 1695 callerInfo, accountInfo, targetBundle);
in HWTEST_F() 1718 string targetBundle = INVALID_BUNDLE_NAME;
in HWTEST_F() local 1720 callerInfo, accountInfo, targetBundle);
in HWTEST_F() 1747 string targetBundle = INVALID_BUNDLE_NAME;
in HWTEST_F() local 1749 callerInfo, accountInfo, targetBundle);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 300 std::string targetBundle; member 1413 intents.targetBundle, in from_json() 2038 for (const auto &targetBundle : configJson.app.targetBundleList) { in ToApplicationInfo() 2039 APP_LOGD("targetBundle = %{public}s", targetBundle.c_str()); in ToApplicationInfo() 2040 applicationInfo.targetBundleList.emplace_back(targetBundle); in ToApplicationInfo() 2319 shortcutIntent.targetBundle = intent.targetBundle; in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 263 std::string targetBundle; member 1159 app.targetBundle, in from_json() 1950 applicationInfo.targetBundleName = app.targetBundle; in ToApplicationInfo() 2340 if ((overlayMsg.type == OVERLAY_EXTERNAL_BUNDLE) && !CheckBundleNameIsValid(moduleJson.app.targetBundle)) { in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 4078 shortcutIntent.targetBundle = shortcutWant.bundleName; in InnerProcessShortcut()
|
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/ |
H A D | js_continuation_manager.cpp | 819 std::string targetBundle(""); in UnWrapContinuationExtraParams() 820 if (UnwrapStringByPropertyName(env, options, "targetBundle", targetBundle)) { in UnWrapContinuationExtraParams() 821 continuationExtraParams->SetTargetBundle(targetBundle); in UnWrapContinuationExtraParams()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | reclaim_priority_manager_test.cpp | 926 std::shared_ptr<BundlePriorityInfo> targetBundle = targetAccount->FindBundleById(target.uid); in HWTEST_F() local 927 ProcessPriorityInfo &targetProc = targetBundle->FindProcByPid(target.pid); in HWTEST_F() 984 std::shared_ptr<BundlePriorityInfo> targetBundle = targetAccount->FindBundleById(target.uid); in HWTEST_F() local 985 ProcessPriorityInfo &targetProc = targetBundle->FindProcByPid(target.pid); in HWTEST_F()
|
/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()
|
/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()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 2043 env, napi_create_string_utf8(env, shortcutIntent.targetBundle.c_str(), NAPI_AUTO_LENGTH, &nTargetBundle)); in ConvertShortcutIntent() 2044 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "targetBundle", nTargetBundle)); in ConvertShortcutIntent() 2378 // parse targetBundle in ParseShortcutWant() 2379 napi_get_named_property(env, param, "targetBundle", &prop); in ParseShortcutWant() 2380 std::string targetBundle; in ParseShortcutWant() local 2381 if (!ParseString(env, prop, targetBundle)) { in ParseShortcutWant() 2384 shortcutIntent.targetBundle = targetBundle; in ParseShortcutWant()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 359 env, napi_create_string_utf8(env, shortcutIntent.targetBundle.c_str(), NAPI_AUTO_LENGTH, &nTargetBundle)); in ConvertShortcutIntent() 360 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "targetBundle", nTargetBundle)); in ConvertShortcutIntent()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 285 EXPECT_EQ(want.targetBundle, TEST_BUNDLE_NAME); in CheckShortcutInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 175 const std::string SHORTCUT_INTENTS_TARGET_BUNDLE = "targetBundle"; 831 shortcutIntent.targetBundle = SHORTCUT_INTENTS_TARGET_BUNDLE; in MockShortcutInfo() 841 shortcutIntent.targetBundle = SHORTCUT_INTENTS_TARGET_BUNDLE; in MockShortcutIntent() 1401 EXPECT_EQ(shortcutIntent.targetBundle, SHORTCUT_INTENTS_TARGET_BUNDLE); in CheckShortcutInfoTest() 1440 EXPECT_EQ(shortcutIntent.targetBundle, SHORTCUT_INTENTS_TARGET_BUNDLE); in CheckShortcutInfoDemo() 10626 EXPECT_EQ(result.targetBundle, SHORTCUT_INTENTS_TARGET_BUNDLE); in HWTEST_F()
|
H A D | bms_bundle_data_mgr_test.cpp | 141 const std::string SHORTCUT_INTENTS_TARGET_BUNDLE = "targetBundle"; 709 shortcutIntent.targetBundle = SHORTCUT_INTENTS_TARGET_BUNDLE; in MockShortcutInfo() 719 shortcutIntent.targetBundle = SHORTCUT_INTENTS_TARGET_BUNDLE; in MockShortcutIntent()
|