Lines Matching refs:BMCWEB_LOG_DEBUG

73     BMCWEB_LOG_DEBUG("Dimm Functional: {}", isDimmFunctional);  in updateDimmProperties()
102 BMCWEB_LOG_DEBUG("Cpu Functional: {}", isCpuFunctional); in modifyCpuFunctionalState()
131 BMCWEB_LOG_DEBUG("Cpu Present: {}", isCpuPresent); in modifyCpuPresenceState()
152 BMCWEB_LOG_DEBUG("Got {} Cpu properties.", properties.size()); in getProcessorProperties()
241 BMCWEB_LOG_DEBUG("Got {} Dimm properties.", properties.size()); in processMemoryProperties()
318 BMCWEB_LOG_DEBUG("Got {} UUID properties.", properties.size()); in afterGetUUID()
341 BMCWEB_LOG_DEBUG("UUID = {}", valueStr); in afterGetUUID()
357 BMCWEB_LOG_DEBUG("Got {} properties for system", propertiesList.size()); in afterGetInventory()
438 BMCWEB_LOG_DEBUG("Got path: {}", path); in afterSystemGetSubTree()
454 BMCWEB_LOG_DEBUG("Found Dimm, now get its properties."); in afterSystemGetSubTree()
461 BMCWEB_LOG_DEBUG("Found Cpu, now get its properties."); in afterSystemGetSubTree()
467 BMCWEB_LOG_DEBUG("Found UUID, now get its properties."); in afterSystemGetSubTree()
512 BMCWEB_LOG_DEBUG("Get available system components."); in getComputerSystem()
534 BMCWEB_LOG_DEBUG("Get host information."); in getHostState()
547 BMCWEB_LOG_DEBUG("Service not available {}", ec); in getHostState()
555 BMCWEB_LOG_DEBUG("Host state: {}", hostState); in getHostState()
763 BMCWEB_LOG_DEBUG("Unsupported D-Bus BootProgress {}", dbusBootProgress); in dbusToRfBootProgress()
817 BMCWEB_LOG_DEBUG( in assignBootParameters()
849 BMCWEB_LOG_DEBUG("Boot Progress: {}", bootProgressStr); in getBootProgress()
874 BMCWEB_LOG_DEBUG("D-BUS response error {}", ec); in getBootProgressLastStateTime()
913 BMCWEB_LOG_DEBUG("Boot type: {}", bootType); in getBootOverrideType()
955 BMCWEB_LOG_DEBUG("Boot mode: {}", bootModeStr); in getBootOverrideMode()
1011 BMCWEB_LOG_DEBUG("Boot source: {}", bootSourceStr); in getBootOverrideSource()
1116 BMCWEB_LOG_DEBUG("Get boot information."); in getBootProperties()
1138 BMCWEB_LOG_DEBUG("Getting System Last Reset Time"); in getLastResetTime()
1148 BMCWEB_LOG_DEBUG("D-BUS response error {}", ec); in getLastResetTime()
1177 BMCWEB_LOG_DEBUG("Get Automatic Retry policy"); in getAutomaticRebootAttempts()
1234 BMCWEB_LOG_DEBUG("Get Automatic Retry policy"); in getAutomaticRetryPolicy()
1252 BMCWEB_LOG_DEBUG("Auto Reboot: {}", autoRebootEnabled); in getAutomaticRetryPolicy()
1291 BMCWEB_LOG_DEBUG("Set Automatic Retry Attempts."); in setAutomaticRetryAttempts()
1334 BMCWEB_LOG_DEBUG("Get power restore policy"); in getPowerRestorePolicy()
1344 BMCWEB_LOG_DEBUG("DBUS response error {}", ec); in getPowerRestorePolicy()
1369 BMCWEB_LOG_DEBUG("Get Stop Boot On Fault"); in getStopBootOnFault()
1410 BMCWEB_LOG_DEBUG("Get TPM required to boot."); in getTrustedModuleRequiredToBoot()
1419 BMCWEB_LOG_DEBUG( in getTrustedModuleRequiredToBoot()
1435 BMCWEB_LOG_DEBUG( in getTrustedModuleRequiredToBoot()
1447 BMCWEB_LOG_DEBUG("TPM.Policy mapper error!"); in getTrustedModuleRequiredToBoot()
1497 BMCWEB_LOG_DEBUG("Set TrustedModuleRequiredToBoot."); in setTrustedModuleRequiredToBoot()
1523 BMCWEB_LOG_DEBUG( in setTrustedModuleRequiredToBoot()
1535 BMCWEB_LOG_DEBUG("TPM.Policy mapper error!"); in setTrustedModuleRequiredToBoot()
1545 BMCWEB_LOG_DEBUG("TPM.Policy service mapper error!"); in setTrustedModuleRequiredToBoot()
1575 BMCWEB_LOG_DEBUG("Boot type: {}", *bootType); in setBootType()
1587 BMCWEB_LOG_DEBUG("Invalid property value for " in setBootType()
1596 BMCWEB_LOG_DEBUG("DBUS boot type: {}", bootTypeStr); in setBootType()
1622 BMCWEB_LOG_DEBUG("Boot enable: {}", *bootEnable); in setBootEnable()
1643 BMCWEB_LOG_DEBUG( in setBootEnable()
1652 BMCWEB_LOG_DEBUG("DBUS boot override enable: {}", bootOverrideEnable); in setBootEnable()
1668 BMCWEB_LOG_DEBUG("DBUS boot override persistent: {}", in setBootEnable()
1700 BMCWEB_LOG_DEBUG("Boot source: {}", *bootSource); in setBootModeOrSource()
1705 BMCWEB_LOG_DEBUG( in setBootModeOrSource()
1714 BMCWEB_LOG_DEBUG("DBUS boot source: {}", bootSourceStr); in setBootModeOrSource()
1715 BMCWEB_LOG_DEBUG("DBUS boot mode: {}", bootModeStr); in setBootModeOrSource()
1748 BMCWEB_LOG_DEBUG("Set boot information."); in setBootProperties()
1775 BMCWEB_LOG_DEBUG("D-Bus response error on GetSubTree {}", ec); in setAssetTag()
1781 BMCWEB_LOG_DEBUG("Can't find system D-Bus object!"); in setAssetTag()
1789 BMCWEB_LOG_DEBUG("Found more than 1 system D-Bus object!"); in setAssetTag()
1795 BMCWEB_LOG_DEBUG("Asset Tag Set mapper error!"); in setAssetTag()
1805 BMCWEB_LOG_DEBUG("Asset Tag Set service mapper error!"); in setAssetTag()
1853 BMCWEB_LOG_DEBUG("Set Stop Boot On Fault."); in setStopBootOnFault()
1858 BMCWEB_LOG_DEBUG("Invalid property value for StopBootOnFault: {}", in setStopBootOnFault()
1885 BMCWEB_LOG_DEBUG("Set Automatic Retry."); in setAutomaticRetry()
1900 BMCWEB_LOG_DEBUG("Invalid property value for AutomaticRetryConfig: {}", in setAutomaticRetry()
1944 BMCWEB_LOG_DEBUG("Set power restore policy."); in setPowerRestorePolicy()
1974 BMCWEB_LOG_DEBUG("Get OEM information."); in getProvisioningStatus()
1990 BMCWEB_LOG_DEBUG("DBUS response error {}", ec); in getProvisioningStatus()
2012 BMCWEB_LOG_DEBUG("Unable to get PFR attributes."); in getProvisioningStatus()
2135 BMCWEB_LOG_DEBUG("Current power mode: {}", powerMode); in afterGetPowerMode()
2154 BMCWEB_LOG_DEBUG("Get power mode."); in getPowerMode()
2165 BMCWEB_LOG_DEBUG( in getPowerMode()
2181 BMCWEB_LOG_DEBUG( in getPowerMode()
2189 BMCWEB_LOG_DEBUG("Power.Mode mapper error!"); in getPowerMode()
2197 BMCWEB_LOG_DEBUG("Power.Mode service mapper error!"); in getPowerMode()
2277 BMCWEB_LOG_DEBUG("Set power mode."); in setPowerMode()
2312 BMCWEB_LOG_DEBUG( in setPowerMode()
2320 BMCWEB_LOG_DEBUG("Power.Mode mapper error!"); in setPowerMode()
2328 BMCWEB_LOG_DEBUG("Power.Mode service mapper error!"); in setPowerMode()
2333 BMCWEB_LOG_DEBUG("Setting power mode({}) -> {}", powerMode, path); in setPowerMode()
2413 BMCWEB_LOG_DEBUG("Get host watchodg"); in getHostWatchdogTimer()
2423 BMCWEB_LOG_DEBUG("DBUS response error {}", ec); in getHostWatchdogTimer()
2427 BMCWEB_LOG_DEBUG("Got {} wdt prop.", properties.size()); in getHostWatchdogTimer()
2481 BMCWEB_LOG_DEBUG("Set host watchdog"); in setWDTProperties()
2489 BMCWEB_LOG_DEBUG("Unsupported value for TimeoutAction: {}", in setWDTProperties()
2590 BMCWEB_LOG_DEBUG("Get idle power saver parameters"); in getIdlePowerSaver()
2611 BMCWEB_LOG_DEBUG("No instances found"); in getIdlePowerSaver()
2618 BMCWEB_LOG_DEBUG("Found more than 1 system D-Bus " in getIdlePowerSaver()
2626 BMCWEB_LOG_DEBUG("Power.IdlePowerSaver mapper error!"); in getIdlePowerSaver()
2634 BMCWEB_LOG_DEBUG("Power.IdlePowerSaver service mapper error!"); in getIdlePowerSaver()
2663 BMCWEB_LOG_DEBUG("EXIT: Get idle power saver parameters"); in getIdlePowerSaver()
2689 BMCWEB_LOG_DEBUG("Set idle power saver properties"); in setIdlePowerSaver()
2718 BMCWEB_LOG_DEBUG( in setIdlePowerSaver()
2726 BMCWEB_LOG_DEBUG("Power.IdlePowerSaver mapper error!"); in setIdlePowerSaver()
2734 BMCWEB_LOG_DEBUG("Power.IdlePowerSaver service mapper error!"); in setIdlePowerSaver()
2784 BMCWEB_LOG_DEBUG("EXIT: Set idle power saver parameters"); in setIdlePowerSaver()
2833 BMCWEB_LOG_DEBUG("Hypervisor is available"); in handleComputerSystemCollectionGet()
3371 BMCWEB_LOG_DEBUG("Property not available {}", ec); in afterGetAllowedHostTransitions()
3389 BMCWEB_LOG_DEBUG("Found allowed host tran {}", transition); in afterGetAllowedHostTransitions()