Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_dictionary.c51 uint16_t propertyIndex = bejGetPropertyEntryIndex(propertyOffset); in bejValidatePropertyOffset() local
52 if (propertyIndex >= header->entryCount) in bejValidatePropertyOffset()
91 uint16_t propertyIndex = bejGetPropertyEntryIndex(propertyOffset); in bejDictGetProperty() local
93 for (uint16_t index = propertyIndex; index < header->entryCount; ++index) in bejDictGetProperty()
132 uint16_t propertyIndex = bejGetPropertyEntryIndex(curPropertyOffset); in bejDictGetPropertyByName() local
134 for (uint16_t index = propertyIndex; index < header->entryCount; ++index) in bejDictGetPropertyByName()
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatch.cpp41 const auto& property = std::get<propertyIndex>(i.first); in convert()
H A Devent.hpp48 const auto& propertyMeta = std::get<propertyIndex>(n.first); in operator ()()
H A Ddata_types.hpp27 constexpr auto propertyIndex = 2; variable
H A Delog.hpp197 std::get<propertyIndex>(n.first).get(); in captureMetadata()