Searched refs:ConvertStringVectorToJS (Results 1 - 16 of 16) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 155 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices() 209 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectedDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 92 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
H A D | napi_bluetooth_avrcp_ct.cpp | 94 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
H A D | napi_bluetooth_avrcp_tg.cpp | 94 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 141 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 227 auto status = ConvertStringVectorToJS(env, ret, deviceVector);
in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 122 auto status = ConvertStringVectorToJS(env, ret, deviceVector);
in GetConnectedDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 100 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string> &stringVector);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 143 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
H A D | napi_bluetooth_hfp_hf.cpp | 97 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 155 auto status = ConvertStringVectorToJS(env, ret, deviceVector);
in GetConnectedDevices()
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 182 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string> &stringVector);
|
H A D | nfc_napi_common_utils.cpp | 351 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS() function 353 DebugLog("ConvertStringVectorToJS called"); in ConvertStringVectorToJS() 357 WarnLog("ConvertStringVectorToJS stringVector empty"); in ConvertStringVectorToJS() 361 DebugLog("ConvertStringVectorToJS size is %{public}zu", stringVector.size()); in ConvertStringVectorToJS()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 191 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS() function
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble.cpp | 1044 auto status = ConvertStringVectorToJS(env, result, NapiGattServer::deviceList_); in GetConnectedBLEDevices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 338 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
|
Completed in 18 milliseconds