/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | dm_adapter_test.cpp | 91 * @tc.name: GetRemoteDeviceInfo 97 HWTEST_F(DMAdapterTest, GetRemoteDeviceInfo, TestSize.Level0) in HWTEST_F() 101 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo("", remoteDevice); in HWTEST_F()
|
/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 135 CONN_LOGE(CONN_BR, "GetRemoteDeviceInfo memcpy_s failed"); in GetRemoteDeviceInfo() 157 .GetRemoteDeviceInfo = GetRemoteDeviceInfo,
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 264 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_MODEL_ID); in GetDeviceProductId() 372 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_CUSTOM_TYPE); in GetDeviceCustomType() 387 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_VENDOR_ID); in GetDeviceVendorId() 402 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_PRODUCT_ID); in GetDeviceProductId()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dm_adapter.h | 53 int32_t GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice);
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_dfx.h | 41 static std::string GetRemoteDeviceInfo();
|
/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
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_dfx.cpp | 78 std::string CastEngineDfx::GetRemoteDeviceInfo() in GetRemoteDeviceInfo() function in OHOS::CastEngine::CastEngineDfx
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider_session.cpp | 95 castSession_->GetRemoteDeviceInfo(deviceId, castRemoteDevice);
in GetRemoteNetWorkId()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 131 virtual int32_t GetRemoteDeviceInfo(const std::string &address,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 127 int32_t GetRemoteDeviceInfo(const std::string &address,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 106 int32_t GetRemoteDeviceInfo(const std::string &address,
|
/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dm_adapter.cpp | 192 int32_t DMAdapter::GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice) in GetRemoteDeviceInfo() function in OHOS::MiscServices::DMAdapter
|
/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 396 g_sppDriver->GetRemoteDeviceInfo = GetRemoteDeviceInfo; in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 938 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo(networkId, remoteDevice); in EstablishP2PLink() 967 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo(networkId, remoteDevice); in CloseP2PLink() 1345 auto ret = DMAdapter::GetInstance().GetRemoteDeviceInfo(evt.deviceId, remoteDevice); in GetValidDistributeEvent()
|
/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() 235 CONN_LOGE(CONN_BR, "GetRemoteDeviceInfo failed, socket=%{public}u, error=%{public}d", socketHandle, ret); in CreateAndSaveConnection()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1641 int32_t BluetoothHostProxy::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1830 int32_t BluetoothHostServer::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostServer
|