Lines Matching refs:SRC

257 void SRC::unflatten(Stream& stream)  in unflatten()
276 void SRC::flatten(Stream& stream) const in flatten()
294 SRC::SRC(Stream& pel) in SRC() function in openpower::pels::SRC
308 SRC::SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC
387 void SRC::setUserDefinedHexWords(const message::Entry& regEntry, in setUserDefinedHexWords()
423 void SRC::setMotherboardCCIN(const DataInterfaceBase& dataIface) in setMotherboardCCIN()
446 void SRC::validate() in validate()
468 bool SRC::isBMCSRC() const in isBMCSRC()
480 bool SRC::isHostbootSRC() const in isHostbootSRC()
491 std::optional<std::string> SRC::getErrorDetails( in getErrorDetails()
548 std::optional<std::string> SRC::getErrorMessage( in getErrorMessage()
609 std::optional<std::string> SRC::getCallouts() const in getCallouts()
710 std::optional<std::string> SRC::getJSON(message::Registry& registry, in getJSON()
824 void SRC::addCallouts(const message::Entry& regEntry, in addCallouts()
870 void SRC::addLocationCodeOnlyCallout(const std::string& locationCode, in addLocationCodeOnlyCallout()
881 void SRC::addInventoryCallout(const std::string& inventoryPath, in addInventoryCallout()
952 std::vector<message::RegistryCallout> SRC::getRegistryCallouts( in getRegistryCallouts()
987 void SRC::addRegistryCallouts( in addRegistryCallouts()
1013 void SRC::addRegistryCallout( in addRegistryCallout()
1135 void SRC::addDevicePathCallouts(const AdditionalData& additionalData, in addDevicePathCallouts()
1278 void SRC::addJSONCallouts(const nlohmann::json& jsonCallouts, in addJSONCallouts()
1306 void SRC::addJSONCallout(const nlohmann::json& jsonCallout, in addJSONCallout()
1443 CalloutPriority SRC::getPriorityFromJSON(const nlohmann::json& json) in getPriorityFromJSON()
1469 std::vector<src::MRU::MRUCallout> SRC::getMRUsFromJSON( in getMRUsFromJSON()
1507 std::vector<uint8_t> SRC::getSrcStruct() in getSrcStruct()
1548 void SRC::setProgressCode(const DataInterfaceBase& dataIface) in setProgressCode()
1565 uint32_t SRC::getProgressCode(std::vector<uint8_t>& rawProgressSRC) in getProgressCode()