Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_threadsafe_napi.cpp47 static napi_ref testCallbackRef[ARRAY_LENGTH] = { nullptr }; variable
121 if (testCallbackRef[i]) { in CallJsFuntion()
124 napi_get_reference_value(env, testCallbackRef[i], &callback); in CallJsFuntion()
126 napi_delete_reference(env, testCallbackRef[i]); in CallJsFuntion()
127 testCallbackRef[i] = nullptr; in CallJsFuntion()
194 napi_create_reference(env, argv[0], 1, &testCallbackRef[i]); in StartThreadInternal()