Home
last modified time | relevance | path

Searched refs:NET_FIREWALL_RECORD_PROTOCOL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h80 const std::string NET_FIREWALL_RECORD_PROTOCOL = "protocol"; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnet_firewall_exec.cpp287 …NapiUtils::SetInt32Property(context->GetEnv(), rule, NET_FIREWALL_RECORD_PROTOCOL, iface.protocol); in GetInterceptRecordCallbacks()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp379 if (columnName == NET_FIREWALL_RECORD_PROTOCOL) { in GetResultSetTableInfo()
845 values.PutInt(NET_FIREWALL_RECORD_PROTOCOL, static_cast<int32_t>(records[i]->protocol)); in AddInterceptRecord()