Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Di_netfirewall_service.h51 GET_NET_FIREWALL_RULE, enumerator
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_proxy.cpp208 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(GET_NET_FIREWALL_RULE), data, reply, optio… in GetNetFirewallRule()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_stub.cpp46 memberFuncMap_[static_cast<uint32_t>(GET_NET_FIREWALL_RULE)] = {Permission::MANAGE_NET_STRATEGY, in NetFirewallStub()
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp149 case static_cast<uint32_t>(INetFirewallService::GET_NET_FIREWALL_RULE): in SendRequest()
H A Dnetfirewall_service_stub_test.cpp297 int32_t ret = SendRemoteRequest(data, (INetFirewallService::GET_NET_FIREWALL_RULE));