• Home
  • Raw
  • Download

Lines Matching defs:sensorId

50 bool ClientInfo::GetSensorState(int32_t sensorId)  in GetSensorState()
72 SensorBasicInfo ClientInfo::GetBestSensorInfo(int32_t sensorId) in GetBestSensorInfo()
101 bool ClientInfo::OnlyCurPidSensorEnabled(int32_t sensorId, int32_t pid) in OnlyCurPidSensorEnabled()
205 std::vector<sptr<SensorBasicDataChannel>> ClientInfo::GetSensorChannel(int32_t sensorId) in GetSensorChannel()
232 bool ClientInfo::UpdateSensorInfo(int32_t sensorId, int32_t pid, const SensorBasicInfo &sensorInfo) in UpdateSensorInfo()
256 void ClientInfo::RemoveSubscriber(int32_t sensorId, uint32_t pid) in RemoveSubscriber()
293 void ClientInfo::ClearSensorInfo(int32_t sensorId) in ClearSensorInfo()
309 void ClientInfo::ClearCurPidSensorInfo(int32_t sensorId, int32_t pid) in ClearCurPidSensorInfo()
365 SensorBasicInfo ClientInfo::GetCurPidSensorInfo(int32_t sensorId, int32_t pid) in GetCurPidSensorInfo()
392 uint64_t ClientInfo::ComputeBestPeriodCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel) in ComputeBestPeriodCount()
417 uint64_t ClientInfo::ComputeBestFifoCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel) in ComputeBestFifoCount()
442 int32_t ClientInfo::GetStoreEvent(int32_t sensorId, SensorData &data) in GetStoreEvent()
630 void ClientInfo::UpdateCmd(int32_t sensorId, int32_t uid, int32_t cmdType) in UpdateCmd()
660 std::vector<int32_t> ClientInfo::GetCmdList(int32_t sensorId, int32_t uid) in GetCmdList()
674 void ClientInfo::UpdateDataQueue(int32_t sensorId, SensorData &data) in UpdateDataQueue()
698 void ClientInfo::ClearDataQueue(int32_t sensorId) in ClearDataQueue()
771 void ClientInfo::UpdatePermState(int32_t pid, int32_t sensorId, bool state) in UpdatePermState()
797 for (int32_t sensorId : it->second) { in ChangeSensorPerm() local