Searched refs:UserState (Results 1 – 2 of 2) sorted by relevance
40 class UserState; variable42 template <typename UserState> using LockedUserState = ProxyLock<UnlockProxyLockHelper<UserState>>;44 class UserState {46 explicit UserState(uid_t userId);63 ResponseCode copyMasterKey(LockedUserState<UserState>* src);64 ResponseCode copyMasterKeyFile(LockedUserState<UserState>* src);72 bool operator<(const UserState& rhs) const;99 bool operator<(uid_t userId, const UserState& rhs);103 LockedUserState<UserState> getUserState(uid_t userId);104 LockedUserState<UserState> getUserStateByUid(uid_t uid);[all …]
38 UserState::UserState(uid_t userId) in UserState() function in keystore::UserState42 bool UserState::operator<(const UserState& rhs) const { in operator <()46 bool UserState::operator<(uid_t userId) const { in operator <()50 bool operator<(uid_t userId, const UserState& rhs) { in operator <()54 bool UserState::initialize() { in initialize()70 void UserState::setState(State state) { in setState()74 void UserState::zeroizeMasterKeysInMemory() { in zeroizeMasterKeysInMemory()79 bool UserState::deleteMasterKey() { in deleteMasterKey()85 ResponseCode UserState::initialize(const android::String8& pw) { in initialize()97 ResponseCode UserState::copyMasterKey(LockedUserState<UserState>* src) { in copyMasterKey()[all …]