Searched refs:swInvPurpose (Results 1 – 2 of 2) sorted by relevance
100 const std::string* swInvPurpose = nullptr; in afterGetProperties() local104 swInvPurpose, "Version", version); in afterGetProperties()117 if (swInvPurpose == nullptr || *swInvPurpose != swVersionPurpose) in afterGetProperties()125 BMCWEB_LOG_DEBUG("Image purpose: {}", *swInvPurpose); in afterGetProperties()
1191 const std::string* swInvPurpose = nullptr; in getSoftwareVersion() local1196 swInvPurpose, "Version", version); in getSoftwareVersion()1204 if (swInvPurpose == nullptr) in getSoftwareVersion()1211 BMCWEB_LOG_DEBUG("swInvPurpose = {}", *swInvPurpose); in getSoftwareVersion()1227 size_t endDesc = swInvPurpose->rfind('.'); in getSoftwareVersion()1234 if (endDesc >= swInvPurpose->size()) in getSoftwareVersion()1240 std::string formatDesc = swInvPurpose->substr(endDesc); in getSoftwareVersion()1242 getRelatedItems(asyncResp, *swInvPurpose); in getSoftwareVersion()