Searched refs:sensorType (Results 1 – 3 of 3) sorted by relevance
31 bool operator == (const std::string &sensorType)33 return (this->type == sensorType);40 bool operator == (const std::string &sensorType)42 return (this->type == sensorType);
41 int32_t ReportSensorEventsData(int32_t sensorType, const struct SensorEvents *event) in ReportSensorEventsData() argument44 auto groupCallBackIter = g_groupIdCallBackMap.find(sensorType); in ReportSensorEventsData()64 for (auto callBack : g_groupIdCallBackMap[sensorType]) { in ReportSensorEventsData()95 void SensorImpl::RemoveDeathNotice(int32_t sensorType) in RemoveDeathNotice() argument97 auto iter = g_groupIdCallBackMap.find(sensorType); in RemoveDeathNotice()99 for (auto callback : g_groupIdCallBackMap[sensorType]) { in RemoveDeathNotice()
50 void RemoveDeathNotice(int32_t sensorType);