Lines Matching defs:sensorDesc
47 bool ClientInfo::GetSensorState(const SensorDescription &sensorDesc) in GetSensorState()
71 SensorBasicInfo ClientInfo::GetBestSensorInfo(const SensorDescription &sensorDesc) in GetBestSensorInfo()
102 bool ClientInfo::OnlyCurPidSensorEnabled(const SensorDescription &sensorDesc, int32_t pid) in OnlyCurPidSensorEnabled()
212 …tor<sptr<SensorBasicDataChannel>> ClientInfo::GetSensorChannel(const SensorDescription &sensorDesc) in GetSensorChannel()
241 bool ClientInfo::UpdateSensorInfo(const SensorDescription &sensorDesc, int32_t pid, const SensorBas… in UpdateSensorInfo()
266 void ClientInfo::RemoveSubscriber(const SensorDescription &sensorDesc, uint32_t pid) in RemoveSubscriber()
306 void ClientInfo::ClearSensorInfo(const SensorDescription &sensorDesc) in ClearSensorInfo()
324 void ClientInfo::ClearCurPidSensorInfo(const SensorDescription &sensorDesc, int32_t pid) in ClearCurPidSensorInfo()
381 SensorBasicInfo ClientInfo::GetCurPidSensorInfo(const SensorDescription &sensorDesc, int32_t pid) in GetCurPidSensorInfo()
409 uint64_t ClientInfo::ComputeBestPeriodCount(const SensorDescription &sensorDesc, sptr<SensorBasicDa… in ComputeBestPeriodCount()
434 uint64_t ClientInfo::ComputeBestFifoCount(const SensorDescription &sensorDesc, sptr<SensorBasicData… in ComputeBestFifoCount()
459 int32_t ClientInfo::GetStoreEvent(const SensorDescription &sensorDesc, SensorData &data) in GetStoreEvent()
722 void ClientInfo::ClearDataQueue(const SensorDescription &sensorDesc) in ClearDataQueue()