Searched refs:MULTIPLE_IP (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_parcel.cpp | 38 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 D | netfirewall_default_rule_parser_test.cpp | 126 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 D | netfirewall_client_test.cpp | 86 if (type == MULTIPLE_IP) { in GetIpList()
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_default_rule_parser_test.cpp | 126 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 D | netfirewall_client_test.cpp | 86 if (type == MULTIPLE_IP) {
in GetIpList()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/ |
H A D | net_firewall_rule_parse.cpp | 63 if (param.type == MULTIPLE_IP) {
in ParseIpList() 68 if (param.type == MULTIPLE_IP) {
in ParseIpList()
|
H A D | net_firewall_param_check.cpp | 310 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 D | netfirewall_parcel.h | 38 constexpr uint8_t MULTIPLE_IP = 2;
member
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 191 } else if (item.type == MULTIPLE_IP) { in InsertIp4SegBitmap() 216 } else if (item.type == MULTIPLE_IP) { in InsertIp6SegBitmap()
|
Completed in 8 milliseconds