Searched refs:isHostUp (Results 1 – 5 of 5) sorted by relevance
64 if (!_pelQueue.empty() && _dataIface.isHostUp()) in HostNotifier()183 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()247 if (!_dataIface.isHostUp() || _retryTimer.isEnabled() || in doNewLogNotify()396 if (_dataIface.isHostUp()) in retryTimerExpired()
75 virtual bool isHostUp() const in isHostUp() function in openpower::pels::DataInterfaceBase
14 hostRunning = hostPdrObj.get()->isHostUp(); in currentFirmwareCondition()
171 bool isHostUp();
618 if (!isHostUp()) in processHostPDRs()650 if (isHostUp()) in processHostPDRs()753 bool HostPDRHandler::isHostUp() in isHostUp() function in pldm::HostPDRHandler