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.cpp979 std::optional<std::string> trustedSymbolicFRUInvPath) in addRegistryCallouts() argument
985 addRegistryCallout(callout, dataIface, trustedSymbolicFRUInvPath); in addRegistryCallouts()
988 if (trustedSymbolicFRUInvPath) in addRegistryCallouts()
990 trustedSymbolicFRUInvPath = std::nullopt; in addRegistryCallouts()
1005 const std::optional<std::string>& trustedSymbolicFRUInvPath) in addRegistryCallout() argument
1050 if (trustedSymbolicFRUInvPath) in addRegistryCallout()
1054 locCode = dataIface.getLocationCode(*trustedSymbolicFRUInvPath); in addRegistryCallout()
1060 *trustedSymbolicFRUInvPath, e.what())); in addRegistryCallout()
H A Dsrc.hpp507 std::optional<std::string> trustedSymbolicFRUInvPath);
525 const std::optional<std::string>& trustedSymbolicFRUInvPath);