Searched refs:swInvPurpose (Results 1 – 2 of 2) sorted by relevance
110 const std::string* swInvPurpose = nullptr; in afterGetProperties() local114 swInvPurpose, "Version", version); in afterGetProperties()127 if (swInvPurpose == nullptr || *swInvPurpose != swVersionPurpose) in afterGetProperties()135 BMCWEB_LOG_DEBUG("Image purpose: {}", *swInvPurpose); in afterGetProperties()
1299 const std::string* swInvPurpose = nullptr; in getSoftwareVersionCallback() local1303 swInvPurpose, "Version", version); in getSoftwareVersionCallback()1309 if (swInvPurpose == nullptr) in getSoftwareVersionCallback()1315 BMCWEB_LOG_DEBUG("swInvPurpose = {}", *swInvPurpose); in getSoftwareVersionCallback()1327 size_t endDesc = swInvPurpose->rfind('.'); in getSoftwareVersionCallback()1334 if (endDesc >= swInvPurpose->size()) in getSoftwareVersionCallback()1339 std::string formatDesc = swInvPurpose->substr(endDesc); in getSoftwareVersionCallback()1341 getRelatedItems(asyncResp, *swInvPurpose); in getSoftwareVersionCallback()