Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h76 const std::string NET_FIREWALL_RECORD_LOCAL_IP = "localIp"; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnet_firewall_exec.cpp283 …NapiUtils::SetStringPropertyUtf8(context->GetEnv(), rule, NET_FIREWALL_RECORD_LOCAL_IP, iface.loca… in GetInterceptRecordCallbacks()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp363 if (columnName == NET_FIREWALL_RECORD_LOCAL_IP) { in GetResultSetTableInfo()
841 values.PutString(NET_FIREWALL_RECORD_LOCAL_IP, records[i]->localIp); in AddInterceptRecord()