Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceInfo (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Ddm_adapter_test.cpp91 * @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 Dwrapper_br_interface.c128 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 Dbluetooth_remote_device.cpp264 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 Ddm_adapter.h53 int32_t GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &remoteDevice);
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_engine_dfx.h41 static std::string GetRemoteDeviceInfo();
/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h57 int32_t (*GetRemoteDeviceInfo)(int32_t clientFd, const BluetoothRemoteDevice* device); member
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp78 std::string CastEngineDfx::GetRemoteDeviceInfo() in GetRemoteDeviceInfo() function in OHOS::CastEngine::CastEngineDfx
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp95 castSession_->GetRemoteDeviceInfo(deviceId, castRemoteDevice); in GetRemoteNetWorkId()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h131 virtual int32_t GetRemoteDeviceInfo(const std::string &address,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h127 int32_t GetRemoteDeviceInfo(const std::string &address,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h106 int32_t GetRemoteDeviceInfo(const std::string &address,
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp192 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 Dconnection_br_connection_test.cpp42 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 Dpasteboard_service.cpp938 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 Dsoftbus_conn_br_connection.c233 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 Dbluetooth_host_proxy.cpp1641 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 Dbluetooth_host_server.cpp1830 int32_t BluetoothHostServer::GetRemoteDeviceInfo(const std::string &address, in GetRemoteDeviceInfo() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 21 milliseconds