Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h81 const std::string NET_FIREWALL_RECORD_UID = "appUid"; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnet_firewall_exec.cpp288 NapiUtils::SetInt32Property(context->GetEnv(), rule, NET_FIREWALL_RECORD_UID, iface.appUid); in GetInterceptRecordCallbacks()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp383 if (columnName == NET_FIREWALL_RECORD_UID) { in GetResultSetTableInfo()
846 values.PutInt(NET_FIREWALL_RECORD_UID, records[i]->appUid); in AddInterceptRecord()