/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | shortcut_info.cpp | 77 shortcutIntent.targetModule = Str16ToStr8(parcel.ReadString16()); // target module name in ReadFromParcel() 124 … WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(intents[i].targetModule)); in Marshalling() 141 {JSON_KEY_BUNDLE_TARGET_MODULE, shortcutIntent.targetModule}, in to_json() 183 shortcutIntent.targetModule, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-shortcutInfo-sys.md | 22 | targetModule | string | 是 | 是 | 快捷方式的目标moduleName。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | shortcut_info.h | 48 std::string targetModule; member
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_module_checker_test/ |
H A D | form_module_checker_test.cpp | 323 std::string targetModule = "hds.analogclock"; variable 325 auto it = std::find(result.begin(), result.end(), targetModule);
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-shortcutInfo-sys.md | 22 | targetModule | string | Yes | Yes | Target module name of the shortcut. |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 313 bool ParseDollarResource(std::string& targetModule, ResourceType& resType, in ParseDollarResource() argument 321 targetModule = results[1]; in ParseDollarResource() 329 std::string& targetModule, ResourceType& resType, std::string& resName) in CompleteResourceObjectFromParams() argument 352 ParseDollarResource(targetModule, resType, resName, typeNum == UNKNOWN_RESOURCE_TYPE); in CompleteResourceObjectFromParams() 363 if (std::regex_match(targetModule, resNameResults, resNameRegex)) { in CompleteResourceObjectFromParams() 439 std::string targetModule; in CompleteResourceObject() local 449 … if (!ParseDollarResource(targetModule, resType, resName, typeNum == UNKNOWN_RESOURCE_TYPE)) { in CompleteResourceObject() 456 CompleteResourceObjectFromParams(vm, jsObj, targetModule, resType, resName); in CompleteResourceObject()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-bundle.md | 100 | shortcutInfo | ShortcutWant | readonly targetModule: string; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-bundle.md | 100 | shortcutInfo | ShortcutWant | readonly targetModule: string; | Added|
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 273 std::string targetModule; member 1310 module.targetModule, in from_json() 1700 innerModuleInfo.targetModuleName = moduleJson.module.targetModule; in ToInnerModuleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 2051 …env, napi_create_string_utf8(env, shortcutIntent.targetModule.c_str(), NAPI_AUTO_LENGTH, &nTargetM… in ConvertShortcutIntent() 2391 std::string targetModule; in ParseShortcutWant() local 2392 if (!ParseString(env, prop, targetModule)) { in ParseShortcutWant() 2393 targetModule = ""; in ParseShortcutWant() 2395 shortcutIntent.targetModule = targetModule; in ParseShortcutWant()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.cpp | 411 element.SetModuleName(shortcutInfo.intents[0].targetModule); in InnerStartShortcut()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 276 std::string targetModule; member 1559 module.targetModule, in from_json() 2451 innerModuleInfo.targetModuleName = moduleJson.module.targetModule; in ToInnerModuleInfo() 2506 … (overlayMsg.type != NON_OVERLAY_TYPE && !CheckModuleNameIsValid(moduleJson.module.targetModule)) { in ToInnerBundleInfo()
|
H A D | bundle_profile.cpp | 2491 shortcutIntent.targetModule = Constants::EMPTY_STRING; in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 4152 shortcutIntent.targetModule = shortcutWant.moduleName; in InnerProcessShortcut()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 231 |新增|NA|模块名: ShortcutInfo<br>类名: ShortcutWant<br>方法 or 属性: readonly targetModule: string;|ShortcutIn… 348 |删除|模块名: shortcutInfo<br>类名: ShortcutWant<br>方法 or 属性:readonly targetModule: string;|NA|shortcutInf…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 289 …static bool ParseDollarResource(const JSRef<JSVal>& jsValue, std::string& targetModule, ResourceTy…
|
H A D | js_view_abstract.cpp | 1222 …int32_t resId, JSRef<JSObject>& jsObj, std::string& targetModule, ResourceType& resType, std::stri… in CompleteResourceObjectFromParams() argument 1241 …JSViewAbstract::ParseDollarResource(identity, targetModule, resType, resName, typeNum == UNKNOWN_R… in CompleteResourceObjectFromParams() 1248 if (std::regex_match(targetModule, resNameResults, resNameRegex)) { in CompleteResourceObjectFromParams() 5054 bool JSViewAbstract::ParseDollarResource(const JSRef<JSVal>& jsValue, std::string& targetModule, Re… in ParseDollarResource() argument 5066 targetModule = results[1]; in ParseDollarResource() 5118 std::string targetModule; in CompleteResourceObjectInner() local 5126 …if (!ParseDollarResource(resId, targetModule, resType, resName, typeNum == UNKNOWN_RESOURCE_TYPE))… in CompleteResourceObjectInner() 5133 CompleteResourceObjectFromParams(resIdValue, jsObj, targetModule, resType, resName); in CompleteResourceObjectInner()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 364 …env, napi_create_string_utf8(env, shortcutIntent.targetModule.c_str(), NAPI_AUTO_LENGTH, &nTargetM… in ConvertShortcutIntent()
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 231 …nfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetModule: string;|Shortc… 348 …nfo<br>Class name: ShortcutWant<br>Method or attribute name: readonly targetModule: string;|NA|sho…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 275 …类名:ShortcutWant;<br>方法or属性:readonly targetModule: string;<br>旧版本信息:|类名:ShortcutWant;<br>方法or属性:rea…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 833 shortcutIntent.targetModule = SHORTCUT_INTENTS_TARGET_MODULE; in MockShortcutInfo() 843 shortcutIntent.targetModule = SHORTCUT_INTENTS_TARGET_MODULE; in MockShortcutIntent() 1403 EXPECT_EQ(shortcutIntent.targetModule, SHORTCUT_INTENTS_TARGET_MODULE); in CheckShortcutInfoTest() 1442 EXPECT_EQ(shortcutIntent.targetModule, SHORTCUT_INTENTS_TARGET_MODULE); in CheckShortcutInfoDemo() 10510 EXPECT_EQ(result.targetModule, SHORTCUT_INTENTS_TARGET_MODULE);
|
H A D | bms_bundle_data_mgr_test.cpp | 708 shortcutIntent.targetModule = SHORTCUT_INTENTS_TARGET_MODULE; in MockShortcutInfo() 718 shortcutIntent.targetModule = SHORTCUT_INTENTS_TARGET_MODULE; in MockShortcutIntent()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 275 …me: readonly targetModule: string;<br>Old version information: |Class name: ShortcutWant;<br>Metho…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-bundle.md | 409 |新增|NA|类名:ShortcutWant;<br>方法or属性:readonly targetModule: string;|ShortcutInfo.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-bundle.md | 409 |Added|NA|Class name: ShortcutWant;<br>Method or attribute name: readonly targetModule: string;|Sho…
|