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.cpp198 if (notifyAvailable) in updateEndpointConnectivity()
200 notifyAvailable(shared_from_this()); in updateEndpointConnectivity()
228 this->notifyAvailable = std::move(available); in subscribe()
280 this->notifyAvailable = nullptr; in subscribe()
H A DMCTPEndpoint.hpp236 MCTPEndpoint::Event notifyAvailable; member in MCTPDEndpoint