Searched refs:_hostIface (Results 1 – 2 of 2) sorted by relevance
28 _repo(repo), _dataIface(dataIface), _hostIface(std::move(hostIface)), in HostNotifier()29 _retryTimer(_hostIface->getEvent(), in HostNotifier()32 _hostIface->getEvent(), in HostNotifier()34 _hostUpTimer(_hostIface->getEvent(), in HostNotifier()59 _hostIface->setResponseFunction( in HostNotifier()67 _hostUpTimer.restartOnce(_hostIface->getHostUpDelay()); in HostNotifier()191 auto inProgress = (_inProgressPEL != 0) || _hostIface->cmdInProgress() || in newLogCallback()234 _hostIface->getEvent(), std::bind(std::mem_fn(&HostNotifier::dispatch), in scheduleDispatch()268 _hostIface->cancelCmd(); in doNewLogNotify()300 auto rc = _hostIface->sendNewLogCmd(id, size); in doNewLogNotify()[all …]
288 std::unique_ptr<HostInterface> _hostIface; member in openpower::pels::HostNotifier