Lines Matching +full:post +full:- +full:processing

31     // Implies the processing is based on some config JSON  in Worker()
60 logging::logMessage("Processing in not based on any config JSON"); in Worker()
126 const auto& itrToIM = (itrToVSBP->second).find("IM"); in getIMValue()
127 if (itrToIM == (itrToVSBP->second).end()) in getIMValue()
133 std::copy(itrToIM->second.begin(), itrToIM->second.end(), in getIMValue()
159 const auto& itrToHW = (itrToVINI->second).find("HW"); in getHWVersion()
160 if (itrToHW == (itrToVINI->second).end()) in getHWVersion()
166 std::copy(itrToHW->second.begin(), itrToHW->second.end(), in getHWVersion()
201 vpdMap = vpdParser->parse(); in fillVPDMap()
227 const types::HWVerList hwVersionList = itrToIM->second.second; in getSystemJson()
253 systemJson += itrToIM->second.first + ".json"; in getSystemJson()
297 // If currently set JSON is the required one. No further processing in setJsonSymbolicLink()
354 // JSON is madatory for processing of this API. in setDeviceTreeAndJson()
378 // re-parse the JSON once appropriate JSON has been selected. in setDeviceTreeAndJson()
812 vpdSpecificUtility::getKwVal(itrToRec->second, "PG")}; in processExtraInterfaces()
885 vpdSpecificUtility::getKwVal(itrToRec->second, "CC")}; in processFruWithCCIN()
941 // Implies value is not there in D-Bus. Populate it with default in processFunctionalProperty()
950 // if chassis is power on. Functional property should be there on D-Bus. in processFunctionalProperty()
979 // Implies value is not there in D-Bus. Populate it with default in processEnabledProperty()
987 // if chassis is power on. Enabled property should be there on D-Bus. in processEnabledProperty()
1003 // JSON config is mandatory for processing of "if". Add "else" for any in populateDbus()
1004 // processing without config JSON. in populateDbus()
1075 l_itrToVsys->second, constants::kwdTM)}; in createAssetTagString()
1086 l_itrToVsys->second, constants::kwdSE)}; in createAssetTagString()
1096 l_assetTag = std::string{"Server-"} + l_tmKwdValue + in createAssetTagString()
1097 std::string{"-"} + l_seKwdValue; in createAssetTagString()
1139 (l_itrToSystemPath->second) in publishSystemVPD()
1170 "Invalid input parameter. Abort processing pre action"); in processPreAction()
1181 // re-created in the flow of priming the inventory. This needs to be in processPreAction()
1226 "Invalid input parameter. Abort processing post action"); in processPostAction()
1230 // Check if post action tag is to be triggered in the flow of collection in processPostAction()
1242 // CCIN match is required to process post action for this FRU as it in processPostAction()
1249 // If CCIN is not found, implies post action processing is not in processPostAction()
1259 "Execution of post action failed for path: " + i_vpdFruPath); in processPostAction()
1261 // If post action was required and failed only in that case return in processPostAction()
1262 // false. In all other case post action is considered passed. in processPostAction()
1277 " Empty VPD file path passed. Abort processing"); in parseVpdFile()
1288 std::string(__FUNCTION__) + " Pre-Action failed"); in parseVpdFile()
1306 types::VPDMapVariant l_parsedVpd = vpdParser->parse(); in parseVpdFile()
1309 // any post action in the flow of collection. in parseVpdFile()
1310 // Note: Don't change the order, post action needs to be processed only in parseVpdFile()
1317 // Post action was required but failed while executing. in parseVpdFile()
1322 std::string("Required post action failed for path [" + in parseVpdFile()
1332 // If post fail action is required, execute it. in parseVpdFile()
1342 ". Post Fail Action also failed, aborting collection for this FRU"); in parseVpdFile()
1367 // D-bus set-property call is good enough to update the status. in parseAndPublishVPD()
1465 // skip processing of system VPD again as it has been already collected. in skipPathForCollection()
1502 ": Config JSON is mandatory for processing of FRUs through this API.", in collectFrusFromJson()
1524 m_activeCollectionThreadCount--; in collectFrusFromJson()
1560 // and other copy on D-Bus (BMC cache). in performBackupAndRestore()
1664 throw std::runtime_error("Post action failed"); in deleteFruVpd()
1689 "Post fail action failed for: " + i_dbusObjPath); in deleteFruVpd()
1815 // Get FRU path for the given D-bus object path from JSON in collectSingleFruVpd()
1822 … "D-bus object path not present in JSON. Single FRU VPD collection is not performed for " + in collectSingleFruVpd()
1854 // D-bus set-property call is good enough to update the status. in collectSingleFruVpd()
1880 // Get D-bus object map from worker class in collectSingleFruVpd()
1887 "Failed to create D-bus object map. Single FRU VPD collection failed for " + in collectSingleFruVpd()