Home
last modified time | relevance | path

Searched refs:InterceptRecord (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_intercept_recorder.h44 virtual int32_t OnIntercept(sptr<InterceptRecord> &record) override;
85 void PutRecordCache(sptr<InterceptRecord> reocrd);
113 std::vector<sptr<InterceptRecord>> recordCache_;
H A Dnetfirewall_db_helper.h113 int32_t AddInterceptRecord(const int32_t userId, std::vector<sptr<InterceptRecord>> &records);
313 std::vector<InterceptRecord> &rules);
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetfirewall_callback_stub.cpp53 sptr<NetManagerStandard::InterceptRecord> recored = NetManagerStandard::InterceptRecord::Unmarshalling(data); in CmdOnIntercept()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp112 sptr<InterceptRecord> GetInterceptRecordSptr() in GetInterceptRecordSptr()
114 sptr<InterceptRecord> record = (std::make_unique<InterceptRecord>()).release(); in GetInterceptRecordSptr()
173 std::vector<InterceptRecord> recordList; in static_cast()
177 sptr<InterceptRecord> record = GetInterceptRecordSptr(); in static_cast()
H A Dnetfirewall_service_test.cpp669 sptr<InterceptRecord> record = (std::make_unique<InterceptRecord>()).release(); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netfirewall_callback.h32 virtual int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) = 0;
H A Dnetfirewall_callback_proxy.h28 int32_t OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) override;
H A Dnetfirewall_parcel.h237 struct InterceptRecord : public Parcelable { struct
248 static sptr<InterceptRecord> Unmarshalling(Parcel &parcel);
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_intercept_recorder.cpp83 void NetFirewallInterceptRecorder::PutRecordCache(sptr<InterceptRecord> record) in PutRecordCache()
121 int32_t NetFirewallInterceptRecorder::FirewallCallback::OnIntercept(sptr<InterceptRecord> &record) in OnIntercept()
H A Dnetfirewall_db_helper.cpp496 std::vector<InterceptRecord> &rules) in GetResultRightRecordEx()
509 InterceptRecord info; in GetResultRightRecordEx()
810 int32_t NetFirewallDbHelper::AddInterceptRecord(const int32_t userId, std::vector<sptr<InterceptRecord>> &records) in AddInterceptRecord()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_callback_proxy.cpp25 int32_t NetFirewallCallbackProxy::OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) in OnIntercept()
H A Dnetfirewall_parcel.cpp473 bool InterceptRecord::Marshalling(Parcel &parcel) const in Marshalling()
496 sptr<InterceptRecord> InterceptRecord::Unmarshalling(Parcel &parcel) in Unmarshalling()
498 sptr<InterceptRecord> ptr = new (std::nothrow) InterceptRecord(); in Unmarshalling()
500 NETMGR_LOG_E("InterceptRecord ptr is null"); in Unmarshalling()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h248 bool ShouldSkipNotify(sptr<InterceptRecord> record);
286 sptr<InterceptRecord> oldRecord_ = nullptr;
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_common.h119 std::vector<InterceptRecord> data; // Page data
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_common.cpp229 auto value = InterceptRecord::Unmarshalling(parcel); in Unmarshalling()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_param_cache.h159 sptr<NetManagerStandard::InterceptRecord> oldRecord_ = nullptr;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/
H A Dnetsys_netfirewall_test.cpp101 int32_t OnIntercept(OHOS::sptr<InterceptRecord> &info) in OnIntercept()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp552 bool NetsysBpfNetFirewall::ShouldSkipNotify(sptr<InterceptRecord> record) in ShouldSkipNotify()
573 sptr<InterceptRecord> record = new (std::nothrow) InterceptRecord(); in NotifyInterceptEvent()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp630 sptr<NetManagerStandard::InterceptRecord> record = new (std::nothrow) NetManagerStandard::InterceptRecord(); in NotifyDomianIntercept()

Completed in 13 milliseconds