Searched refs:resilientDevice (Results 1 – 1 of 1) sorted by relevance
42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() argument43 -> decltype(fn(*resilientDevice.getDevice())) { in protect()44 auto device = resilientDevice.getDevice(); in protect()53 auto maybeDevice = resilientDevice.recover(device.get(), blocking); in protect()