Home
last modified time | relevance | path

Searched refs:GetRemoteDevice (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp453 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in PairRequestReply()
455 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in PairRequestReply()
472 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in SetDevicePairingConfirmation()
474 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in SetDevicePairingConfirmation()
H A Dohos_bt_socket.cpp365 string tmpAddr = client->GetRemoteDevice().GetDeviceAddr(); in SocketGetRemoteAddr()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp71 …remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPOR… in OnPairRequested()
73 …remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPOR… in OnPairRequested()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_info_test.cpp123 EXPECT_EQ(info.GetRemoteDevice(), "");
125 EXPECT_EQ(info.GetRemoteDevice(), "abcdef");
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dhands_free_unit_calls.h136 const std::string &GetRemoteDevice() const;
H A Dhands_free_unit_calls.cpp38 const std::string &HandsFreeUnitCalls::GetRemoteDevice() const in GetRemoteDevice() function in OHOS::bluetooth::HandsFreeUnitCalls
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h139 std::string GetRemoteDevice() const in GetRemoteDevice() function
H A Dbluetooth_socket.h187 BluetoothRemoteDevice &GetRemoteDevice();
H A Dbluetooth_host.h313 BluetoothRemoteDevice GetRemoteDevice(const std::string &addr, int transport) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp70 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(), in OnCallChanged()
286 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(), in GetExistingCalls()
397 bluetooth::HandsFreeUnitCalls calls(call.GetRemoteDevice(), in FinishActiveCall()
419 HandsFreeUnitCall call(calls.GetRemoteDevice(), in StartDial()
H A Dbluetooth_socket.cpp202 BluetoothRemoteDevice &GetRemoteDevice() in GetRemoteDevice() function
499 BluetoothRemoteDevice &ClientSocket::GetRemoteDevice() in GetRemoteDevice() function in OHOS::Bluetooth::ClientSocket
502 return pimpl->GetRemoteDevice(); in GetRemoteDevice()
H A Dbluetooth_host.cpp777 BluetoothRemoteDevice BluetoothHost::GetRemoteDevice(const std::string &addr, int transport) const in GetRemoteDevice() function in OHOS::Bluetooth::BluetoothHost
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.h123 std::string GetRemoteDevice() const;
H A Dlink_info.cpp297 std::string LinkInfo::GetRemoteDevice() const in GetRemoteDevice() function in OHOS::SoftBus::LinkInfo
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp87 EXPECT_EQ("", call.GetRemoteDevice());
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp143 BluetoothRemoteDevice tempRemoteDevice = pfd_SppClientSocket->GetRemoteDevice();
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp149 …BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp529 int32_t err = BluetoothHost::GetDefaultHost().GetRemoteDevice( in GetDeviceName()