Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_service_proxy_test.cpp276 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 Dnet_stats_service_test.cpp129 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 Dnet_stats_client_test.cpp105 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 Dnet_stats_service_stub_test.cpp73 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 Djs_heap_stats_dumper.cpp35 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 Dnetsys_bpf_stats_test.cpp80 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 Dstream_msg_manager.cpp29 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 Dnet_stats_client.cpp180 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 Dnet_stats_info.cpp53 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 Dbpf_stats.cpp32 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 Dstreammsgmanager_fuzzer.cpp30 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 Dbattery_stats_module.cpp45 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 Dnet_stats_service_proxy.cpp96 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 Dbundle_active_stats_combiner.cpp22const 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 Dnet_stats_service.cpp214 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 Dnet_stats_service_stub.cpp146 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 Ddfx_instr_statistic.cpp48 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 Dbms_install_daemon_test.cpp833 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 Dio_collector.h27 static bool DefaultDiskStatsFilter(const DiskStats &stats) in DefaultDiskStatsFilter()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dio_collector_test.cpp111 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 Dstream_msg_manager_test.cpp66 HistoryStats stats; variable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp439 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 Dlog_buffer.h81 LogStats stats; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp62 void UCDecorator::WriteLinesToFile(const std::vector<std::string>& stats, bool addBlankLine) in WriteLinesToFile()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp183 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

1234