Home
last modified time | relevance | path

Searched defs:downstreamIface (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1195 std::string downstreamIface = "testDownstreamIface"; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp173 int32_t SharingManager::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
206 int32_t SharingManager::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
[all...]
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp719 int32_t NetsysController::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
732 int32_t NetsysController::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
H A Dnetsys_controller_service_impl.cpp472 int32_t NetsysControllerServiceImpl::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
478 int32_t NetsysControllerServiceImpl::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
H A Dnetsys_native_client.cpp809 int32_t NetsysNativeClient::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
821 int32_t NetsysNativeClient::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
/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
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp525 int32_t NetsysNativeService::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
531 int32_t NetsysNativeService::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
H A Dnetsys_native_service_stub.cpp1147 const auto &downstreamIface = data.ReadString(); in CmdEnableNat() local
1157 const auto &downstreamIface = data.ReadString(); in CmdDisableNat() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp35 bool WriteNatDataToMessage(MessageParcel &data, const std::string &downstreamIface, const std::string &upstreamIface) in WriteNatDataToMessage() argument
1412 int32_t NetsysNativeServiceProxy::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
1432 int32_t NetsysNativeServiceProxy::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp370 int32_t NetManagerNative::EnableNat(const std::string &downstreamIface, const std::string &upstreamIface) in EnableNat() argument
375 int32_t NetManagerNative::DisableNat(const std::string &downstreamIface, const std::string &upstreamIface) in DisableNat() argument

Completed in 30 milliseconds