Searched refs:_responseFunc (Results 1 – 1 of 1) sorted by relevance
138 _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