DeviceHardwareLocalDataSource

class DeviceHardwareLocalDataSource(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)(source)

Constructors

Link copied to clipboard
constructor(dbManager: ERROR CLASS: Symbol not found for DatabaseProvider, dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers)

Functions

Link copied to clipboard
suspend fun deleteAllDeviceHardware(): ERROR CLASS: Unresolved name: withContext
Link copied to clipboard
suspend fun getByHwModel(hwModel: Int): List<ERROR CLASS: Symbol not found for DeviceHardwareEntity>
Link copied to clipboard
suspend fun getByModelAndTarget(hwModel: Int, target: String): ERROR CLASS: Symbol not found for DeviceHardwareEntity??
Link copied to clipboard
suspend fun getByTarget(target: String): ERROR CLASS: Symbol not found for DeviceHardwareEntity??
Link copied to clipboard
suspend fun insertAllDeviceHardware(deviceHardware: List<ERROR CLASS: Symbol not found for NetworkDeviceHardware>): ERROR CLASS: Unresolved name: withContext