Home
last modified time | relevance | path

Searched refs:nTargetModule (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp362 napi_value nTargetModule; in ConvertShortcutIntent() local
364 env, napi_create_string_utf8(env, shortcutIntent.targetModule.c_str(), NAPI_AUTO_LENGTH, &nTargetModule)); in ConvertShortcutIntent()
365 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objShortcutInfo, "targetModule", nTargetModule)); in ConvertShortcutIntent()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2046 napi_value nTargetModule; in ConvertShortcutIntent() local
2048 env, napi_create_string_utf8(env, shortcutIntent.targetModule.c_str(), NAPI_AUTO_LENGTH, &nTargetModule)); in ConvertShortcutIntent()
2049 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "targetModule", nTargetModule)); in ConvertShortcutIntent()

Completed in 7 milliseconds