Searched refs:bpfStats_ (Results 1 – 3 of 3) sorted by relevance
652 if (bpfStats_ == nullptr) { in GetTotalStats()662 if (bpfStats_ == nullptr) { in GetUidStats()672 if (bpfStats_ == nullptr) { in GetIfaceStats()682 if (bpfStats_ == nullptr) { in GetAllSimStatsInfo()686 return bpfStats_->GetAllSimStatsInfo(stats); in GetAllSimStatsInfo()692 if (bpfStats_ == nullptr) { in DeleteSimStatsInfo()701 if (bpfStats_ == nullptr) { in GetAllStatsInfo()706 return bpfStats_->GetAllStatsInfo(stats); in GetAllStatsInfo()712 if (bpfStats_ == nullptr) { in DeleteStatsInfo()716 return bpfStats_->DeleteStatsInfo(APP_UID_IF_STATS_MAP_PATH, uid); in DeleteStatsInfo()[all …]
533 auto backup = std::move(instance_->bpfStats_);535 instance_->bpfStats_ = std::move(backup);546 auto backup = std::move(instance_->bpfStats_);548 instance_->bpfStats_ = std::move(backup);559 auto backup = std::move(instance_->bpfStats_);561 instance_->bpfStats_ = std::move(backup);570 auto backup = std::move(instance_->bpfStats_);572 instance_->bpfStats_ = std::move(backup);658 auto backup = std::move(instance_->bpfStats_);660 instance_->bpfStats_ = std::move(backup);
207 std::unique_ptr<OHOS::NetManagerStandard::NetsysBpfStats> bpfStats_ = nullptr; variable