Searched refs:sensorEntry (Results 1 – 3 of 3) sorted by relevance
305 auto& sensorEntry = sensors[sensorName]; in createSensors() local306 sensorEntry = nullptr; in createSensors()309 sensorEntry = std::make_shared<ExternalSensor>( in createSensors()313 sensorEntry->initWriteHook( in createSensors()
157 auto sensorEntry = sensorToOCCInstance.find(sensorId); in sensorEvent() local159 if (sensorEntry != sensorToOCCInstance.end()) in sensorEvent()161 const uint8_t instance = sensorEntry->second; in sensorEvent()210 auto sensorEntry = sensorToSBEInstance.find(sensorId); in sensorEvent() local212 if (sensorEntry != sensorToSBEInstance.end()) in sensorEvent()214 const uint8_t instance = sensorEntry->second; in sensorEvent()
575 auto sensorEntry = sensorToSbeInstance.find(sensorId); in hresetSbe() local 576 if (sensorEntry != sensorToSbeInstance.end()) in hresetSbe() 578 const uint8_t instance = sensorEntry->second; in hresetSbe()