Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dshortcut_info.cpp77 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 Djs-apis-bundleManager-shortcutInfo-sys.md22 | targetModule | string | 是 | 是 | 快捷方式的目标moduleName。 |
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dshortcut_info.h48 std::string targetModule; member
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_module_checker_test/
H A Dform_module_checker_test.cpp323 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 Djs-apis-bundleManager-shortcutInfo-sys.md22 | 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 Darkts_utils.cpp313 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 Djs-apidiff-bundle.md100 | shortcutInfo | ShortcutWant | readonly targetModule: string; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-bundle.md100 | shortcutInfo | ShortcutWant | readonly targetModule: string; | Added|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp273 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 Dcommon_func.cpp2051 …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 Dlauncher_bundle_manager.cpp411 element.SetModuleName(shortcutInfo.intents[0].targetModule); in InnerStartShortcut()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp276 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 Dbundle_profile.cpp2491 shortcutIntent.targetModule = Constants::EMPTY_STRING; in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp4152 shortcutIntent.targetModule = shortcutWant.moduleName; in InnerProcessShortcut()
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-bundle.md231 |新增|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 Djs_view_abstract.h289 …static bool ParseDollarResource(const JSRef<JSVal>& jsValue, std::string& targetModule, ResourceTy…
H A Djs_view_abstract.cpp1222 …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 Djs_launcher.cpp364 …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 Djs-apidiff-bundle.md231 …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 Djs-apidiff-bundle.md275 …类名: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 Dbms_bundle_kit_service_test.cpp833 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 Dbms_bundle_data_mgr_test.cpp708 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 Djs-apidiff-bundle.md275 …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 Djs-apidiff-bundle.md409 |新增|NA|类名:ShortcutWant;<br>方法or属性:readonly targetModule: string;|ShortcutInfo.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-bundle.md409 |Added|NA|Class name: ShortcutWant;<br>Method or attribute name: readonly targetModule: string;|Sho…