Home
last modified time | relevance | path

Searched refs:GetClientCounts (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_server_context.h151 size_t GetClientCounts() in GetClientCounts() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp564 if (mgr->GetClientCounts() >= MAX_CLIENTS) { in LocalSocketServerAccept()
1064 state.SetIsConnected(pMgr->GetClientCounts() > 0); in ExecLocalSocketServerGetState()