Searched refs:nTargetClass (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 367 napi_value nTargetClass; in ConvertShortcutIntent() local 369 env, napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent() 370 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "targetClass", nTargetClass)); in ConvertShortcutIntent()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 2051 napi_value nTargetClass; in ConvertShortcutIntent() local 2053 env, napi_create_string_utf8(env, shortcutIntent.targetClass.c_str(), NAPI_AUTO_LENGTH, &nTargetClass)); in ConvertShortcutIntent() 2054 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "targetAbility", nTargetClass)); in ConvertShortcutIntent()
|
Completed in 7 milliseconds