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.hpp19 enum class CalloutValueType enum
106 FRUIdentity(procedureFromRegistry, CalloutValueType::registryName) in FRUIdentity()
117 FRUIdentity(const std::string& procedure, CalloutValueType type);
131 FRUIdentity(symbolicFRUFromRegistry, CalloutValueType::registryName, in FRUIdentity()
145 FRUIdentity(const std::string& fru, CalloutValueType type,
291 CalloutValueType type);
302 void setSymbolicFRU(const std::string& symbolicFRU, CalloutValueType type);
H A Dcallout.hpp115 CalloutValueType type);
129 Callout(priority, procedureFromRegistry, CalloutValueType::registryName) in Callout()
145 CalloutValueType type, const std::string& locationCode,
164 CalloutValueType::registryName, locationCode, in Callout()
H A Dfru_identity.cpp95 FRUIdentity::FRUIdentity(const std::string& procedure, CalloutValueType type) in FRUIdentity()
105 FRUIdentity::FRUIdentity(const std::string& fru, CalloutValueType type, in FRUIdentity()
228 CalloutValueType type) in setMaintenanceProcedure()
233 if (type == CalloutValueType::registryName) in setMaintenanceProcedure()
258 CalloutValueType type) in setSymbolicFRU()
264 if (type == CalloutValueType::registryName) in setSymbolicFRU()
H A Dcallout.cpp100 CalloutValueType type) in Callout()
114 CalloutValueType type, const std::string& locationCode, in Callout()
H A Dsrc.cpp1042 src::CalloutValueType::raw); in addRegistryCallout()
1340 src::CalloutValueType::raw); in addJSONCallout()
1360 src::CalloutValueType::raw, locCode, trusted); in addJSONCallout()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dfru_identity_test.cpp195 FRUIdentity fru{"BMCXXXXLONG", CalloutValueType::raw}; in TEST()
263 FRUIdentity fru{"SOMEFRULONG", CalloutValueType::raw, false}; in TEST()
H A Dsrc_callout_test.cpp340 CalloutValueType::raw}; in TEST()
415 CalloutValueType::raw, "", false}; in TEST()