Searched refs:napi_call_threadsafe_function_with_priority (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/napi/test/unittest/ |
| D | test_napi_threadsafe.cpp | 576 auto status = napi_call_threadsafe_function_with_priority(tsfn, testData, priority, true); in CallThreadSafeFunc() 587 auto status = napi_call_threadsafe_function_with_priority(tsfn, testData, priority, isTail); in CallThreadSafeFunc() 638 … napi_call_threadsafe_function_with_priority(callbackData->tsfn, nullptr, napi_priority_immediate, in CallThreadSafeWithDiffPriorityTest() 1066 … napi_call_threadsafe_function_with_priority(nullptr, nullptr, napi_priority_immediate, true); 1088 napi_call_threadsafe_function_with_priority(callbackData->tsfn, nullptr,
|
| D | test_napi.cpp | 9451 …napi_status status = napi_call_threadsafe_function_with_priority(func, nullptr, napi_priority_idle…
|
| /foundation/arkui/napi/interfaces/kits/napi/ |
| D | native_api.h | 122 NAPI_EXTERN napi_status napi_call_threadsafe_function_with_priority(napi_threadsafe_function func,
|
| /foundation/arkui/napi/native_engine/ |
| D | native_api.cpp | 4353 NAPI_EXTERN napi_status napi_call_threadsafe_function_with_priority(napi_threadsafe_function func, in napi_call_threadsafe_function_with_priority() function
|