Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_file.cpp193 … cJSON *netAllowedList = cJSON_GetObjectItem(firewallRulesItem, CONFIG_FIREWALL_RULE_ALLOWEDLIST); in ParseFirewallRule() local
202 itemSize = cJSON_GetArraySize(netAllowedList); in ParseFirewallRule()
204 cJSON *netAllowedListItem = cJSON_GetArrayItem(netAllowedList, j); in ParseFirewallRule()