Searched refs:GetClients (Results 1 – 5 of 5) sorted by relevance
54 bool GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &client);
170 …if (!SensorClientsManager::GetInstance()->GetClients(HDF_TRADITIONAL_SENSOR_TYPE, sensorClientInfo… in SensorShowClient()
372 bool SensorClientsManager::GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &c… in GetClients() function in OHOS::HDI::Sensor::V2_0::SensorClientsManager
235 std::set<int> GetClients(int listenFd) in GetClients() function
2025 auto clients = SingletonSocketConfig::GetInstance().GetClients(context->GetSocketFd()); in ExecTcpServerSetExtraOptions()