Home
last modified time | relevance | path

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

/system/core/storaged/binder/android/os/
DIStoraged.aidl21 void onUserStarted(int userId); in onUserStarted()
22 void onUserStopped(int userId); in onUserStopped()
/system/vold/binder/android/os/
DIVold.aidl30 void onUserAdded(int userId, int userSerial); in onUserAdded()
31 void onUserRemoved(int userId); in onUserRemoved()
32 void onUserStarted(int userId); in onUserStarted()
33 void onUserStopped(int userId); in onUserStopped()
84 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey()
85 void destroyUserKey(int userId); in destroyUserKey()
87 …void addUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, @utf8InCpp String secret); in addUserKeyAuth()
88 void fixateNewestUserKeyAuth(int userId); in fixateNewestUserKeyAuth()
90 … void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, @utf8InCpp String secret); in unlockUserKey()
91 void lockUserKey(int userId); in lockUserKey()
[all …]
/system/security/keystore/
DKeyStore.cpp90 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
101 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()
106 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
204 void KeyStore::resetUser(uid_t userId, bool keepUnenryptedEntries) { in resetUser()
295 void KeyStore::lock(uid_t userId) { in lock()
303 ResponseCode KeyStore::get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get()
361 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { in put()
369 ResponseCode KeyStore::del(const char* filename, const BlobType type, uid_t userId) { in del()
478 android::Vector<android::String16>* matches, uid_t userId) { in list()
533 uid_t userId, int32_t flags) { in importKey()
[all …]
Dkeystore_keymaster_enforcement.h88 bool is_device_locked(int32_t userId) const override { in is_device_locked()
94 void set_device_locked(bool isLocked, int32_t userId) { in set_device_locked()
DKeyStore.h74 State getState(uid_t userId) { return getUserState(userId)->getState(); } in getState()
Duser_state.cpp35 UserState::UserState(uid_t userId) : in UserState()
Dkey_store_service.cpp153 Status KeyStoreService::getState(int32_t userId, int32_t* aidl_return) { in getState()
291 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged()
334 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { in onUserAdded()
360 Status KeyStoreService::onUserRemoved(int32_t userId, int32_t* aidl_return) { in onUserRemoved()
372 Status KeyStoreService::lock(int32_t userId, int32_t* aidl_return) { in lock()
392 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock()
423 Status KeyStoreService::isEmpty(int32_t userId, int32_t* aidl_return) { in isEmpty()
2346 Status KeyStoreService::onKeyguardVisibilityChanged(bool isShowing, int32_t userId, in onKeyguardVisibilityChanged()
/system/vold/
DVoldNativeService.cpp250 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) { in onUserAdded()
257 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved()
264 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted()
271 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped()
695 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, in createUserKey()
703 binder::Status VoldNativeService::destroyUserKey(int32_t userId) { in destroyUserKey()
710 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth()
718 binder::Status VoldNativeService::fixateNewestUserKeyAuth(int32_t userId) { in fixateNewestUserKeyAuth()
725 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey()
733 binder::Status VoldNativeService::lockUserKey(int32_t userId) { in lockUserKey()
[all …]
DUtils.cpp609 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath()
613 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath()
617 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath()
621 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath()
625 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath()
629 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath()
634 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath()
638 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath()
642 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath()
656 std::string BuildDataMediaCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMediaCePath()
[all …]
DVolumeManager.cpp344 int VolumeManager::linkPrimary(userid_t userId) { in linkPrimary()
365 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded()
370 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved()
375 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted()
389 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped()
410 for (userid_t userId : mStartedUsers) { in setPrimary() local
/system/security/keystore/binder/android/security/
DIKeystoreService.aidl34 int getState(int userId); in getState()
41 int onUserPasswordChanged(int userId, String newPassword); in onUserPasswordChanged()
42 int lock(int userId); in lock()
43 int unlock(int userId, String userPassword); in unlock()
44 int isEmpty(int userId); in isEmpty()
75 int onUserAdded(int userId, int parentId); in onUserAdded()
76 int onUserRemoved(int userId); in onUserRemoved()
88 int onKeyguardVisibilityChanged(in boolean isShowing, in int userId); in onKeyguardVisibilityChanged()
/system/core/storaged/
Dstoraged_service.cpp167 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted()
172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped()
/system/core/run-as/
Drun-as.cpp146 int userId = 0; in main() local
/system/core/logd/
DLogStatistics.cpp259 uid_t userId = uid % AID_USER_OFFSET; in uidToName() local