Searched refs:SetRemoteDeviceName (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 110 return ConnectionImpl::SetRemoteDeviceName(deviceId, name, errCode); in FfiBluetoothConSetRemoteDeviceName()
|
H A D | bluetooth_connection_impl.cpp | 225 void ConnectionImpl::SetRemoteDeviceName(std::string deviceId, std::string name, int32_t* errCode) in SetRemoteDeviceName() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 80 napi_value SetRemoteDeviceName(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 113 DECLARE_NAPI_FUNCTION("setRemoteDeviceName", SetRemoteDeviceName), in DefineConnectionFunctions() 696 napi_value SetRemoteDeviceName(napi_env env, napi_callback_info info) in SetRemoteDeviceName() function
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 54 static void SetRemoteDeviceName(std::string deviceId, std::string name, int32_t* errCode);
|
Completed in 4 milliseconds