Searched refs:HasRoute (Results 1 – 4 of 4) sorted by relevance
157 if (netLinkInfo_.HasRoute(route)) { in SetRoute()176 if (newNetLinkInfo.HasRoute(route)) { in DelRoute()
49 bool HasRoute(const Route &route) const;
365 if (newNetLinkInfo.HasRoute(route)) { in UpdateRoutes()387 if (netLinkInfo_.HasRoute(route)) { in UpdateRoutes()
224 bool NetLinkInfo::HasRoute(const Route &route) const in HasRoute() function in OHOS::NetManagerStandard::NetLinkInfo