Searched refs:IsUnlocked (Results 1 – 3 of 3) sorted by relevance
25 bool IsUnlocked() const;
157 while (!keyring->IsUnlocked()) { in MessageReceived()328 reply.AddBool("unlocked", keyring->IsUnlocked()); in MessageReceived()369 while (!fMasterKeyring->IsUnlocked()) { in MessageReceived()761 if (&keyring != fMasterKeyring && fMasterKeyring->IsUnlocked()) { in _UnlockKeyring()
133 Keyring::IsUnlocked() const in IsUnlocked() function in Keyring