Home
last modified time | relevance | path

Searched defs:downstreamIface (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp173 int32_t SharingManager::EnableNat(const std::string &downstreamIface, const std::string &upstreamIf… in EnableNat()
206 int32_t SharingManager::DisableNat(const std::string &downstreamIface, const std::string &upstreamI… in DisableNat()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp348 int32_t NetManagerNative::EnableNat(const std::string &downstreamIface, const std::string &upstream… in EnableNat()
353 int32_t NetManagerNative::DisableNat(const std::string &downstreamIface, const std::string &upstrea… in DisableNat()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp589 int32_t NetsysController::EnableNat(const std::string &downstreamIface, const std::string &upstream… in EnableNat()
600 int32_t NetsysController::DisableNat(const std::string &downstreamIface, const std::string &upstrea… in DisableNat()
H A Dnetsys_controller_service_impl.cpp453 int32_t NetsysControllerServiceImpl::EnableNat(const std::string &downstreamIface, const std::strin… in EnableNat()
459 int32_t NetsysControllerServiceImpl::DisableNat(const std::string &downstreamIface, const std::stri… in DisableNat()
H A Dnetsys_native_client.cpp778 int32_t NetsysNativeClient::EnableNat(const std::string &downstreamIface, const std::string &upstre… in EnableNat()
790 int32_t NetsysNativeClient::DisableNat(const std::string &downstreamIface, const std::string &upstr… in DisableNat()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp491 int32_t NetsysNativeService::EnableNat(const std::string &downstreamIface, const std::string &upstr… in EnableNat()
497 int32_t NetsysNativeService::DisableNat(const std::string &downstreamIface, const std::string &upst… in DisableNat()
H A Dnetsys_native_service_stub.cpp1055 const auto &downstreamIface = data.ReadString(); in CmdEnableNat() local
1065 const auto &downstreamIface = data.ReadString(); in CmdDisableNat() local
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp297 int32_t EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) override in EnableNat()
302 … int32_t DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) override in DisableNat()
1167 std::string downstreamIface = "testDownstreamIface"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp35 bool WriteNatDataToMessage(MessageParcel &data, const std::string &downstreamIface, const std::stri… in WriteNatDataToMessage()
1318 int32_t NetsysNativeServiceProxy::EnableNat(const std::string &downstreamIface, const std::string &… in EnableNat()
1338 int32_t NetsysNativeServiceProxy::DisableNat(const std::string &downstreamIface, const std::string … in DisableNat()
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp741 std::string downstreamIface = NetSysGetString(STR_LEN); in EnableNatFuzzTest() local
756 std::string downstreamIface = NetSysGetString(STR_LEN); in DisableNatFuzzTest() local
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1023 final String downstreamIface = ipServer.interfaceName(); in dumpIpv6ForwardingRules() local