Home
last modified time | relevance | path

Searched refs:oldRecord_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp557 if (oldRecord_ != nullptr && (record->time - oldRecord_->time) < INTERCEPT_BUFF_INTERVAL_SEC) { in ShouldSkipNotify()
558 if (record->localIp == oldRecord_->localIp && record->remoteIp == oldRecord_->remoteIp && in ShouldSkipNotify()
559 record->localPort == oldRecord_->localPort && record->remotePort == oldRecord_->remotePort && in ShouldSkipNotify()
560 record->protocol == oldRecord_->protocol && record->appUid == oldRecord_->appUid) { in ShouldSkipNotify()
564 oldRecord_ = record; in ShouldSkipNotify()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp635 if (oldRecord_ != nullptr && (record->time - oldRecord_->time) < INTERCEPT_BUFF_INTERVAL_SEC) { in NotifyDomianIntercept()
636 if (record->appUid == oldRecord_->appUid && record->domain == oldRecord_->domain) { in NotifyDomianIntercept()
640 oldRecord_ = record; in NotifyDomianIntercept()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h286 sptr<InterceptRecord> oldRecord_ = nullptr; member in OHOS::NetManagerStandard::NetsysBpfNetFirewall
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h159 sptr<NetManagerStandard::InterceptRecord> oldRecord_ = nullptr; member in OHOS::nmd::DnsParamCache

Completed in 5 milliseconds