Home
last modified time | relevance | path

Searched refs:NET_FIREWALL_APP_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp129 rule->appUid = NapiUtils::GetInt32Property(env, object, NET_FIREWALL_APP_ID); in ParseRuleParams()
206 NapiUtils::SetInt32Property(env, object, NET_FIREWALL_APP_ID, rule.appUid); in SetRuleParams()
H A Dnet_firewall_param_check.cpp456 numberParam.emplace_back(NET_FIREWALL_APP_ID); in CheckFirewallRule()
588 if (propertyName == NET_FIREWALL_APP_ID) { in CheckRuleNumberParam()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp153 values.PutInt(NET_FIREWALL_APP_ID, rule.appUid); in FillValuesOfFirewallRule()
338 if (columnName == NET_FIREWALL_APP_ID) { in GetResultSetTableInfo()
592 ->EqualTo(NET_FIREWALL_APP_ID, appUid) in QueryEnabledFirewallRules()
790 ->EqualTo(NET_FIREWALL_APP_ID, std::to_string(rule->appUid)) in IsDnsRuleExist()
H A Dnetfirewall_default_rule_parser.cpp58 cJSON *appUid = cJSON_GetObjectItem(mem, NET_FIREWALL_APP_ID.c_str()); in ConvertFirewallRuleToConfig()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h54 const std::string NET_FIREWALL_APP_ID = "appUid"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp331 …NET_FIREWALL_IS_ENABLED << EQUAL << this->isEnabled << COMMA << NET_FIREWALL_APP_ID << EQUAL << th… in ToString()