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.hpp137 _responseFunc = std::move(func); in setResponseFunction()
147 if (_responseFunc) in callResponseFunc()
151 (*_responseFunc)(status); in callResponseFunc()
205 std::optional<ResponseFunction> _responseFunc; member in openpower::pels::HostInterface