Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dnetwork_collector_impl.cpp64 NetworkRate& networkRate = result.data; in CollectRate() local
65 networkRate.rssi = linkInfo.rssi; in CollectRate()
66 HIVIEW_LOGD("rssi = %d", networkRate.rssi); in CollectRate()
67 networkRate.txBitRate = linkInfo.txLinkSpeed; in CollectRate()
68 HIVIEW_LOGD("txBitRate = %d", networkRate.txBitRate); in CollectRate()
69 networkRate.rxBitRate = linkInfo.rxLinkSpeed; in CollectRate()
70 HIVIEW_LOGD("rxBitRate = %d", networkRate.rxBitRate); in CollectRate()