Searched refs:GetSocketsInfo (Results 1 – 4 of 4) sorted by relevance
372 auto ret = netDiagWrapper->GetSocketsInfo(socketType, socketInfo);377 ret = netDiagWrapper->GetSocketsInfo(socketType, socketInfo);382 ret = netDiagWrapper->GetSocketsInfo(socketType, socketInfo);387 ret = netDiagWrapper->GetSocketsInfo(socketType, socketInfo);392 ret = netDiagWrapper->GetSocketsInfo(socketType, socketInfo);
45 int32_t GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo);
143 int32_t NetDiagWrapper::GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsI… in GetSocketsInfo() function in OHOS::nmd::NetDiagWrapper
771 return netDiagWrapper->GetSocketsInfo(socketType, socketsInfo); in NetDiagGetSocketsInfo()