Searched refs:NET_FIREWALL_LOCAL_IP (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | netfirewall_default_rule_parser_test.cpp | 65 cJSON_AddItemToObject(root, NET_FIREWALL_LOCAL_IP.c_str(), localIps); in HWTEST_F() 68 NetFirewallDefaultRuleParser::ParseIpList(list, root, NET_FIREWALL_LOCAL_IP); in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_default_rule_parser_test.cpp | 65 cJSON_AddItemToObject(root, NET_FIREWALL_LOCAL_IP.c_str(), localIps);
in HWTEST_F() 68 NetFirewallDefaultRuleParser::ParseIpList(list, root, NET_FIREWALL_LOCAL_IP);
in HWTEST_F()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/ |
H A D | net_firewall_rule_parse.cpp | 131 ParseIpList(env, NapiUtils::GetNamedProperty(env, object, NET_FIREWALL_LOCAL_IP), rule->localIps);
in ParseRuleParams() 208 SetIpList(env, object, NET_FIREWALL_LOCAL_IP, rule.localIps);
in SetRuleParams()
|
H A D | net_firewall_param_check.cpp | 488 objectParam.emplace_back(NET_FIREWALL_LOCAL_IP);
in CheckRuleObjectParams() 525 if (propertyName == NET_FIREWALL_LOCAL_IP || propertyName == NET_FIREWALL_REMOTE_IP) {
in CheckRuleObjectParamValue()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | netfirewall_parcel.h | 55 const std::string NET_FIREWALL_LOCAL_IP = "localIps";
member
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_parcel.cpp | 338 this->userId << COMMA << NET_FIREWALL_LOCAL_IP << size << this->localIps.size() << COMMA <<
in ToString()
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_default_rule_parser.cpp | 79 ParseIpList(rule->localIps, mem, NET_FIREWALL_LOCAL_IP); in ParseListObject()
|
H A D | netfirewall_db_helper.cpp | 162 values.PutBlob(NET_FIREWALL_LOCAL_IP, blob);
in FillValuesOfFirewallRule() 266 if (columnName == NET_FIREWALL_LOCAL_IP) {
in GetParamRuleInfoFormResultSet()
|
Completed in 7 milliseconds