Searched refs:UNLOCK (Results 1 – 3 of 3) sorted by relevance
20 UNLOCK = 0, enumConstant
143 (LockScreenEvent::UNLOCK, Some(password)) => { in on_lock_screen_event()179 (LockScreenEvent::UNLOCK, None) => { in on_lock_screen_event()
694 enum class Request { UNKNOWN, LOCK_SHARED, LOCK_EXCLUSIVE, UNLOCK, EXIT }; enumerator701 case Request::UNLOCK: in operator <<()764 case Request::UNLOCK: { in HandleRequests()829 ASSERT_TRUE(first_consumer.MakeRequest(Request::UNLOCK)); in TEST_P()