Home
last modified time | relevance | path

Searched refs:NapiGetBooleanRet (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp217 return NapiGetBooleanRet(env, isOK); in SppCloseClientSocket()
255 return NapiGetBooleanRet(env, isOK); in SppWrite()
H A Dnapi_bluetooth_spp_server.cpp346 return NapiGetBooleanRet(env, isOK); in SppCloseServerSocket()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h114 napi_value NapiGetBooleanRet(napi_env env, bool ret);
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp295 return NapiGetBooleanRet(env, result); in IsTetheringOn()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp244 return NapiGetBooleanRet(env, ret == BT_NO_ERROR); in RemoveGattService()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp289 napi_value NapiGetBooleanRet(napi_env env, bool ret) in NapiGetBooleanRet() function

Completed in 7 milliseconds