Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp118 sensorServiceToIdMap serviceToIdMap __attribute__((init_priority(101))); variable
129 serviceToIdMap[service].insert(id); in fillSensorIdServiceMap()
144 serviceToIdMap[service].insert(id); in fillSensorIdServiceMap()
212 const auto it = serviceToIdMap.find(name); in initSensorMatches()
213 if (it == serviceToIdMap.end()) in initSensorMatches()