Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_rule_manager.cpp411 sptr<NetFirewallIpRule> ipRule = new (std::nothrow) NetFirewallIpRule(); in ExtractIpRules() local
412 if (ipRule == nullptr) { in ExtractIpRules()
413 NETMGR_EXT_LOG_E("ExtractIpRules ipRule is null"); in ExtractIpRules()
416 ipRule->userId = rule.userId; in ExtractIpRules()
417 ipRule->ruleDirection = rule.ruleDirection; in ExtractIpRules()
418 ipRule->ruleAction = rule.ruleAction; in ExtractIpRules()
419 ipRule->appUid = rule.appUid; in ExtractIpRules()
420 ipRule->localIps = rule.localIps; in ExtractIpRules()
421 ipRule->remoteIps = rule.remoteIps; in ExtractIpRules()
422 ipRule in ExtractIpRules()
[all...]

Completed in 2 milliseconds