Searched refs:IptablesType (Results 1 - 17 of 17) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_test.cpp | 599 IptablesType ipType = IptablesType::IPTYPE_IPV4; in HWTEST_F() 608 IptablesType ipType = IptablesType::IPTYPE_IPV4; in HWTEST_F() 623 IptablesType ipType = IptablesType::IPTYPE_IPV4; in HWTEST_F()
|
H A D | netsys_controller_service_impl_test.cpp | 531 NetsysNative::IptablesType ipType = NetsysNative::IptablesType::IPTYPE_IPV4; in HWTEST_F()
|
H A D | netsys_native_service_stub_test.cpp | 444 int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) override
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 45 enum IptablesType { enum 155 IptablesType ipType = IPTYPE_IPV4) = 0;
|
H A D | netsys_native_service_proxy.h | 120 int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 753 int32_t NetsysNativeService::SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) in SetIptablesCommandForRes() 764 case IptablesType::IPTYPE_IPV4: in SetIptablesCommandForRes() 767 case IptablesType::IPTYPE_IPV6: in SetIptablesCommandForRes() 770 case IptablesType::IPTYPE_IPV4V6: in SetIptablesCommandForRes()
|
H A D | netsys_native_service_stub.cpp | 1457 IptablesType ipType = static_cast<IptablesType>(data.ReadUint32()); in CmdSetIptablesCommandForRes()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 144 int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) override;
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 422 int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, IptablesType ipType) override
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 744 NetsysNative::IptablesType ipType) override;
|
H A D | i_netsys_controller_service.h | 773 NetsysNative::IptablesType ipType) = 0;
|
H A D | netsys_controller.h | 759 NetsysNative::IptablesType ipType = NetsysNative::IPTYPE_IPV4);
|
H A D | netsys_native_client.h | 785 int32_t SetIptablesCommandForRes(const std::string &cmd, std::string &respond, NetsysNative::IptablesType ipType);
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller.cpp | 1170 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
|
H A D | netsys_controller_service_impl.cpp | 720 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
|
H A D | netsys_native_client.cpp | 1378 NetsysNative::IptablesType ipType) in SetIptablesCommandForRes()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 2080 IptablesType ipType) in SetIptablesCommandForRes()
|
Completed in 34 milliseconds