/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/ |
H A D | sample_xcomponent.cpp | 273 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 D | sample_xcomponent.cpp | 273 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 D | sample_bitmap.cpp | 262 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 D | app_napi.cpp | 269 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 D | contacts_napi_utils.cpp | 34 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 D | app_napi.cpp | 337 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 D | plugin_render.cpp | 264 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 D | calendar_napi.cpp | 403 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 D | plugin_manager.cpp | 96 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 D | napi_settings_init.cpp | 275 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()
|