Home
last modified time | relevance | path

Searched refs:CreateAndConfigureTunIface (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dclat_manager.h46 int32_t CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunIface, const INetAddr &v4Addr,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dclat_manager_test.cpp115 * @tc.desc: Test ConnManager CreateAndConfigureTunIface.
126 int32_t ret = instance_->CreateAndConfigureTunIface(v6Iface, tunIface, v4Addr, netsysService, tunFd); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp63 ret = CreateAndConfigureTunIface(v6Iface, tunIface, v4Addr, netsysService, tunFd); in ClatStart()
160 int32_t ClatManager::CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunIface, in CreateAndConfigureTunIface() function in OHOS::nmd::ClatManager

Completed in 2 milliseconds