Searched hist:fb978da44167c0a8226b34db9407ce21771c3699 (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-logging/ |
H A D | elog_serialize.hpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
H A D | elog_serialize.cpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
H A D | elog_entry.hpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
H A D | log_manager.cpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
/openbmc/phosphor-logging/test/ |
H A D | elog_update_ts_test.cpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
H A D | elog_quiesce_test.cpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|
H A D | serialization_test_properties.cpp | diff fb978da44167c0a8226b34db9407ce21771c3699 Fri Jan 21 08:42:24 CST 2022 Matt Spinler <spinler@us.ibm.com> Pull file path into elog Entry constructor
The path property on the FilePath interfaces was previously being set after the entry object was created, sending a properties changed signal after the interfaces added signal.
Since the path can be known at the time the entry is constructed, pass it into the constructor instead so no extra signal will be sent.
Change-Id: I1150236d23cecb1df78e3fb4ae641c75b488af37
|