Searched refs:CheckEmptyParam (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 178 napi_status checkRet = CheckEmptyParam(env, info);
in GetCurrentTransferInformation() 199 napi_status checkRet = CheckEmptyParam(env, info);
in CancelTransfer() 214 napi_status checkRet = CheckEmptyParam(env, info);
in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 141 napi_status checkRet = CheckEmptyParam(env, info); in GetConnectionDevices() 195 napi_status checkRet = CheckEmptyParam(env, info); in GetConnectedDevices() 285 napi_status checkRet = CheckEmptyParam(env, info); in IsTetheringOn()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 127 napi_status checkRet = CheckEmptyParam(env, info); in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 108 napi_status checkRet = CheckEmptyParam(env, info);
in GetConnectedDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 509 napi_status CheckEmptyParam(napi_env env, napi_callback_info info);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 130 napi_status checkRet = CheckEmptyParam(env, info); in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 141 napi_status checkRet = CheckEmptyParam(env, info);
in GetConnectedDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 730 napi_status CheckEmptyParam(napi_env env, napi_callback_info info) in CheckEmptyParam() function
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble.cpp | 640 auto status = CheckEmptyParam(env, info); in StopBLEScan()
|
Completed in 9 milliseconds