Home
last modified time | relevance | path

Searched refs:thisArg (Results 1 - 10 of 10) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp273 napi_value thisArg; in NapiRegister() local
274 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiRegister()
280 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiRegister()
331 napi_value thisArg; in NapiUnregister() local
332 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiUnregister()
338 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiUnregister()
375 napi_value thisArg; in NapiDestroy() local
376 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiDestroy()
382 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiDestroy()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp273 napi_value thisArg; in NapiRegister() local
274 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiRegister()
280 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiRegister()
325 napi_value thisArg; in NapiUnregister() local
326 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiUnregister()
332 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiUnregister()
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp262 napi_value thisArg; in NapiDrawPattern() local
263 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiDrawPattern()
269 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiDrawPattern()
312 napi_value thisArg; in NapiDrawText() local
313 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiDrawText()
319 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiDrawText()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
H A Dapp_napi.cpp269 napi_value thisArg; in Quit() local
279 NAPI_CALL(env, napi_get_cb_info(env, info, NULL, NULL, &thisArg, NULL)); in Quit()
281 status = napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in Quit()
301 napi_value thisArg; in GetXComponentId() local
310 NAPI_CALL(env, napi_get_cb_info(env, info, NULL, NULL, &thisArg, NULL)); in GetXComponentId()
311 status = napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in GetXComponentId()
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_napi_utils.cpp34 napi_value thisArg = nullptr; in CreateClassConstructor() local
36 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, &data); in CreateClassConstructor()
39 return thisArg; in CreateClassConstructor()
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
H A Dapp_napi.cpp337 napi_value thisArg; in Quit() local
347 NAPI_CALL(env, napi_get_cb_info(env, info, NULL, NULL, &thisArg, NULL)); in Quit()
349 status = napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in Quit()
369 napi_value thisArg; in GetXComponentId() local
378 NAPI_CALL(env, napi_get_cb_info(env, info, NULL, NULL, &thisArg, NULL)); in GetXComponentId()
379 status = napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in GetXComponentId()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp264 napi_value thisArg; in NapiDrawPattern() local
265 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiDrawPattern()
271 if (napi_get_named_property(env, thisArg, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance) != napi_ok) { in NapiDrawPattern()
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_napi.cpp403 napi_value thisArg = nullptr; in CalendarAccountConstructor() local
406 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, &data); in CalendarAccountConstructor()
411 return thisArg; in CalendarAccountConstructor()
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp96 napi_value thisArg; in NapiDrawPattern() local
97 if (napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr) != napi_ok) { in NapiDrawPattern()
/applications/standard/settings/napi/settings/
H A Dnapi_settings_init.cpp275 napi_value thisArg = nullptr; in ClassConstructor() local
277 napi_get_cb_info(env, info, &argc, &argv, &thisArg, &data); in ClassConstructor()
282 return thisArg; in ClassConstructor()

Completed in 10 milliseconds