Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp298 client->sppReadThreadSafeFunc_ = tsfn; in NapiSppCreateThreadSafeFunc()
371 NAPI_BT_RETURN_IF(napi_release_threadsafe_function(client->sppReadThreadSafeFunc_, napi_tsfn_abort), in CheckSppClientOff()
374 client->sppReadThreadSafeFunc_ = nullptr; in CheckSppClientOff()
428 auto status = napi_acquire_threadsafe_function(client->sppReadThreadSafeFunc_); in SppRead()
435 client->sppReadThreadSafeFunc_, static_cast<void *>(callbackInfo.get()), napi_tsfn_blocking); in SppRead()
441 status = napi_release_threadsafe_function(client->sppReadThreadSafeFunc_, napi_tsfn_release); in SppRead()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_client.h81 napi_threadsafe_function sppReadThreadSafeFunc_ = nullptr; member

Completed in 2 milliseconds