Searched refs:DeviceMapperWrapper (Results 1 – 2 of 2) sorted by relevance
131 class DeviceMapperWrapper : public android::dm::IDeviceMapper {136 DeviceMapperWrapper() : impl_(android::dm::DeviceMapper::Instance()) {} in DeviceMapperWrapper() function137 explicit DeviceMapperWrapper(android::dm::IDeviceMapper& impl) : impl_(impl) {} in DeviceMapperWrapper() function
2529 class DmStatusFailure final : public DeviceMapperWrapper { in TEST_F()2532 if (!DeviceMapperWrapper::GetTableStatus(name, table)) { in TEST_F()