Home
last modified time | relevance | path

Searched refs:FindTableByInterfacename (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp172 uint32_t table = FindTableByInterfacename(interfaceName); in AddInterfaceToDefaultNetwork()
199 uint32_t table = FindTableByInterfacename(interfaceName); in RemoveInterfaceFromDefaultNetwork()
749 uint32_t table = FindTableByInterfacename(interfaceName); in UpdateClatTunInterface()
814 uint32_t table = FindTableByInterfacename(interfaceName, netId); in ClearRoutes()
856 uint32_t table = FindTableByInterfacename(interfaceName, netId); in UpdatePhysicalNetwork()
958 uint32_t table = FindTableByInterfacename(outputInterface); in UpdateSharingNetwork()
1232 uint32_t RouteManager::FindTableByInterfacename(const std::string &interfaceName, int32_t netId) in FindTableByInterfacename() function in OHOS::nmd::RouteManager
1234 NETNATIVE_LOGI("FindTableByInterfacename netId %{public}d", netId); in FindTableByInterfacename()
1257 return FindTableByInterfacename(interfaceName); in GetRouteTableFromType()
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Droute_manager.h356 static uint32_t FindTableByInterfacename(const std::string &interfaceName, int32_t netId = 0);

Completed in 3 milliseconds