Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp77 int32_t RouteUtils::UpdateRoutes(int32_t netId, const NetLinkInfo &newnl, const NetLinkInfo &oldnl) in UpdateRoutes() argument
86 for (itero = oldnl.routeList_.begin(); itero != oldnl.routeList_.end(); ++itero) { in UpdateRoutes()
98 if (std::find(oldnl.routeList_.begin(), oldnl.routeList_.end(), *itern) == oldnl.routeList_.end()) { in UpdateRoutes()
/foundation/communication/netmanager_base/services/common/include/
H A Droute_utils.h79 * Update route from oldnl to newnl
83 * @param oldnl route info will remove from route table
85 * @return 1, route changed between oldnl and newnl
87 static int32_t UpdateRoutes(int32_t netId, const NetLinkInfo &newnl, const NetLinkInfo &oldnl);

Completed in 2 milliseconds