Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dpdr_state_effecter.hpp126 static const std::vector<uint8_t> emptyStates{}; in generateStateEffecterPDR() local
128 auto states = set.value("states", emptyStates); in generateStateEffecterPDR()
H A Dpdr_state_sensor.hpp138 static const std::vector<uint8_t> emptyStates{}; in generateStateSensorPDR() local
140 auto states = set.value("states", emptyStates); in generateStateSensorPDR()
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp160 const std::vector<uint8_t> emptyStates{}; in parseEffecterJson() local
163 auto states = state.value("state_values", emptyStates); in parseEffecterJson()