Home
last modified time | relevance | path

Searched refs:NET_FIREWALL_IS_ENABLED (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp440 !NapiUtils::HasNamedProperty(env, object, NET_FIREWALL_IS_ENABLED) || in CheckFirewallRule()
473 if (NapiUtils::HasNamedProperty(env, object, NET_FIREWALL_IS_ENABLED)) { in CheckFirewallRule()
474 if (NapiUtils::GetValueType(env, NapiUtils::GetNamedProperty(env, object, NET_FIREWALL_IS_ENABLED)) != in CheckFirewallRule()
H A Dnet_firewall_rule_parse.cpp128 rule->isEnabled = NapiUtils::GetBooleanProperty(env, object, NET_FIREWALL_IS_ENABLED); in ParseRuleParams()
205 NapiUtils::SetBooleanProperty(env, object, NET_FIREWALL_IS_ENABLED, rule.isEnabled); in SetRuleParams()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp152 values.PutInt(NET_FIREWALL_IS_ENABLED, rule.isEnabled); in FillValuesOfFirewallRule()
334 if (columnName == NET_FIREWALL_IS_ENABLED) { in GetResultSetTableInfo()
572 rdbPredicates.BeginWrap()->EqualTo(NET_FIREWALL_IS_ENABLED, "1"); in QueryAllUserEnabledFirewallRules()
590 ->EqualTo(NET_FIREWALL_IS_ENABLED, "1") in QueryEnabledFirewallRules()
H A Dnetfirewall_default_rule_parser.cpp53 cJSON *isEnabled = cJSON_GetObjectItem(mem, NET_FIREWALL_IS_ENABLED.c_str()); in ConvertFirewallRuleToConfig()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h53 const std::string NET_FIREWALL_IS_ENABLED = "isEnabled"; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp336 NET_FIREWALL_IS_ENABLED << EQUAL << this->isEnabled << COMMA << NET_FIREWALL_APP_ID << EQUAL << this->appUid << in ToString()

Completed in 7 milliseconds