Searched refs:getClientById (Results 1 – 1 of 1) sorted by relevance
131 Client *cli = getClientById(hubId); in onMessage()151 Client *getClientById(size_t id) { return mHubs.count(id) ? mHubs[id].get() : nullptr; } in getClientById() function in CHub166 getClientById(mHubArray[idx].hub_id) : nullptr; in getClientByIndex()