Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp199 if (notifyAvailable) in updateEndpointConnectivity()
201 notifyAvailable(shared_from_this()); in updateEndpointConnectivity()
229 this->notifyAvailable = std::move(available); in subscribe()
281 this->notifyAvailable = nullptr; in subscribe()
H A DMCTPEndpoint.hpp243 MCTPEndpoint::Event notifyAvailable; member in MCTPDEndpoint