Home
last modified time | relevance | path

Searched refs:sensorType (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dsensor_info_config.h31 bool operator == (const std::string &sensorType)
33 return (this->type == sensorType);
40 bool operator == (const std::string &sensorType)
42 return (this->type == sensorType);
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp41 int32_t ReportSensorEventsData(int32_t sensorType, const struct SensorEvents *event) in ReportSensorEventsData() argument
44 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() argument
97 auto iter = g_groupIdCallBackMap.find(sensorType); in RemoveDeathNotice()
99 for (auto callback : g_groupIdCallBackMap[sensorType]) { in RemoveDeathNotice()
Dsensor_impl.h50 void RemoveDeathNotice(int32_t sensorType);