Home
last modified time | relevance | path

Searched defs:PostCode (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp92 struct PostCode : sdbusplus::server::object_t<post_code, delete_all> struct
94 PostCode(sdbusplus::bus_t& bus, const char* path, EventPtr& event, in PostCode() argument
112 this->savePostCodes( in PostCode() argument
121 [this](sdbusplus::message_t& msg) { in __anon43c04d960202()
175 ~PostCode() {} in ~PostCode() argument
190 std::chrono::time_point<std::chrono::steady_clock> firstPostCodeTimeSteady; argument
191 uint64_t firstPostCodeUsSinceEpoch; argument
198 void savePostCodes(postcode_t code); argument
203 PostCodeHandlers postCodeHandlers; argument
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/
H A Dmeson.build2 subdir('PostCode') subdir