Searched refs:tsFunc (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 116 napi_threadsafe_function tsFunc = (napi_threadsafe_function)data; in TsFuncCallJsWithNewCall() local 120 auto status = napi_call_threadsafe_function(tsFunc, data, napi_tsfn_nonblocking); in TsFuncCallJsWithNewCall() 124 auto status = napi_release_threadsafe_function(tsFunc, napi_tsfn_release); in TsFuncCallJsWithNewCall() 388 napi_threadsafe_function tsFunc = nullptr; in TsFuncThreadInternal() local 408 &tsFunc); in TsFuncThreadInternal() 411 if (uv_thread_create(&uvThread, TsFuncDataSourceThreadMulti, tsFunc) != 0) { in TsFuncThreadInternal() 737 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 755 &tsFunc); in HWTEST_F() 758 if (uv_thread_create(&g_uvThread, TsFuncDataSourceThread, tsFunc) != 0) { in HWTEST_F() 807 napi_threadsafe_function tsFunc in HWTEST_F() local 846 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 891 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 936 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 963 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 990 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 1020 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 1052 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 1426 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local [all...] |
H A D | test_napi.cpp | 6294 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6300 nullptr, &finalCbDataTestId, nullptr, &tsFunc); in HWTEST_F() 6309 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6316 nullptr, &finalCbDataTestId, nullptr, &tsFunc); in HWTEST_F() 6322 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6324 napi_status status = napi_get_threadsafe_function_context(tsFunc, result); in HWTEST_F() 6330 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6332 napi_status status = napi_call_threadsafe_function(tsFunc, result, napi_tsfn_blocking); in HWTEST_F() 6338 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6339 napi_status status = napi_acquire_threadsafe_function(tsFunc); in HWTEST_F() 6345 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6353 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6361 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local [all...] |
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 320 napi_threadsafe_function tsFunc = (napi_threadsafe_function)data; in NewChildRef() local 321 auto status = napi_ref_threadsafe_function(g_stEnv, tsFunc); in NewChildRef() 327 napi_threadsafe_function tsFunc = (napi_threadsafe_function)data; in NewChildUnRef() local 328 auto status = napi_unref_threadsafe_function(g_stEnv, tsFunc); in NewChildUnRef() 334 napi_threadsafe_function tsFunc = (napi_threadsafe_function)data; in NewChildThreadMutiCallBlocking() local 337 auto status = napi_call_threadsafe_function(tsFunc, nullptr, napi_tsfn_blocking); in NewChildThreadMutiCallBlocking() 347 napi_threadsafe_function tsFunc = (napi_threadsafe_function)data; in NewChildThreadMutiCallNoneBlocking() local 351 auto status = napi_call_threadsafe_function(tsFunc, nullptr, napi_tsfn_nonblocking); in NewChildThreadMutiCallNoneBlocking() 6103 napi_threadsafe_function tsFunc = nullptr; in HWTEST_F() local 6115 FinalizeThreadCallBack, &g_jsData, CallJSCallBack, &tsFunc); in HWTEST_F() 6151 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6199 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6248 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6299 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6352 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6415 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6481 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6552 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6618 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6675 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6735 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 6783 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 8955 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 8995 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 9030 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 9078 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 9114 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 9154 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local 9189 napi_threadsafe_function tsFunc = nullptr; HWTEST_F() local [all...] |
Completed in 30 milliseconds