Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp110 sensorServiceToIdMap serviceToIdMap __attribute__((init_priority(101))); variable
121 serviceToIdMap[service].insert(id); in fillSensorIdServiceMap()
136 serviceToIdMap[service].insert(id); in fillSensorIdServiceMap()
204 const auto it = serviceToIdMap.find(name); in initSensorMatches()
205 if (it == serviceToIdMap.end()) in initSensorMatches()