Searched refs:ToStringRoute (Results 1 – 4 of 4) sorted by relevance
53 std::string ToStringRoute(const std::string &tab) const;
250 str.append(ToStringRoute(tab)); in ToString()303 std::string NetLinkInfo::ToStringRoute(const std::string &tab) const in ToStringRoute() function in OHOS::NetManagerStandard::NetLinkInfo
171 std::string str = netLinkInfo->ToStringRoute("testRouteTab");
363 NETMGR_LOG_D("UpdateRoutes, old routes: [%{public}s]", netLinkInfo_.ToStringRoute("").c_str()); in UpdateRoutes()385 … NETMGR_LOG_D("UpdateRoutes, new routes: [%{public}s]", newNetLinkInfo.ToStringRoute("").c_str()); in UpdateRoutes()