Searched refs:IOCTLWrapperImpl (Results 1 – 2 of 2) sorted by relevance
53 class IOCTLWrapperImpl : public IOCTLWrapperInterface class60 ~IOCTLWrapperImpl() override = default;61 IOCTLWrapperImpl() = default;63 IOCTLWrapperImpl(const IOCTLWrapperImpl&) = delete;64 IOCTLWrapperImpl& operator=(const IOCTLWrapperImpl&) = delete;66 IOCTLWrapperImpl(IOCTLWrapperImpl&&) = delete;67 IOCTLWrapperImpl& operator=(IOCTLWrapperImpl&&) = delete;81 std::make_unique<IOCTLWrapperImpl>()) : in Sanitize()
121 int IOCTLWrapperImpl::doIoctl(std::string_view devPath, unsigned long request, in doIoctl()131 int IOCTLWrapperImpl::doIoctlMulti(std::string_view devPath, in doIoctlMulti()