Home
last modified time | relevance | path

Searched refs:IptablesType (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp599 IptablesType ipType = IptablesType::IPTYPE_IPV4;
608 IptablesType ipType = IptablesType::IPTYPE_IPV4;
623 IptablesType ipType = IptablesType::IPTYPE_IPV4;
H A Dnetsys_controller_service_impl_test.cpp530 NetsysNative::IptablesType ipType = NetsysNative::IptablesType::IPTYPE_IPV4;
H A Dnetsys_native_service_stub_test.cpp428 …int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType… in SetIptablesCommandForRes()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h45 enum IptablesType { enum
140 IptablesType ipType = IPTYPE_IPV4) = 0;
H A Dnetsys_native_service_proxy.h116 …int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp719 …ervice::SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) in SetIptablesCommandForRes()
730 case IptablesType::IPTYPE_IPV4: in SetIptablesCommandForRes()
733 case IptablesType::IPTYPE_IPV6: in SetIptablesCommandForRes()
736 case IptablesType::IPTYPE_IPV4V6: in SetIptablesCommandForRes()
H A Dnetsys_native_service_stub.cpp1365 IptablesType ipType = static_cast<IptablesType>(data.ReadUint32()); in CmdSetIptablesCommandForRes()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h757 NetsysNative::IptablesType ipType = NetsysNative::IPTYPE_IPV4);
H A Di_netsys_controller_service.h770 NetsysNative::IptablesType ipType) = 0;
H A Dnetsys_controller_service_impl.h740 NetsysNative::IptablesType ipType) override;
H A Dnetsys_native_client.h782 …blesCommandForRes(const std::string &cmd, std::string &respond, NetsysNative::IptablesType ipType);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h140 …int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType…
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp701 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
H A Dnetsys_controller.cpp966 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
H A Dnetsys_native_client.cpp1347 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1986 IptablesType ipType) in SetIptablesCommandForRes()