/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 128 static int32_t GetRemoteDeviceInfo(int32_t clientFd, const BluetoothRemoteDevice *device) in GetRemoteDeviceInfo() function 157 .GetRemoteDeviceInfo = GetRemoteDeviceInfo,
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | dm_adapter_test.cpp | 104 HWTEST_F(DMAdapterTest, GetRemoteDeviceInfo, TestSize.Level0) 108 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo("", remoteDevice);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 267 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_MODEL_ID… in GetDeviceProductId() 375 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_CUSTOM_T… in GetDeviceCustomType() 390 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_VENDOR_I… in GetDeviceVendorId() 405 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_PRODUCT_… in GetDeviceProductId()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dm_adapter.h | 53 int32_t GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice);
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/ |
H A D | wrapper_br_interface.h | 57 int32_t (*GetRemoteDeviceInfo)(int32_t clientFd, const BluetoothRemoteDevice* device); member
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider_session.cpp | 97 castSession_->GetRemoteDeviceInfo(deviceId, castRemoteDevice); in GetRemoteNetWorkId()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dm_adapter.cpp | 193 int32_t DMAdapter::GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice) in GetRemoteDeviceInfo() function in OHOS::MiscServices::DMAdapter
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 104 int32_t GetRemoteDeviceInfo(const std::string &address,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 129 virtual int32_t GetRemoteDeviceInfo(const std::string &address,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 127 int32_t GetRemoteDeviceInfo(const std::string &address,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 42 int32_t GetRemoteDeviceInfo(int32_t clientFd, const BluetoothRemoteDevice *device) in GetRemoteDeviceInfo() function 380 g_sppDriver->GetRemoteDeviceInfo = GetRemoteDeviceInfo;
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_connection.c | 233 int32_t ret = g_sppDriver->GetRemoteDeviceInfo(socketHandle, &remote); in CreateAndSaveConnection()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 946 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo(networkId, remoteDevice); in EstablishP2PLink() 975 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo(networkId, remoteDevice); in CloseP2PLink()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1626 int32_t BluetoothHostProxy::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1851 int32_t BluetoothHostServer::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostServer
|