Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp41 prot_ = RuleUtils::EnumToString(std::get<FIREWALL_PROT_IND>(firewallTuple)); in FirewallChainRule()
74 if (!prot_.empty()) { in Parameter()
76 parameterString << prot_; in Parameter()
133 Protocol protocl = RuleUtils::StringProtocl(prot_); in ToFilterRule()
H A Dchain_rule.cpp33 iss >> prot_; in ChainRule()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dinvoker_factory.h50 int prot_;
57 prot_ = prot; in InvokerDelegator()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Dchain_rule.h49 std::string prot_; variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp66 EXPECT_EQ(chainRule->prot_, "udp");