Lines Matching defs:sensorId
45 bool ClientInfo::GetSensorState(int32_t sensorId) in GetSensorState()
67 SensorBasicInfo ClientInfo::GetBestSensorInfo(int32_t sensorId) in GetBestSensorInfo()
96 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()
257 void ClientInfo::RemoveSubscriber(int32_t sensorId, uint32_t pid) in RemoveSubscriber()
297 void ClientInfo::ClearSensorInfo(int32_t sensorId) in ClearSensorInfo()
314 void ClientInfo::ClearCurPidSensorInfo(int32_t sensorId, int32_t pid) in ClearCurPidSensorInfo()
371 SensorBasicInfo ClientInfo::GetCurPidSensorInfo(int32_t sensorId, int32_t pid) in GetCurPidSensorInfo()
398 uint64_t ClientInfo::ComputeBestPeriodCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel) in ComputeBestPeriodCount()
423 uint64_t ClientInfo::ComputeBestFifoCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel) in ComputeBestFifoCount()
448 int32_t ClientInfo::GetStoreEvent(int32_t sensorId, SensorData &data) in GetStoreEvent()
636 void ClientInfo::UpdateCmd(int32_t sensorId, int32_t uid, int32_t cmdType) in UpdateCmd()
666 std::vector<int32_t> ClientInfo::GetCmdList(int32_t sensorId, int32_t uid) in GetCmdList()
680 void ClientInfo::UpdateDataQueue(int32_t sensorId, SensorData &data) in UpdateDataQueue()
704 void ClientInfo::ClearDataQueue(int32_t sensorId) in ClearDataQueue()
777 void ClientInfo::UpdatePermState(int32_t pid, int32_t sensorId, bool state) in UpdatePermState()
803 for (int32_t sensorId : it->second) { in ChangeSensorPerm() local