Searched refs:Unlock (Results 1 – 7 of 7) sorted by relevance
55 static void Unlock();
55 inline void Unlock() { mutex_.unlock(); } in Unlock() function
60 entry->Unlock(); in Remove()
131 packageRootsMutex.Unlock()
124 Unlock,502 assert!(check_keystore_permission(&system_server_ctx, KeystorePerm::Unlock).is_ok()); in check_keystore_permission_test()512 assert_perm_failed!(check_keystore_permission(&shell_ctx, KeystorePerm::Unlock)); in check_keystore_permission_test()
133 check_keystore_permission(KeystorePerm::Unlock) in on_device_unlocked()
394 void FuseBridgeLoop::Unlock() { in Unlock() function in android::fuse::FuseBridgeLoop