/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_service_proxy_test.cpp | 276 uint64_t stats = 0; variable 288 uint64_t stats = 0; variable 301 uint64_t stats = 0; variable 315 uint64_t stats = 0; variable 327 uint64_t stats = 0; variable 340 uint64_t stats = 0; variable 354 uint64_t stats = 0; variable 366 uint64_t stats = 0; variable 379 uint64_t stats = 0; variable 393 uint64_t stats = 0; variable [all …]
|
H A D | net_stats_service_test.cpp | 129 uint64_t stats = 0; variable 142 uint64_t stats = 0; variable 156 uint64_t stats = 0; variable 174 uint64_t stats = 0; variable 191 uint64_t stats = 0; variable 204 uint64_t stats = 0; variable 217 uint64_t stats = 0; variable 230 uint64_t stats = 0; variable 317 uint64_t stats = 0; variable 324 uint64_t stats = 0; variable
|
H A D | net_stats_client_test.cpp | 105 uint64_t stats = 0; variable 118 uint64_t stats = 0; variable 132 uint64_t stats = 0; variable 150 uint64_t stats = 0; variable 167 uint64_t stats = 0; variable 180 uint64_t stats = 0; variable 193 uint64_t stats = 0; variable 206 uint64_t stats = 0; variable 305 uint64_t stats = 0; variable
|
H A D | net_stats_service_stub_test.cpp | 73 int32_t GetCellularRxBytes(uint64_t &stats) override in GetCellularRxBytes() 78 int32_t GetCellularTxBytes(uint64_t &stats) override in GetCellularTxBytes() 83 int32_t GetAllRxBytes(uint64_t &stats) override in GetAllRxBytes() 88 int32_t GetAllTxBytes(uint64_t &stats) override in GetAllTxBytes() 93 int32_t GetUidRxBytes(uint64_t &stats, uint32_t uid) override in GetUidRxBytes() 98 int32_t GetUidTxBytes(uint64_t &stats, uint32_t uid) override in GetUidTxBytes() 168 int32_t GetCookieRxBytes(uint64_t &stats, uint64_t cookie) override in GetCookieRxBytes() 173 int32_t GetCookieTxBytes(uint64_t &stats, uint64_t cookie) override in GetCookieTxBytes() 493 NetStatsInfo stats; variable 523 NetStatsInfo stats; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/ |
H A D | js_heap_stats_dumper.cpp | 35 JSHeapStatus stats; in Dump() local 50 void JSHeapStatsDumper::HandleChange(const JSHeapStatus &stats) in HandleChange() 57 void JSHeapStatsDumper::UpdateStats(const JSHeapStatus &stats) in UpdateStats() 71 void JSHeapStatsDumper::SaveStats(const JSHeapStatus &stats) in SaveStats()
|
/ohos5.0/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/ |
H A D | netsys_bpf_stats_test.cpp | 80 uint64_t stats = 0; variable 94 uint64_t stats = 0; variable 118 uint64_t stats = 0; variable 150 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable 177 uint64_t stats = 0; variable 217 uint64_t stats = 0; variable 264 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable 281 uint64_t stats = 0; variable 343 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable 370 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_msg_manager.cpp | 29 bool StreamMsgManager::Send(const HistoryStats &stats) in Send() 35 void StreamMsgManager::Update(const HistoryStats &stats) in Update() 40 void StreamMsgManager::Recv(const HistoryStats &stats) in Recv()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
H A D | net_stats_client.cpp | 180 int32_t NetStatsClient::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() 190 int32_t NetStatsClient::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() 200 int32_t NetStatsClient::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() 210 int32_t NetStatsClient::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() 220 int32_t NetStatsClient::GetUidRxBytes(uint64_t &stats, uint32_t uid) in GetUidRxBytes() 230 int32_t NetStatsClient::GetUidTxBytes(uint64_t &stats, uint32_t uid) in GetUidTxBytes() 263 const NetStatsInfo &stats) in UpdateIfacesStats() 369 int32_t NetStatsClient::GetSockfdRxBytes(uint64_t &stats, int32_t sockfd) in GetSockfdRxBytes() 392 int32_t NetStatsClient::GetSockfdTxBytes(uint64_t &stats, int32_t sockfd) in GetSockfdTxBytes() 415 extern "C" int32_t GetUidTxBytesEx(uint64_t *stats, uint32_t uid) in GetUidTxBytesEx() [all …]
|
H A D | net_stats_info.cpp | 53 bool NetStatsInfo::Marshalling(Parcel &parcel, const NetStatsInfo &stats) in Marshalling() 160 bool NetStatsInfo::Unmarshalling(Parcel &parcel, NetStatsInfo &stats) in Unmarshalling()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_stats.cpp | 32 int32_t NetsysBpfStats::GetNumberFromStatsValue(uint64_t &stats, StatsType statsType, const stats_v… in GetNumberFromStatsValue() 54 int32_t NetsysBpfStats::GetTotalStats(uint64_t &stats, StatsType statsType) in GetTotalStats() 80 int32_t NetsysBpfStats::GetUidStats(uint64_t &stats, StatsType statsType, uint32_t uid) in GetUidStats() 95 int32_t NetsysBpfStats::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &sta… in GetAllSimStatsInfo() 143 int32_t NetsysBpfStats::GetAllStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats) in GetAllStatsInfo() 202 int32_t NetsysBpfStats::GetIfaceStats(uint64_t &stats, const StatsType statsType, const std::string… in GetIfaceStats() 222 int32_t NetsysBpfStats::GetCookieStats(uint64_t &stats, StatsType statsType, uint64_t cookie) in GetCookieStats()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/streammsgmanager_fuzzer/ |
H A D | streammsgmanager_fuzzer.cpp | 30 Communication::SoftBus::HistoryStats stats; in SendTest() local 42 Communication::SoftBus::HistoryStats stats; in RecvTest() local 54 Communication::SoftBus::HistoryStats stats; in UpdateTest() local
|
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | battery_stats_module.cpp | 45 BatteryStats stats(env); in GetBatteryStats() local 59 BatteryStats stats(env); in GetAppStatsMah() local 65 BatteryStats stats(env); in GetAppStatsPercent() local 71 BatteryStats stats(env); in GetPartStatsMah() local 77 BatteryStats stats(env); in GetPartStatsPercent() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/ |
H A D | net_stats_service_proxy.cpp | 96 int32_t NetStatsServiceProxy::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() 124 int32_t NetStatsServiceProxy::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() 152 int32_t NetStatsServiceProxy::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() 176 int32_t NetStatsServiceProxy::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() 200 int32_t NetStatsServiceProxy::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() 222 int32_t NetStatsServiceProxy::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() 245 int32_t NetStatsServiceProxy::GetUidRxBytes(uint64_t &stats, uint32_t uid) in GetUidRxBytes() 273 int32_t NetStatsServiceProxy::GetUidTxBytes(uint64_t &stats, uint32_t uid) in GetUidTxBytes() 352 const NetStatsInfo &stats) in UpdateIfacesStats() 526 int32_t NetStatsServiceProxy::GetCookieRxBytes(uint64_t &stats, uint64_t cookie) in GetCookieRxBytes() [all …]
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_stats_combiner.cpp | 22 …const std::shared_ptr<BundleActivePeriodStats>& stats, std::vector<BundleActivePackageStats>& accu… in combine() 33 …leActiveStatsCombiner<BundleActiveEvent>::combine(const std::shared_ptr<BundleActivePeriodStats>& … in combine()
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 214 int32_t NetStatsService::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() 220 int32_t NetStatsService::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() 226 int32_t NetStatsService::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() 246 int32_t NetStatsService::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() 266 int32_t NetStatsService::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() 272 int32_t NetStatsService::GetAllTxBytes(uint64_t &stats) in GetAllTxBytes() 278 int32_t NetStatsService::GetUidRxBytes(uint64_t &stats, uint32_t uid) in GetUidRxBytes() 285 int32_t NetStatsService::GetUidTxBytes(uint64_t &stats, uint32_t uid) in GetUidTxBytes() 363 const NetStatsInfo &stats) in UpdateIfacesStats() 539 int32_t NetStatsService::GetCookieRxBytes(uint64_t &stats, uint64_t cookie) in GetCookieRxBytes() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/ |
H A D | net_stats_service_stub.cpp | 146 uint64_t stats = 0; in OnGetIfaceRxBytes() local 168 uint64_t stats = 0; in OnGetIfaceTxBytes() local 191 uint64_t stats = 0; in OnGetCellularRxBytes() local 208 uint64_t stats = 0; in OnGetCellularTxBytes() local 225 uint64_t stats = 0; in OnGetAllRxBytes() local 243 uint64_t stats = 0; in OnGetAllTxBytes() local 262 uint64_t stats = 0; in OnGetUidRxBytes() local 285 uint64_t stats = 0; in OnGetUidTxBytes() local 565 uint64_t stats = 0; in OnGetCookieRxBytes() local 588 uint64_t stats = 0; in OnGetCookieTxBytes() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_instr_statistic.cpp | 48 std::shared_ptr<std::vector<std::pair<uint64_t, uint64_t>>> stats; in AddInstrStatistic() local 67 std::shared_ptr<std::vector<std::pair<uint64_t, uint64_t>>> stats = iter->second; in DumpInstrStatResult() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 833 std::vector<int64_t> stats; variable 845 std::vector<int64_t> stats; variable 863 std::vector<int64_t> stats; variable 882 std::vector<int64_t> stats; variable 908 std::vector<int64_t> stats; variable 931 std::vector<int64_t> stats; variable 954 std::vector<int64_t> stats; variable 977 std::vector<int64_t> stats; variable 1001 std::vector<int64_t> stats; variable 1025 std::vector<int64_t> stats; variable [all …]
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | io_collector.h | 27 static bool DefaultDiskStatsFilter(const DiskStats &stats) in DefaultDiskStatsFilter()
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | io_collector_test.cpp | 111 auto result = collect->CollectDiskStats([] (const DiskStats &stats) { in __anond6c36c300202() 126 auto result = collect->ExportDiskStats([] (const DiskStats &stats) { in __anond6c36c300302() 150 auto result = collect->CollectDiskStats([] (const DiskStats &stats) { in __anond6c36c300402()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_msg_manager_test/ |
H A D | stream_msg_manager_test.cpp | 66 HistoryStats stats; variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_test.cpp | 439 uint64_t stats = 0; variable 529 uint64_t stats = 0; variable 541 uint64_t stats = 5; variable 554 uint64_t stats = 0; variable 567 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable 584 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; variable 648 uint64_t stats = 0; variable 655 uint64_t stats = 0; variable
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_buffer.h | 81 LogStats stats; variable
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | decorator.cpp | 62 void UCDecorator::WriteLinesToFile(const std::vector<std::string>& stats, bool addBlankLine) in WriteLinesToFile()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 183 void ServiceController::SendOverallStats(const LogStats& stats) in SendOverallStats() 211 void ServiceController::SendLogTypeDomainStats(const LogStats& stats) in SendLogTypeDomainStats() 251 void ServiceController::SendDomainStats(const LogStats& stats) in SendDomainStats() 289 void ServiceController::SendDomainTagStats(const LogStats& stats) in SendDomainTagStats() 302 void ServiceController::SendProcStats(const LogStats& stats) in SendProcStats() 349 void ServiceController::SendProcLogTypeStats(const LogStats& stats) in SendProcLogTypeStats() 392 void ServiceController::SendProcTagStats(const LogStats& stats) in SendProcTagStats() 772 LogStats& stats = m_hilogBuffer.GetStatsInfo(); in HandleStatsQueryRqst() local
|