Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp221 return NapiGetBooleanRet(env, isOK); in SppCloseClientSocket()
259 return NapiGetBooleanRet(env, isOK); in SppWrite()
H A Dnapi_bluetooth_spp_server.cpp350 return NapiGetBooleanRet(env, isOK); in SppCloseServerSocket()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp298 return NapiGetBooleanRet(env, result); in IsTetheringOn()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h114 napi_value NapiGetBooleanRet(napi_env env, bool ret);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp254 return NapiGetBooleanRet(env, ret == BT_NO_ERROR); in RemoveGattService()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp292 napi_value NapiGetBooleanRet(napi_env env, bool ret) in NapiGetBooleanRet() function