Home
last modified time | relevance | path

Searched refs:newnl (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
87 iterf = std::find(newnl.routeList_.begin(), newnl.routeList_.end(), *itero); in UpdateRoutes()
88 if (iterf == newnl.routeList_.end()) { in UpdateRoutes()
97 for (itern = newnl.routeList_.begin(); itern != newnl.routeList_.end(); ++itern) { in UpdateRoutes()
/foundation/communication/netmanager_base/services/common/include/
H A Droute_utils.h79 * Update route from oldnl to newnl
82 * @param newnl route info will add or update to 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