Home
last modified time | relevance | path

Searched refs:txBytes (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dtraffic_manager.h30 long txBytes; member
36 << "rxPackets: " << parcel.rxPackets << "txBytes: " << parcel.txBytes << "txPackets: " << parcel.txPackets; in operator <<()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp41 stats = value.txBytes; in GetNumberFromStatsValue()
73 totalStats.txBytes += v.txBytes; in GetTotalStats()
127 tempStats.txBytes_ = v.txBytes; in GetAllSimStatsInfo()
170 tempStats.txBytes_ = v.txBytes; in GetAllStatsInfo()
H A Dnetsys.c124 __sync_fetch_and_add(&value_if->txBytes, skb->len); in socket_iface_stats()
389 __sync_fetch_and_add(&value->txBytes, skb->len); in bpf_cgroup_skb_uid_egress()
400 __sync_fetch_and_add(&value_cookie->txBytes, skb->len); in bpf_cgroup_skb_uid_egress()
413 __sync_fetch_and_add(&value_uid_if->txBytes, get_data_len(skb)); in bpf_cgroup_skb_uid_egress()
427 __sync_fetch_and_add(&value_uid_sim->txBytes, get_data_len(skb)); in bpf_cgroup_skb_uid_egress()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp127 long txBytes = GetInterfaceTrafficByType(baseTrafficPath, TX_BYTES); in GetAllTxTraffic() local
128 allTxBytes = allTxBytes + txBytes; in GetAllTxTraffic()
156 interfaceTrafficBytes.txBytes = infTxBytes == -1 ? 0 : infTxBytes; in GetInterfaceTraffic()
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/
H A Dnetsys_bpf_stats_test.cpp171 value.txBytes = TEST_BYTES0; in HWTEST_F()
211 ifaceStats.txBytes = TEST_BYTES0; in HWTEST_F()
249 value.txBytes = TEST_BYTES0; in HWTEST_F()
275 value.txBytes = TEST_BYTES0; in HWTEST_F()
308 value.txBytes = TEST_BYTES0; in HWTEST_F()
328 value.txBytes = TEST_BYTES0; in HWTEST_F()
355 value.txBytes = TEST_BYTES0; in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_struct.h117 int txBytes; member
125 txPackets(0), rxPackets(0), snr(0), chload(0), ulDelay(0), txBytes(0), rxBytes(0), in WifiHalWpaSignalInfo()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h60 __u64 txBytes; member
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_struct.h173 int txBytes; member
H A Dwifi_hal_crpc_sta.c946 WriteInt(context, info.txBytes); in RpcGetConnectSignalInfo()
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp137 uint64_t txBytes = 0; in GetDumpMessage() local
141 NetsysController::GetInstance().GetTotalStats(txBytes, static_cast<uint32_t>(StatsType::STATS_TYPE_TX_BYTES)); in GetDumpMessage()
146 message.append("\tTxBytes: " + std::to_string(txBytes) + "\n"); in GetDumpMessage()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_struct.h216 int txBytes; member
H A Di_wifi_sta_iface.c836 ReadInt(context, &info->txBytes); in GetConnectSignalInfo()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp347 return interfaceTraffic.txBytes; in GetIfaceTxBytes()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.cpp637 info.txBytes = signalPollResult.currentTxBytes; in GetConnectSignalInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp833 info.txBytes = req.txBytes; in ReqGetConnectSignalInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1067 "rxLinkSpeed:%{public}d,txBytes:%{public}d,rxBytes:%{public}d,txFailed:%{public}d,txPackets:%{public}d," in DealSignalPollResult()
1072 signalInfo.ulDelay, signalInfo.txrate, signalInfo.rxrate, signalInfo.txBytes, signalInfo.rxBytes, in DealSignalPollResult()

Completed in 22 milliseconds