Home
last modified time | relevance | path

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

/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_threadsafe_napi.cpp35 napi_threadsafe_function_call_mode blockOnFull = napi_tsfn_blocking; member
83 auto status = napi_call_threadsafe_function(tsfun, &transmitData[index], tsFnInfo->blockOnFull); in DataSourceThread()
180 napi_threadsafe_function_call_js cb, bool blockOnFull, bool altRefJSCallBack) in StartThreadInternal()
197 tsinfo.blockOnFull = (blockOnFull ? napi_tsfn_blocking : napi_tsfn_nonblocking); in StartThreadInternal()
220 // blockOnFull:true altRefJSCallBack:false in StartThread()
227 // blockOnFull:false altRefJSCallBack:false in StartThreadNonblocking()
179 StartThreadInternal(napi_env env, napi_callback_info info, napi_threadsafe_function_call_js cb, bool blockOnFull, bool altRefJSCallBack) StartThreadInternal() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp31 napi_threadsafe_function_call_mode blockOnFull = napi_tsfn_nonblocking; member
357 status = napi_call_threadsafe_function(func, &g_sendDatas[index], jsData->blockOnFull); in TsFuncDataSourceThreadMulti()
396 g_jsDataInternal.blockOnFull = (block ? napi_tsfn_blocking : napi_tsfn_nonblocking); in TsFuncThreadInternal()

Completed in 3 milliseconds