Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp82 class MCTPEndpoint class
85 using Event = std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)>;
88 virtual ~MCTPEndpoint() = default;
168 const std::shared_ptr<MCTPEndpoint>& ep)>&&
196 public MCTPEndpoint,
200 static std::string path(const std::shared_ptr<MCTPEndpoint>& ep);
243 MCTPEndpoint::Event notifyAvailable;
244 MCTPEndpoint::Event notifyDegraded;
245 MCTPEndpoint::Event notifyRemoved;
275 const std::shared_ptr<MCTPEndpoint>& ep)>&&
[all …]
H A DMCTPReactor.cpp28 void MCTPReactor::untrackEndpoint(const std::shared_ptr<MCTPEndpoint>& ep) in untrackEndpoint()
33 void MCTPReactor::trackEndpoint(const std::shared_ptr<MCTPEndpoint>& ep) in trackEndpoint()
40 [](const std::shared_ptr<MCTPEndpoint>& ep) { in trackEndpoint()
45 [](const std::shared_ptr<MCTPEndpoint>& ep) { in trackEndpoint()
50 [weak{weak_from_this()}](const std::shared_ptr<MCTPEndpoint>& ep) { in trackEndpoint()
98 const std::shared_ptr<MCTPEndpoint>& ep) mutable { in setupEndpoint()
H A DMCTPReactor.hpp56 void trackEndpoint(const std::shared_ptr<MCTPEndpoint>& ep);
57 void untrackEndpoint(const std::shared_ptr<MCTPEndpoint>& ep);
H A Dmeson.build5 'MCTPEndpoint.cpp',
H A DMCTPEndpoint.cpp78 const std::shared_ptr<MCTPEndpoint>& ep)>& added) in finaliseEndpoint()
93 const std::shared_ptr<MCTPEndpoint>& ep)>&& added) in setup()
163 std::string MCTPDEndpoint::path(const std::shared_ptr<MCTPEndpoint>& ep) in path()
/openbmc/dbus-sensors/src/tests/
H A Dmeson.build60 '../mctp/MCTPEndpoint.cpp',
68 'MCTPEndpoint',
72 '../mctp/MCTPEndpoint.cpp',
H A Dtest_MCTPReactor.cpp22 const std::shared_ptr<MCTPEndpoint>& ep)> &&
29 class MockMCTPEndpoint : public MCTPEndpoint
107 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F()
136 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F()
168 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F()
206 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST()
/openbmc/linux/
H A Dopengrok1.0.log[all...]