Searched refs:GetRouteTable (Results 1 – 4 of 4) sorted by relevance
44 int32_t GetRouteTable(std::list<NetDiagRouteTable> &routeTables);
331 auto ret = netDiagWrapper->GetRouteTable(routeTables);
121 int32_t NetDiagWrapper::GetRouteTable(std::list<NetDiagRouteTable> &routeTables) in GetRouteTable() function in OHOS::nmd::NetDiagWrapper
762 return netDiagWrapper->GetRouteTable(routeTables); in NetDiagGetRouteTable()