Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c128 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 Ddm_adapter_test.cpp104 HWTEST_F(DMAdapterTest, GetRemoteDeviceInfo, TestSize.Level0)
108 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo("", remoteDevice);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp267 …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 Ddm_adapter.h53 int32_t GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h57 int32_t (*GetRemoteDeviceInfo)(int32_t clientFd, const BluetoothRemoteDevice* device); member
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp97 castSession_->GetRemoteDeviceInfo(deviceId, castRemoteDevice); in GetRemoteNetWorkId()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp193 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 Dbluetooth_host_proxy.h104 int32_t GetRemoteDeviceInfo(const std::string &address,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h129 virtual int32_t GetRemoteDeviceInfo(const std::string &address,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h127 int32_t GetRemoteDeviceInfo(const std::string &address,
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp42 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 Dsoftbus_conn_br_connection.c233 int32_t ret = g_sppDriver->GetRemoteDeviceInfo(socketHandle, &remote); in CreateAndSaveConnection()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp946 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 Dbluetooth_host_proxy.cpp1626 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 Dbluetooth_host_server.cpp1851 int32_t BluetoothHostServer::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostServer