/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 453 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 D | ohos_bt_socket.cpp | 365 string tmpAddr = client->GetRemoteDevice().GetDeviceAddr(); in SocketGetRemoteAddr()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 71 …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 D | link_info_test.cpp | 123 EXPECT_EQ(info.GetRemoteDevice(), ""); 125 EXPECT_EQ(info.GetRemoteDevice(), "abcdef");
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | hands_free_unit_calls.h | 136 const std::string &GetRemoteDevice() const;
|
H A D | hands_free_unit_calls.cpp | 38 const std::string &HandsFreeUnitCalls::GetRemoteDevice() const in GetRemoteDevice() function in OHOS::bluetooth::HandsFreeUnitCalls
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hf_call.h | 139 std::string GetRemoteDevice() const in GetRemoteDevice() function
|
H A D | bluetooth_socket.h | 187 BluetoothRemoteDevice &GetRemoteDevice();
|
H A D | bluetooth_host.h | 313 BluetoothRemoteDevice GetRemoteDevice(const std::string &addr, int transport) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 70 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 D | bluetooth_socket.cpp | 202 BluetoothRemoteDevice &GetRemoteDevice() in GetRemoteDevice() function 499 BluetoothRemoteDevice &ClientSocket::GetRemoteDevice() in GetRemoteDevice() function in OHOS::Bluetooth::ClientSocket 502 return pimpl->GetRemoteDevice(); in GetRemoteDevice()
|
H A D | bluetooth_host.cpp | 777 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 D | link_info.h | 123 std::string GetRemoteDevice() const;
|
H A D | link_info.cpp | 297 std::string LinkInfo::GetRemoteDevice() const in GetRemoteDevice() function in OHOS::SoftBus::LinkInfo
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hf_call_test.cpp | 87 EXPECT_EQ("", call.GetRemoteDevice());
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/spp/ |
H A D | spp_test.cpp | 143 BluetoothRemoteDevice tempRemoteDevice = pfd_SppClientSocket->GetRemoteDevice();
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 149 …BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 529 int32_t err = BluetoothHost::GetDefaultHost().GetRemoteDevice( in GetDeviceName()
|