Searched refs:eventStateMap (Results 1 – 2 of 2) sorted by relevance
97 auto eventStateMap = mapStateToDBusVal(eventStates, propertyValues, in StateSensorHandler() local101 std::make_tuple(std::move(dbusInfo), std::move(eventStateMap))); in StateSensorHandler()109 StateToDBusValue eventStateMap{}; in mapStateToDBusVal() local116 eventStateMap.emplace((*stateIt).get<uint8_t>(), std::move(propValue)); in mapStateToDBusVal()119 return eventStateMap; in mapStateToDBusVal()127 const auto& [dbusMapping, eventStateMap] = eventMap.at(entry); in eventAction()131 propValue = eventStateMap.at(state); in eventAction()
595 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()601 const auto& propValue0 = eventStateMap.at(eventState0); in TEST()602 const auto& propValue1 = eventStateMap.at(eventState1); in TEST()603 const auto& propValue2 = eventStateMap.at(eventState2); in TEST()618 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()624 const auto& propValue0 = eventStateMap.at(eventState2); in TEST()625 const auto& propValue1 = eventStateMap.at(eventState3); in TEST()635 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()641 const auto& propValue0 = eventStateMap.at(eventState0); in TEST()642 const auto& propValue1 = eventStateMap.at(eventState1); in TEST()[all …]