Home
last modified time | relevance | path

Searched refs:unmanageMCTPDevice (Results 1 – 4 of 4) sorted by relevance

/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp91 reactor->unmanageMCTPDevice("/test"); in TEST_F()
102 reactor->unmanageMCTPDevice("/test"); in TEST_F()
128 reactor->unmanageMCTPDevice("/test"); in TEST_F()
157 reactor->unmanageMCTPDevice("/test"); in TEST_F()
189 reactor->unmanageMCTPDevice("/test"); in TEST_F()
245 reactor->unmanageMCTPDevice("/test"); in TEST()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactor.cpp177 unmanageMCTPDevice(path); in manageMCTPDevice()
186 void MCTPReactor::unmanageMCTPDevice(const std::string& path) in unmanageMCTPDevice() function in MCTPReactor
H A DMCTPReactor.hpp38 void unmanageMCTPDevice(const std::string& path);
H A DMCTPReactorMain.cpp130 reactor->unmanageMCTPDevice(path.str); in removeInventory()