Searched refs:currentDevicePosture (Results 1 – 4 of 4) sorted by relevance
31 val currentDevicePosture: Flow<DevicePosture>38 override val currentDevicePosture: Flow<DevicePosture>41 val currentDevicePosture = DevicePosture.toPosture(posture) regex43 currentDevicePosture,45 "Error sending posture update to $currentDevicePosture"
163 devicePostureRepository.currentDevicePosture.map {
25 override val currentDevicePosture: Flow<DevicePosture>
62 val currentPosture = collectLastValue(underTest.currentDevicePosture)