Home
last modified time | relevance | path

Searched refs:IsClientsEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h57 bool IsClientsEmpty(int groupId);
H A Dsensor_if_service.cpp373 if (SensorClientsManager::GetInstance()->IsClientsEmpty(groupId)) { in Register()
417 if (!SensorClientsManager::GetInstance()->IsClientsEmpty(groupId)) { in Unregister()
600 if (!SensorClientsManager::GetInstance()->IsClientsEmpty(groupId)) { in OnRemoteDied()
H A Dsensor_clients_manager.cpp350 bool SensorClientsManager::IsClientsEmpty(int groupId) in IsClientsEmpty() function in OHOS::HDI::Sensor::V2_0::SensorClientsManager