Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 9 of 9) sorted by relevance

/system/security/keystore/
Dkeystore.cpp72 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
83 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()
88 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
162 void KeyStore::resetUser(uid_t userId, bool keepUnenryptedEntries) { in resetUser()
253 void KeyStore::lock(uid_t userId) { in lock()
259 ResponseCode KeyStore::get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get()
310 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { in put()
316 ResponseCode KeyStore::del(const char* filename, const BlobType type, uid_t userId) { in del()
380 android::Vector<android::String16>* matches, uid_t userId) { in list()
445 uid_t userId, int32_t flags) { in importKey()
[all …]
DIKeystoreService.cpp119 KeyStoreServiceReturnCode getState(int32_t userId) override { in getState()
254 KeyStoreServiceReturnCode onUserPasswordChanged(int32_t userId, in onUserPasswordChanged()
274 KeyStoreServiceReturnCode lock(int32_t userId) override { in lock()
291 KeyStoreServiceReturnCode unlock(int32_t userId, const String16& password) override { in unlock()
309 bool isEmpty(int32_t userId) override { in isEmpty()
820 KeyStoreServiceReturnCode onUserAdded(int32_t userId, int32_t parentId) override { in onUserAdded()
838 KeyStoreServiceReturnCode onUserRemoved(int32_t userId) override { in onUserRemoved()
932 int32_t userId = data.readInt32(); in onTransact() local
1006 int32_t userId = data.readInt32(); in onTransact() local
1015 int32_t userId = data.readInt32(); in onTransact() local
[all …]
Dkeystore.h64 State getState(uid_t userId) { return getUserState(userId)->getState(); } in getState()
Duser_state.cpp35 UserState::UserState(uid_t userId) : in UserState()
Dkey_store_service.cpp131 KeyStoreServiceReturnCode KeyStoreService::getState(int32_t userId) { in getState()
246 KeyStoreServiceReturnCode KeyStoreService::onUserPasswordChanged(int32_t userId, in onUserPasswordChanged()
282 KeyStoreServiceReturnCode KeyStoreService::onUserAdded(int32_t userId, int32_t parentId) { in onUserAdded()
304 KeyStoreServiceReturnCode KeyStoreService::onUserRemoved(int32_t userId) { in onUserRemoved()
313 KeyStoreServiceReturnCode KeyStoreService::lock(int32_t userId) { in lock()
328 KeyStoreServiceReturnCode KeyStoreService::unlock(int32_t userId, const String16& pw) { in unlock()
354 bool KeyStoreService::isEmpty(int32_t userId) { in isEmpty()
/system/vold/
DUtils.cpp563 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath()
567 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath()
571 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath()
575 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath()
579 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath()
583 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath()
588 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath()
602 std::string BuildDataMediaCePath(const char* volumeUuid, userid_t userId) { in BuildDataMediaCePath()
608 std::string BuildDataUserCePath(const char* volumeUuid, userid_t userId) { in BuildDataUserCePath()
622 std::string BuildDataUserDePath(const char* volumeUuid, userid_t userId) { in BuildDataUserDePath()
DVolumeManager.cpp480 int VolumeManager::linkPrimary(userid_t userId) { in linkPrimary()
502 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded()
507 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved()
512 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted()
526 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped()
533 for (userid_t userId : mStartedUsers) { in setPrimary() local
/system/core/run-as/
Drun-as.cpp146 int userId = 0; in main() local
/system/core/logd/
DLogStatistics.cpp200 uid_t userId = uid % AID_USER_OFFSET; in uidToName() local