Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A Dsanitize.hpp20 class IOCTLWrapperInterface class
43 virtual ~IOCTLWrapperInterface() = default;
44 IOCTLWrapperInterface() = default;
45 IOCTLWrapperInterface(const IOCTLWrapperInterface&) = delete;
46 IOCTLWrapperInterface& operator=(const IOCTLWrapperInterface&) = delete;
48 IOCTLWrapperInterface(IOCTLWrapperInterface&&) = delete;
49 IOCTLWrapperInterface& operator=(IOCTLWrapperInterface&&) = delete;
53 class IOCTLWrapperImpl : public IOCTLWrapperInterface
80 std::unique_ptr<IOCTLWrapperInterface> inIOCTL = in Sanitize()
101 std::unique_ptr<IOCTLWrapperInterface> ioctlWrapper;
/openbmc/estoraged/src/test/erase/
H A Dsanitize_test.cpp23 class IOCTLWrapperMock : public estoraged::IOCTLWrapperInterface