/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_stats.cpp | 45 stats = value.txPackets; in GetNumberFromStatsValue() 73 totalStats.txPackets += v.txPackets; in GetTotalStats() 130 tempStats.txPackets_ = v.txPackets; in GetAllSimStatsInfo() 173 tempStats.txPackets_ = v.txPackets; in GetAllStatsInfo()
|
H A D | netsys.c | 123 __sync_fetch_and_add(&value_if->txPackets, 1); in socket_iface_stats() 389 __sync_fetch_and_add(&value->txPackets, 1); in bpf_cgroup_skb_uid_egress() 400 __sync_fetch_and_add(&value_cookie->txPackets, 1); in bpf_cgroup_skb_uid_egress() 416 __sync_fetch_and_add(&value_uid_sim->txPackets, 1); in bpf_cgroup_skb_uid_egress() 429 __sync_fetch_and_add(&value_uid_if->txPackets, 1); in bpf_cgroup_skb_uid_egress()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | traffic_manager.h | 31 long txPackets; member 36 …ckets: " << parcel.rxPackets << "txBytes: " << parcel.txBytes << "txPackets: " << parcel.txPackets;
|
/ohos5.0/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/ |
H A D | netsys_bpf_stats_test.cpp | 172 value.txPackets = TEST_BYTES0; 212 ifaceStats.txPackets = TEST_BYTES0; 250 value.txPackets = TEST_BYTES0; 276 value.txPackets = TEST_BYTES0; 309 value.txPackets = TEST_BYTES0; 329 value.txPackets = TEST_BYTES0; 356 value.txPackets = TEST_BYTES0;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 167 JSON.stringify(statsInfo.txPackets) 230 JSON.stringify(statsInfo.txPackets) 302 JSON.stringify(statsInfo.txPackets) 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets)); 525 | txPackets | number | 是 | 流量上行包个数。 |
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/ |
H A D | wifi_native_struct.h | 112 int txPackets; member 125 txPackets(0), rxPackets(0), snr(0), chload(0), ulDelay(0), txBytes(0), rxBytes(0), in WifiHalWpaSignalInfo()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/js/ |
H A D | @ohos.net.statistics.d.ts | 153 txPackets: number;
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_hisysevent.cpp | 86 void WriteWifiSignalHiSysEvent(int direction, int txPackets, int rxPackets) in WriteWifiSignalHiSysEvent() argument 88 … WriteEvent("WIFI_SIGNAL", "DIRECTION", direction, "TXPACKETS", txPackets, "RXPACKETS", rxPackets); in WriteWifiSignalHiSysEvent()
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | net-statistics.md | 147 JSON.stringify(statsInfo.txPackets) 163 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_def.h | 60 __u64 txPackets; member
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_struct.h | 166 int txPackets; member
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_struct.h | 168 int txPackets; member
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 139 uint64_t txPackets = 0; in GetDumpMessage() local 143 …NetsysController::GetInstance().GetTotalStats(txPackets, static_cast<uint32_t>(StatsType::STATS_TY… in GetDumpMessage() 148 message.append("\tTxPackets: " + std::to_string(txPackets) + "\n"); in GetDumpMessage()
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 167 JSON.stringify(statsInfo.txPackets) 230 JSON.stringify(statsInfo.txPackets) 302 JSON.stringify(statsInfo.txPackets) 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets)); 525 | txPackets | number | Yes | Number of uplink packets. |
|
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_hisysevent.h | 81 void WriteWifiSignalHiSysEvent(int direction, int txPackets, int rxPackets);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | traffic_manager.cpp | 157 interfaceTrafficBytes.txPackets = infTxPackets == -1 ? 0 : infTxPackets; in GetInterfaceTraffic()
|
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_event.h | 106 uint32_t txPackets; /**< Transmitted data packets */ member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_struct.h | 211 int txPackets; member
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-statistics.md | 147 JSON.stringify(statsInfo.txPackets) 163 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 440 uint32_t txPackets; /**< Total number of transmitted packets */ member
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | net_device_adapter.c | 94 netStats.tx_packets = stats->txPackets; in NetDevGetStats()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.h | 797 void DealSignalPacketChanged(int txPackets, int rxPackets);
|
H A D | sta_state_machine.cpp | 1068 signalInfo.txFailed, signalInfo.txPackets, signalInfo.rxPackets, linkedInfo.wifiStandard, in DealSignalPollResult() 1074 DealSignalPacketChanged(signalInfo.txPackets, signalInfo.rxPackets); in DealSignalPollResult() 1105 void StaStateMachine::DealSignalPacketChanged(int txPackets, int rxPackets) in DealSignalPacketChanged() argument 1107 int send = txPackets - linkedInfo.lastTxPackets; in DealSignalPacketChanged() 1117 WriteWifiSignalHiSysEvent(direction, txPackets, rxPackets); in DealSignalPacketChanged() 1122 linkedInfo.lastTxPackets = txPackets; in DealSignalPacketChanged()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
H A D | wifi_sta_hal_interface.cpp | 629 info.txPackets = signalPollResult.currentTxPackets; in GetConnectSignalInfo()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.cpp | 834 info.txPackets = req.txPackets; in ReqGetConnectSignalInfo()
|