Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp67 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 Dohos_bt_gap.cpp450 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 Dohos_bt_socket.cpp353 string tmpAddr = client->GetRemoteDevice().GetDeviceAddr(); in SocketGetRemoteAddr()
/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
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_info_test.cpp124 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 Dbluetooth_hf_call.h139 std::string GetRemoteDevice() const in GetRemoteDevice() function in OHOS::Bluetooth::HandsFreeUnitCall
H A Dbluetooth_socket.h187 BluetoothRemoteDevice &GetRemoteDevice();
H A Dbluetooth_host.h313 BluetoothRemoteDevice GetRemoteDevice(const std::string &addr, int transport) const;
/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
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp79 * @tc.name: GetRemoteDevice
87 EXPECT_EQ("", call.GetRemoteDevice()); in HWTEST_F()
/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp134 * @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 Dbluetooth_hfp_hf.cpp67 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 Dbluetooth_socket.cpp199 BluetoothRemoteDevice &GetRemoteDevice() in GetRemoteDevice() function
502 BluetoothRemoteDevice &ClientSocket::GetRemoteDevice() in GetRemoteDevice() function in OHOS::Bluetooth::ClientSocket
505 return pimpl->GetRemoteDevice(); in GetRemoteDevice()
H A Dbluetooth_host.cpp770 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 Dhost_test.cpp149 BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp519 int32_t err = BluetoothHost::GetDefaultHost().GetRemoteDevice( in GetDeviceName()

Completed in 14 milliseconds