Home
last modified time | relevance | path

Searched refs:trustedSymbolicFRUInvPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp507 std::optional<std::string> trustedSymbolicFRUInvPath);
525 const std::optional<std::string>& trustedSymbolicFRUInvPath);
H A Dsrc.cpp983 std::optional<std::string> trustedSymbolicFRUInvPath) in addRegistryCallouts() argument
989 addRegistryCallout(callout, dataIface, trustedSymbolicFRUInvPath); in addRegistryCallouts()
992 if (trustedSymbolicFRUInvPath) in addRegistryCallouts()
994 trustedSymbolicFRUInvPath = std::nullopt; in addRegistryCallouts()
1009 const std::optional<std::string>& trustedSymbolicFRUInvPath) in addRegistryCallout() argument
1056 if (trustedSymbolicFRUInvPath) in addRegistryCallout()
1060 locCode = dataIface.getLocationCode(*trustedSymbolicFRUInvPath); in addRegistryCallout()
1067 *trustedSymbolicFRUInvPath, e.what())); in addRegistryCallout()