Home
last modified time | relevance | path

Searched refs:GetClients (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h54 bool GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &client);
H A Dsensor_hdi_dump.cpp170 …if (!SensorClientsManager::GetInstance()->GetClients(HDF_TRADITIONAL_SENSOR_TYPE, sensorClientInfo… in SensorShowClient()
H A Dsensor_clients_manager.cpp372 bool SensorClientsManager::GetClients(int groupId, std::unordered_map<int32_t, SensorClientInfo> &c… in GetClients() function in OHOS::HDI::Sensor::V2_0::SensorClientsManager
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec.h235 std::set<int> GetClients(int listenFd) in GetClients() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp2025 auto clients = SingletonSocketConfig::GetInstance().GetClients(context->GetSocketFd()); in ExecTcpServerSetExtraOptions()