/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 67 remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPORT_BREDR); in OnPairRequested() 69 remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPORT_BLE); in OnPairRequested()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 450 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in PairRequestReply() 452 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in PairRequestReply() 469 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in SetDevicePairingConfirmation() 471 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in SetDevicePairingConfirmation()
|
H A D | ohos_bt_socket.cpp | 353 string tmpAddr = client->GetRemoteDevice().GetDeviceAddr(); in SocketGetRemoteAddr()
|
/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
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | link_info_test.cpp | 124 EXPECT_EQ(info.GetRemoteDevice(), ""); in HWTEST_F() 126 EXPECT_EQ(info.GetRemoteDevice(), "abcdef"); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hf_call.h | 139 std::string GetRemoteDevice() const in GetRemoteDevice() function in OHOS::Bluetooth::HandsFreeUnitCall
|
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;
|
/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
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hf_call_test.cpp | 79 * @tc.name: GetRemoteDevice 87 EXPECT_EQ("", call.GetRemoteDevice()); in HWTEST_F()
|
/foundation/communication/bluetooth_service/test/unittest/spp/ |
H A D | spp_test.cpp | 134 * @tc.name: GetRemoteDevice 139 GTEST_LOG_(INFO) << "SppClientSocket::GetRemoteDevice starts"; in HWTEST_F() 143 BluetoothRemoteDevice tempRemoteDevice = pfd_SppClientSocket->GetRemoteDevice(); in HWTEST_F() 144 GTEST_LOG_(INFO) << "SppClientSocket::GetRemoteDevice ends"; in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 67 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(), 283 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(), in GetExistingCalls() 394 bluetooth::HandsFreeUnitCalls calls(call.GetRemoteDevice(), in FinishActiveCall() 416 HandsFreeUnitCall call(calls.GetRemoteDevice(), in StartDial()
|
H A D | bluetooth_socket.cpp | 199 BluetoothRemoteDevice &GetRemoteDevice() in GetRemoteDevice() function 502 BluetoothRemoteDevice &ClientSocket::GetRemoteDevice() in GetRemoteDevice() function in OHOS::Bluetooth::ClientSocket 505 return pimpl->GetRemoteDevice(); in GetRemoteDevice()
|
H A D | bluetooth_host.cpp | 770 BluetoothRemoteDevice BluetoothHost::GetRemoteDevice(const std::string &addr, int transport) const in GetRemoteDevice() function in OHOS::Bluetooth::BluetoothHost
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 149 BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 519 int32_t err = BluetoothHost::GetDefaultHost().GetRemoteDevice( in GetDeviceName()
|