Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp249 struct RadarInfo radarInfo = { in OnSoftbusDeviceOnline() local
258 if (!GetDmRadarHelperObj()->ReportNetworkOnline(radarInfo)) { in OnSoftbusDeviceOnline()
297 struct RadarInfo radarInfo = { in OnSoftbusDeviceOffline() local
305 if (!GetDmRadarHelperObj()->ReportNetworkOffline(radarInfo)) { in OnSoftbusDeviceOffline()
642 struct RadarInfo radarInfo = { in GetTrustedDeviceList() local
645 radarInfo.stageRes = static_cast<int32_t>(StageRes::STAGE_SUCC); in GetTrustedDeviceList()
649 radarInfo.discoverDevList = GetDmRadarHelperObj()->GetDeviceInfoList(deviceInfoList); in GetTrustedDeviceList()
650 if (!GetDmRadarHelperObj()->ReportGetTrustDeviceList(radarInfo)) { in GetTrustedDeviceList()