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.hpp131 bool trustedLocationCode) : in FRUIdentity() argument
133 trustedLocationCode) in FRUIdentity()
147 bool trustedLocationCode);
H A Dcallout.hpp144 bool trustedLocationCode);
160 const std::string& locationCode, bool trustedLocationCode) : in Callout() argument
163 trustedLocationCode) in Callout()
H A Dcallout.cpp127 bool trustedLocationCode) in Callout() argument
136 std::make_unique<FRUIdentity>(symbolicFRU, type, trustedLocationCode); in Callout()
H A Dfru_identity.cpp120 bool trustedLocationCode) in FRUIdentity() argument
123 _flags = (trustedLocationCode) ? symbolicFRUTrustedLocCode : symbolicFRU; in FRUIdentity()