Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Drde_dictionary_manager.hpp25 struct DictionaryEntry struct
27 DictionaryEntry(bool valid, const std::span<const uint8_t> data) : in DictionaryEntry() argument
103 std::unordered_map<uint32_t, std::unique_ptr<DictionaryEntry>> dictionaries;
111 void invalidateDictionaryEntry(DictionaryEntry& entry);
119 void validateDictionaryEntry(DictionaryEntry& entry);
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_dictionary_manager.cpp22 std::make_unique<DictionaryEntry>(false, data); in startDictionaryEntry()
106 void DictionaryManager::invalidateDictionaryEntry(DictionaryEntry& entry) in invalidateDictionaryEntry()
116 void DictionaryManager::validateDictionaryEntry(DictionaryEntry& entry) in validateDictionaryEntry()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py2166 class DictionaryEntry(SHACLObject): class
3805 ListProp(ObjectProp(DictionaryEntry, False)),
4095 ListProp(ObjectProp(DictionaryEntry, False)),
4102 ListProp(ObjectProp(DictionaryEntry, False)),
5330 ListProp(ObjectProp(DictionaryEntry, False)),
5359 ListProp(ObjectProp(DictionaryEntry, False)),
5367 ListProp(ObjectProp(DictionaryEntry, False)),
5555 ListProp(ObjectProp(DictionaryEntry, False)),
H A Dsbom30.py580 oe.spdx30.DictionaryEntry(key=key, value=value)
763 oe.spdx30.DictionaryEntry(key=varname, value=value)