/system/core/storaged/binder/android/os/ |
D | IStoraged.aidl | 21 void onUserStarted(int userId); in onUserStarted() 22 void onUserStopped(int userId); in onUserStopped()
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 30 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() 87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() 88 void destroyUserKey(int userId); in destroyUserKey() 90 void addUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in addUserKeyAuth() 92 void fixateNewestUserKeyAuth(int userId); in fixateNewestUserKeyAuth() 94 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey() 96 void lockUserKey(int userId); in lockUserKey() [all …]
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 32 int getState(int userId); in getState() 39 int onUserPasswordChanged(int userId, String newPassword); in onUserPasswordChanged() 40 int lock(int userId); in lock() 41 int unlock(int userId, String userPassword); in unlock() 42 int isEmpty(int userId); in isEmpty() 65 int onUserAdded(int userId, int parentId); in onUserAdded() 66 int onUserRemoved(int userId); in onUserRemoved() 77 int onKeyguardVisibilityChanged(in boolean isShowing, in int userId); in onKeyguardVisibilityChanged()
|
/system/security/keystore/ |
D | keystore_keymaster_enforcement.h | 88 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()
|
D | KeyStore.cpp | 81 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser() 92 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey() 97 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey() 136 void KeyStore::resetUser(uid_t userId, bool keepUnenryptedEntries) { in resetUser() 230 void KeyStore::lock(uid_t userId) { in lock() 245 uid_t userId = get_user_id(blobfile->uid()); in get() local
|
D | user_state.cpp | 38 UserState::UserState(uid_t userId) in UserState() 50 bool operator<(uid_t userId, const UserState& rhs) { in operator <() 293 LockedUserState<UserState> UserStateDB::getUserState(uid_t userId) { in getUserState()
|
D | key_store_service.cpp | 148 Status KeyStoreService::getState(int32_t userId, int32_t* aidl_return) { in getState() 293 const int32_t userId = get_user_id(callingUid); in listUidsOfAuthBoundKeys() local 367 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged() 406 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { in onUserAdded() 432 Status KeyStoreService::onUserRemoved(int32_t userId, int32_t* aidl_return) { in onUserRemoved() 444 Status KeyStoreService::lock(int32_t userId, int32_t* aidl_return) { in lock() 464 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock() 495 Status KeyStoreService::isEmpty(int32_t userId, int32_t* aidl_return) { in isEmpty() 1356 Status KeyStoreService::onKeyguardVisibilityChanged(bool isShowing, int32_t userId, in onKeyguardVisibilityChanged()
|
/system/vold/ |
D | VoldNativeService.cpp | 251 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) { in onUserAdded() 258 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved() 265 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted() 272 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() 740 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey() 747 binder::Status VoldNativeService::destroyUserKey(int32_t userId) { in destroyUserKey() 754 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth() 763 binder::Status VoldNativeService::fixateNewestUserKeyAuth(int32_t userId) { in fixateNewestUserKeyAuth() 770 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() 779 binder::Status VoldNativeService::lockUserKey(int32_t userId) { in lockUserKey() [all …]
|
D | Utils.cpp | 678 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() 682 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() 686 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath() 690 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath() 694 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath() 698 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath() 703 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath() 707 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() 711 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() 725 std::string BuildDataMediaCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMediaCePath() [all …]
|
D | VolumeManager.cpp | 367 int VolumeManager::linkPrimary(userid_t userId) { in linkPrimary() 380 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded() 385 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved() 390 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted() 405 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() 427 for (userid_t userId : mStartedUsers) { in setPrimary() local
|
/system/core/storaged/ |
D | storaged_service.cpp | 167 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted() 172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped()
|
/system/core/run-as/ |
D | run-as.cpp | 186 int userId = 0; in main() local
|
/system/core/logd/ |
D | LogStatistics.cpp | 259 uid_t userId = uid % AID_USER_OFFSET; in uidToName() local
|