Home
last modified time | relevance | path

Searched refs:_responseFunc (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp138 _responseFunc = std::move(func); in setResponseFunction()
148 if (_responseFunc) in callResponseFunc()
152 (*_responseFunc)(status); in callResponseFunc()
207 std::optional<ResponseFunction> _responseFunc; member in openpower::pels::HostInterface