Searched refs:dirtyOwnerIds (Results 1 – 1 of 1) sorted by relevance
29 private val dirtyOwnerIds = MutableStateFlow(emptySet<Int>()) constant33 dirtyOwnerIds.map { it.isNotEmpty() }.distinctUntilChanged() in <lambda>()53 dirtyOwnerIds.value = dirtyOwnerIds.value + setOf(ownerId) in putDirty()55 dirtyOwnerIds.value = dirtyOwnerIds.value - setOf(ownerId) in putDirty()64 return dirtyOwnerIds.value.toSet() in getAllDirty()69 dirtyOwnerIds.value = emptySet() in clearAllDirty()