Searched refs:PropertyIndex (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 32 const PropertyIndex watchIndex = { 34 {PropertyIndex::key_type{paths[0], interfaces[0], properties[0]}, 35 PropertyIndex::mapped_type{meta, meta, storage[0]}}, 36 {PropertyIndex::key_type{paths[0], interfaces[1], properties[1]}, 37 PropertyIndex::mapped_type{meta, meta, storage[1]}}, 39 PropertyIndex::mapped_type{meta, meta, storage[2]}}, 41 PropertyIndex::mapped_type{meta, meta, storage[3]}}, 43 PropertyIndex::mapped_type{meta, meta, storage[4]}}, 45 PropertyIndex::mapped_type{meta, meta, storage[5]}}, 47 PropertyIndex::mapped_type{meta, meta, storage[6]}}, [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatch.hpp | 41 PropertyWatch(const PropertyIndex& watchIndex, in PropertyWatch() 97 const PropertyIndex& index; 125 PropertyWatchOfType(const PropertyIndex& watchIndex, Callback& callback, in PropertyWatchOfType() 132 explicit PropertyWatchOfType(const PropertyIndex& watchIndex, in PropertyWatchOfType()
|
H A D | callback.hpp | 86 explicit IndexedConditional(const PropertyIndex& conditionIndex) : in IndexedConditional() 95 const PropertyIndex& index; 110 explicit IndexedCallback(const PropertyIndex& callbackIndex) : in IndexedCallback() 119 const PropertyIndex& index;
|
H A D | journal.hpp | 33 JournalBase(const char* msg, const PropertyIndex& index) : in JournalBase() 90 Journal(const char* msg, const PropertyIndex& index) : in Journal()
|
H A D | event.hpp | 32 EventBase(const PropertyIndex& index) : IndexedCallback(index) {} in EventBase() 94 const PropertyIndex& index) : in Event()
|
H A D | propertywatch.cpp | 33 MappedPropertyIndex convert(const PropertyIndex& index) in convert()
|
H A D | count.hpp | 46 CountCondition(const PropertyIndex& conditionIndex, in CountCondition()
|
H A D | median.hpp | 44 MedianCondition(const PropertyIndex& conditionIndex, in MedianCondition()
|
H A D | data_types.hpp | 88 using PropertyIndex = typedef
|
H A D | elog.hpp | 150 explicit ElogWithMetadataCapture(const PropertyIndex& index) : in ElogWithMetadataCapture()
|
H A D | propertywatchimpl.hpp | 24 MappedPropertyIndex convert(const PropertyIndex& index);
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 149 using PropertyIndicies = std::array<PropertyIndex, ${len(instancegroups)}>; 160 PropertyIndex::key_type in get() 166 PropertyIndex::mapped_type in get()
|