| /datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/ |
| D | CorruptionHandler.kt | 34 public suspend fun handleCorruption(ex: CorruptionException): T method
|
| /datastore/datastore-core/src/commonMain/kotlin/androidx/datastore/core/handlers/ |
| D | NoOpCorruptionHandler.kt | 23 override suspend fun handleCorruption(ex: CorruptionException): T method in androidx.datastore.core.handlers.NoOpCorruptionHandler
|
| D | ReplaceFileCorruptionHandler.kt | 31 override suspend fun handleCorruption(ex: CorruptionException): T method
|
| /datastore/datastore-core/src/jvmAndroidMain/kotlin/androidx/datastore/core/handlers/ |
| D | NoOpCorruptionHandler.jvm.kt | 25 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.NoOpCorruptionHandler
|
| D | ReplaceFileCorruptionHandler.jvm.kt | 39 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/ |
| D | NoOpCorruptionHandler.native.kt | 24 actual override suspend fun handleCorruption(ex: CorruptionException): T { in handleCorruption() method in androidx.datastore.core.handlers.NoOpCorruptionHandler
|
| D | ReplaceFileCorruptionHandler.native.kt | 36 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/ |
| D | MultiProcessDataStoreIpcTest.kt | 359 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/ |
| D | MultiProcessDataStoreSingleProcessTest.kt | 959 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/ |
| D | SingleProcessDataStoreTest.kt | 1094 override suspend fun handleCorruption(ex: CorruptionException): Byte { in <lambda>() method in androidx.datastore.core.SingleProcessDataStoreTest.TestingCorruptionHandler
|