Lines Matching defs:stats
1092 int32_t NetsysController::GetTotalStats(uint64_t &stats, uint32_t type)
1100 return netsysService_->GetTotalStats(stats, static_cast<uint32_t>(type));
1103 int32_t NetsysController::GetUidStats(uint64_t &stats, uint32_t type, uint32_t uid)
1111 return netsysService_->GetUidStats(stats, static_cast<uint32_t>(type), uid);
1114 int32_t NetsysController::GetIfaceStats(uint64_t &stats, uint32_t type, const std::string &interfaceName)
1122 return netsysService_->GetIfaceStats(stats, static_cast<uint32_t>(type), interfaceName);
1125 int32_t NetsysController::GetAllSimStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats)
1133 return netsysService_->GetAllSimStatsInfo(stats);
1147 int32_t NetsysController::GetAllStatsInfo(std::vector<OHOS::NetManagerStandard::NetStatsInfo> &stats)
1155 return netsysService_->GetAllStatsInfo(stats);
1326 int32_t NetsysController::GetCookieStats(uint64_t &stats, uint32_t type, uint64_t cookie)
1334 return netsysService_->GetCookieStats(stats, type, cookie);