Lines Matching refs:sensorId
46 bool GetSensorState(int32_t sensorId);
47 SensorBasicInfo GetBestSensorInfo(int32_t sensorId);
48 bool OnlyCurPidSensorEnabled(int32_t sensorId, int32_t pid);
49 std::vector<sptr<SensorBasicDataChannel>> GetSensorChannel(int32_t sensorId);
52 bool UpdateSensorInfo(int32_t sensorId, int32_t pid, const SensorBasicInfo &sensorInfo);
53 void RemoveSubscriber(int32_t sensorId, uint32_t pid);
56 void ClearSensorInfo(int32_t sensorId);
57 void ClearCurPidSensorInfo(int32_t sensorId, int32_t pid);
60 SensorBasicInfo GetCurPidSensorInfo(int32_t sensorId, int32_t pid);
61 uint64_t ComputeBestPeriodCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel);
62 uint64_t ComputeBestFifoCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel);
63 int32_t GetStoreEvent(int32_t sensorId, SensorData &data);
72 void UpdateCmd(int32_t sensorId, int32_t uid, int32_t cmdType);
74 void UpdateDataQueue(int32_t sensorId, SensorData &data);
76 void ClearDataQueue(int32_t sensorId);
84 void UpdatePermState(int32_t pid, int32_t sensorId, bool state);
89 std::vector<int32_t> GetCmdList(int32_t sensorId, int32_t uid);