Home
last modified time | relevance | path

Searched refs:nTargetClass (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp367 napi_value nTargetClass; in ConvertShortcutIntent() local
369 …napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent()
370 …_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "targetClass", nTargetClass)); in ConvertShortcutIntent()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2054 napi_value nTargetClass; in ConvertShortcutIntent() local
2056 …napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent()
2057 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "targetAbility", nTargetClass)); in ConvertShortcutIntent()