Home
last modified time | relevance | path

Searched refs:MULTIPLE_IP (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp38 if (type == MULTIPLE_IP) { in Marshalling()
45 if (type == MULTIPLE_IP) { in Marshalling()
67 if (ptr->type == MULTIPLE_IP) { in Unmarshalling()
74 if (ptr->type == MULTIPLE_IP) { in Unmarshalling()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_default_rule_parser_test.cpp126 cJSON_AddNumberToObject(root, NET_FIREWALL_IP_TYPE.c_str(), MULTIPLE_IP); in HWTEST_F()
139 cJSON_AddNumberToObject(root, NET_FIREWALL_IP_TYPE.c_str(), MULTIPLE_IP); in HWTEST_F()
H A Dnetfirewall_client_test.cpp86 if (type == MULTIPLE_IP) { in GetIpList()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_default_rule_parser_test.cpp126 cJSON_AddNumberToObject(root, NET_FIREWALL_IP_TYPE.c_str(), MULTIPLE_IP); in HWTEST_F()
139 cJSON_AddNumberToObject(root, NET_FIREWALL_IP_TYPE.c_str(), MULTIPLE_IP); in HWTEST_F()
H A Dnetfirewall_client_test.cpp86 if (type == MULTIPLE_IP) { in GetIpList()
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp63 if (param.type == MULTIPLE_IP) { in ParseIpList()
68 if (param.type == MULTIPLE_IP) { in ParseIpList()
H A Dnet_firewall_param_check.cpp310 if (type != SINGLE_IP && type != MULTIPLE_IP) { in CheckIpList()
315 int32_t ret = type == MULTIPLE_IP ? CheckMultipleIp(env, valAttr, family) : CheckSingeIp(env, valAttr, family); in CheckIpList()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h38 constexpr uint8_t MULTIPLE_IP = 2; member
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp191 } else if (item.type == MULTIPLE_IP) { in InsertIp4SegBitmap()
216 } else if (item.type == MULTIPLE_IP) { in InsertIp6SegBitmap()

Completed in 8 milliseconds