Searched refs:srcAddr_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | firewall_chain_rule.cpp | 42 srcAddr_ = std::get<FIREWALL_SRCADDR_IND>(firewallTuple); in FirewallChainRule() 48 GetOption(otherOptions_, "source IP range", srcAddr_); in FirewallChainRule() 78 parameterString << IpToParameter(srcAddr_, "-s"); in Parameter() 134 return {direction, action, protocl, srcAddr_, destAddr_, srcPort_, destPort_, appUid_}; in ToFilterRule()
|
H A D | chain_rule.cpp | 44 srcAddr_ = source; in ChainRule()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/ |
H A D | chain_rule.h | 51 std::string srcAddr_; variable
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/ |
H A D | chain_rule_test.cpp | 64 EXPECT_EQ(chainRule->srcAddr_, "192.168.1.1");
|