Searched refs:CalloutValueType (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | fru_identity.hpp | 19 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 D | callout.hpp | 115 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 D | fru_identity.cpp | 95 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 D | callout.cpp | 100 CalloutValueType type) in Callout() 114 CalloutValueType type, const std::string& locationCode, in Callout()
|
| H A D | src.cpp | 1042 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 D | fru_identity_test.cpp | 195 FRUIdentity fru{"BMCXXXXLONG", CalloutValueType::raw}; in TEST() 263 FRUIdentity fru{"SOMEFRULONG", CalloutValueType::raw, false}; in TEST()
|
| H A D | src_callout_test.cpp | 340 CalloutValueType::raw}; in TEST() 415 CalloutValueType::raw, "", false}; in TEST()
|