Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.hpp130 bool trustedLocationCode) : in FRUIdentity() argument
132 trustedLocationCode) in FRUIdentity()
146 bool trustedLocationCode);
H A Dcallout.hpp146 bool trustedLocationCode);
162 const std::string& locationCode, bool trustedLocationCode) : in Callout() argument
165 trustedLocationCode) in Callout()
H A Dcallout.cpp115 bool trustedLocationCode) in Callout() argument
124 std::make_unique<FRUIdentity>(symbolicFRU, type, trustedLocationCode); in Callout()
H A Dfru_identity.cpp106 bool trustedLocationCode) in FRUIdentity() argument
109 _flags = (trustedLocationCode) ? symbolicFRUTrustedLocCode : symbolicFRU; in FRUIdentity()