Home
last modified time | relevance | path

Searched refs:ConvertStringVectorToJS (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp155 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
209 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectedDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp92 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
H A Dnapi_bluetooth_avrcp_ct.cpp94 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
H A Dnapi_bluetooth_avrcp_tg.cpp94 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp141 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp227 auto status = ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp122 auto status = ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectedDevices()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h100 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string> &stringVector);
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp143 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
H A Dnapi_bluetooth_hfp_hf.cpp97 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp155 auto status = ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectedDevices()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h182 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string> &stringVector);
H A Dnfc_napi_common_utils.cpp351 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 Dnapi_bluetooth_utils.cpp191 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 Dnapi_bluetooth_ble.cpp1044 auto status = ConvertStringVectorToJS(env, result, NapiGattServer::deviceList_); in GetConnectedBLEDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp338 ConvertStringVectorToJS(env, ret, deviceVector); in GetConnectionDevices()

Completed in 18 milliseconds