Searched refs:CalloutValueType (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fru_identity.hpp | 20 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 D | fru_identity.cpp | 109 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 D | callout.hpp | 113 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 D | callout.cpp | 112 CalloutValueType type) in Callout() 126 CalloutValueType type, const std::string& locationCode, in Callout()
|
H A D | src.cpp | 1037 src::CalloutValueType::raw); in addRegistryCallout() 1305 src::CalloutValueType::raw); in addJSONCallout() 1325 src::CalloutValueType::raw, locCode, trusted); in addJSONCallout()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | fru_identity_test.cpp | 207 FRUIdentity fru{"BMCXXXXLONG", CalloutValueType::raw}; in TEST() 275 FRUIdentity fru{"SOMEFRULONG", CalloutValueType::raw, false}; in TEST()
|
H A D | src_callout_test.cpp | 352 CalloutValueType::raw}; in TEST() 427 CalloutValueType::raw, "", false}; in TEST()
|