Lines Matching refs:vpd
33 auto l_logger = vpd::Logger::getLoggerInstance(); in checkVpdCollectionStatus()
42 l_retries != vpd::constants::VALUE_0; --l_retries) in checkVpdCollectionStatus()
48 const auto l_propValue = vpd::dbusUtility::readDbusProperty( in checkVpdCollectionStatus()
49 BUSNAME, OBJPATH, vpd::constants::vpdCollectionInterface, in checkVpdCollectionStatus()
54 if (*l_val == vpd::constants::vpdCollectionCompleted) in checkVpdCollectionStatus()
57 return vpd::constants::VALUE_0; in checkVpdCollectionStatus()
75 return vpd::constants::VALUE_1; in checkVpdCollectionStatus()
99 auto l_logger = vpd::Logger::getLoggerInstance(); in collectAllFruVpd()
127 auto l_logger = vpd::Logger::getLoggerInstance(); in checkAndHandleInventoryBackup()
130 vpd::constants::pimServiceName, vpd::constants::pimPrimaryPath, in checkAndHandleInventoryBackup()
131 vpd::constants::pimBackupPath}; in checkAndHandleInventoryBackup()
140 vpd::commonUtility::getErrCodeMsg(l_errCode)); in checkAndHandleInventoryBackup()
172 if (l_errCode == vpd::error_code::SERVICE_NOT_RUNNING) in checkAndHandleInventoryBackup()
204 return vpd::constants::VALUE_0; in main()
213 : vpd::constants::VALUE_1; in main()
217 const auto l_logger = vpd::Logger::getLoggerInstance(); in main()
220 return vpd::constants::VALUE_1; in main()