Home
last modified time | relevance | path

Searched defs:handleCorruption (Results 1 – 10 of 10) sorted by relevance

/datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/
DCorruptionHandler.kt34 public suspend fun handleCorruption(ex: CorruptionException): T method
/datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/handlers/
DNoOpCorruptionHandler.kt23 override suspend fun handleCorruption(ex: CorruptionException): T method in androidx.datastore.core.handlers.NoOpCorruptionHandler
DReplaceFileCorruptionHandler.kt31 override suspend fun handleCorruption(ex: CorruptionException): T method
/datastore/datastore-core/src/jvmAndroidMain/kotlin/androidx/datastore/core/handlers/
DNoOpCorruptionHandler.jvm.kt25 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.NoOpCorruptionHandler
DReplaceFileCorruptionHandler.jvm.kt39 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.ReplaceFileCorruptionHandler
/datastore/datastore-core/src/nativeMain/kotlin/androidx/datastore/core/handlers/
DNoOpCorruptionHandler.native.kt24 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.NoOpCorruptionHandler
DReplaceFileCorruptionHandler.native.kt36 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.ReplaceFileCorruptionHandler
/datastore/integration-tests/testapp/src/androidTest/java/androidx/datastore/testapp/multiprocess/
DMultiProcessDataStoreIpcTest.kt359 override suspend fun handleCorruption(ex: CorruptionException): FooProto { in testReadUpdateCorrupt_file() method in androidx.datastore.testapp.multiprocess.MultiProcessDataStoreIpcTest.TestCorruptionHandler
/datastore/datastore-core/src/androidInstrumentedTest/kotlin/androidx/datastore/core/
DMultiProcessDataStoreSingleProcessTest.kt959 override suspend fun handleCorruption(ex: CorruptionException): Byte { in <lambda>() method in androidx.datastore.core.MultiProcessDataStoreSingleProcessTest.TestingCorruptionHandler
/datastore/datastore-core/src/commonTest/kotlin/androidx/datastore/core/
DSingleProcessDataStoreTest.kt1094 override suspend fun handleCorruption(ex: CorruptionException): Byte { in <lambda>() method in androidx.datastore.core.SingleProcessDataStoreTest.TestingCorruptionHandler