Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netpolicymanager/src/firewall_rule/
H A Dfirewall_rule.cpp166 int32_t FirewallRule::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetManagerStandard::FirewallRule
168 return netsys_->ClearFirewallAllRules(); in ClearFirewallAllRules()
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnetsys_policy_wrapper.cpp146 int32_t NetsysPolicyWrapper::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetManagerStandard::NetsysPolicyWrapper
148 auto netsysReturnValue = NetsysController::GetInstance().ClearFirewallAllRules(); in ClearFirewallAllRules()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnetsys_policy_wrapper.h48 int32_t ClearFirewallAllRules();
H A Dfirewall_rule.h140 virtual int32_t ClearFirewallAllRules();
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_firewall.cpp159 powerSaveFirewallRule_->ClearFirewallAllRules(); // power save mode off, clear firewall all reules in UpdatePowerSavePolicy()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h195 virtual int32_t ClearFirewallAllRules() = 0;
H A Dnetsys_native_service_proxy.h162 int32_t ClearFirewallAllRules() override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h186 int32_t ClearFirewallAllRules() override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h161 int32_t ClearFirewallAllRules();
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp538 int32_t ClearFirewallAllRules() override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h942 int32_t ClearFirewallAllRules() override;
H A Di_netsys_controller_service.h968 virtual int32_t ClearFirewallAllRules() = 0;
H A Dnetsys_controller.h953 int32_t ClearFirewallAllRules();
H A Dnetsys_native_client.h977 int32_t ClearFirewallAllRules();
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1508 int32_t NetsysController::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetManagerStandard::NetsysController
1516 return netsysService_->ClearFirewallAllRules(); in ClearFirewallAllRules()
H A Dnetsys_controller_service_impl.cpp904 int32_t NetsysControllerServiceImpl::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
906 return netsysClient_.ClearFirewallAllRules(); in ClearFirewallAllRules()
H A Dnetsys_native_client.cpp1686 int32_t NetsysNativeClient::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetManagerStandard::NetsysNativeClient
1694 return proxy->ClearFirewallAllRules(); in ClearFirewallAllRules()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp1047 int32_t NetsysNativeService::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetsysNative::NetsysNativeService
1049 NETNATIVE_LOG_D("ClearFirewallAllRules"); in ClearFirewallAllRules()
1050 return netsysService_->ClearFirewallAllRules(); in ClearFirewallAllRules()
H A Dnetsys_native_service_stub.cpp2141 int32_t result = ClearFirewallAllRules(); in CmdClearFirewallAllRules()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp617 int32_t NetManagerNative::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::nmd::NetManagerNative
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_service_impl_test.cpp555 ret = instance_->ClearFirewallAllRules(); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp560 int32_t ClearFirewallAllRules() override
H A Dnetsys_controller_test.cpp725 ret = instance_->ClearFirewallAllRules(); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp3048 int32_t NetsysNativeServiceProxy::ClearFirewallAllRules() in ClearFirewallAllRules() function in OHOS::NetsysNative::NetsysNativeServiceProxy
3050 NETNATIVE_LOGI("ClearFirewallAllRules"); in ClearFirewallAllRules()

Completed in 33 milliseconds