Home
last modified time | relevance | path

Searched refs:CalloutValueType (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.hpp20 enum class CalloutValueType enum
107 FRUIdentity(procedureFromRegistry, CalloutValueType::registryName) in FRUIdentity()
118 FRUIdentity(const std::string& procedure, CalloutValueType type);
132 FRUIdentity(symbolicFRUFromRegistry, CalloutValueType::registryName, in FRUIdentity()
146 FRUIdentity(const std::string& fru, CalloutValueType type,
292 CalloutValueType type);
303 void setSymbolicFRU(const std::string& symbolicFRU, CalloutValueType type);
H A Dfru_identity.cpp109 FRUIdentity::FRUIdentity(const std::string& procedure, CalloutValueType type) in FRUIdentity()
119 FRUIdentity::FRUIdentity(const std::string& fru, CalloutValueType type, in FRUIdentity()
242 CalloutValueType type) in setMaintenanceProcedure()
247 if (type == CalloutValueType::registryName) in setMaintenanceProcedure()
272 CalloutValueType type) in setSymbolicFRU()
278 if (type == CalloutValueType::registryName) in setSymbolicFRU()
H A Dcallout.hpp113 CalloutValueType type);
127 Callout(priority, procedureFromRegistry, CalloutValueType::registryName) in Callout()
143 CalloutValueType type, const std::string& locationCode,
162 CalloutValueType::registryName, locationCode, in Callout()
H A Dcallout.cpp112 CalloutValueType type) in Callout()
126 CalloutValueType type, const std::string& locationCode, in Callout()
H A Dsrc.cpp1040 src::CalloutValueType::raw); in addRegistryCallout()
1308 src::CalloutValueType::raw); in addJSONCallout()
1328 src::CalloutValueType::raw, locCode, trusted); in addJSONCallout()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dfru_identity_test.cpp207 FRUIdentity fru{"BMCXXXXLONG", CalloutValueType::raw}; in TEST()
275 FRUIdentity fru{"SOMEFRULONG", CalloutValueType::raw, false}; in TEST()
H A Dsrc_callout_test.cpp352 CalloutValueType::raw}; in TEST()
427 CalloutValueType::raw, "", false}; in TEST()