/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 | 33 void onUserAdded(int userId, int userSerial); in onUserAdded() 34 void onUserRemoved(int userId); in onUserRemoved() 35 void onUserStarted(int userId); in onUserStarted() 36 void onUserStopped(int userId); in onUserStopped() 93 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() 94 void destroyUserKey(int userId); in destroyUserKey() 96 void addUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in addUserKeyAuth() 98 void clearUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in clearUserKeyAuth() 100 void fixateNewestUserKeyAuth(int userId); in fixateNewestUserKeyAuth() 102 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey() [all …]
|
D | IVoldListener.aidl | 28 int type, @utf8InCpp String diskId, @utf8InCpp String partGuid, int userId); in onVolumeCreated()
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 34 int getState(int userId); in getState() 45 int onUserPasswordChanged(int userId, String newPassword); in onUserPasswordChanged() 46 int lock(int userId); in lock() 47 int unlock(int userId, String userPassword); in unlock() 48 int isEmpty(int userId); in isEmpty() 74 int onUserAdded(int userId, int parentId); in onUserAdded() 75 int onUserRemoved(int userId); in onUserRemoved() 86 int onKeyguardVisibilityChanged(in boolean isShowing, in int userId); in onKeyguardVisibilityChanged()
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 46 EmulatedVolume::EmulatedVolume(const std::string& rawPath, int userId) in EmulatedVolume() 57 int userId) in EmulatedVolume() 95 int userId = getMountUserId(); in mountFuseBindMounts() local 197 int userId = getMountUserId(); in unmountFuseBindMounts() local 437 int userId = getMountUserId(); in doUnmount() local
|
/system/vold/ |
D | VoldNativeService.cpp | 185 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) { in onUserAdded() 192 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved() 199 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted() 206 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() 698 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, in createUserKey() 706 binder::Status VoldNativeService::destroyUserKey(int32_t userId) { in destroyUserKey() 713 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth() 722 binder::Status VoldNativeService::clearUserKeyAuth(int32_t userId, int32_t userSerial, in clearUserKeyAuth() 731 binder::Status VoldNativeService::fixateNewestUserKeyAuth(int32_t userId) { in fixateNewestUserKeyAuth() 738 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() [all …]
|
D | VolumeManager.cpp | 382 int VolumeManager::linkPrimary(userid_t userId) { in linkPrimary() 397 void VolumeManager::destroyEmulatedVolumesForUser(userid_t userId) { in destroyEmulatedVolumesForUser() 430 void VolumeManager::createEmulatedVolumesForUser(userid_t userId) { in createEmulatedVolumesForUser() 455 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded() 462 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved() 470 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted() 495 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() 527 for (userid_t userId : mStartedUsers) { in setPrimary() local 633 bool scanProcProcesses(uid_t uid, userid_t userId, ScanProcCallback callback, void* params) { in scanProcProcesses() 782 static std::string getStorageDirSrc(userid_t userId, const std::string& dirName, in getStorageDirSrc() [all …]
|
D | Utils.cpp | 1052 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() 1056 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() 1060 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath() 1064 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath() 1068 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath() 1072 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath() 1077 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath() 1081 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() 1085 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() 1099 std::string BuildDataMediaCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMediaCePath() [all …]
|
/system/security/keystore/ |
D | keystore_keymaster_enforcement.h | 88 bool is_device_locked(int32_t userId) const override { in is_device_locked() 95 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 <() 279 LockedUserState<UserState> UserStateDB::getUserState(uid_t userId) { in getUserState()
|
D | key_store_service.cpp | 147 Status KeyStoreService::getState(int32_t userId, int32_t* aidl_return) { in getState() 285 const int32_t userId = get_user_id(callingUid); in listUidsOfAuthBoundKeys() local 346 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged() 384 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { in onUserAdded() 409 Status KeyStoreService::onUserRemoved(int32_t userId, int32_t* aidl_return) { in onUserRemoved() 420 Status KeyStoreService::lock(int32_t userId, int32_t* aidl_return) { in lock() 439 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock() 469 Status KeyStoreService::isEmpty(int32_t userId, int32_t* aidl_return) { in isEmpty() 1375 Status KeyStoreService::onKeyguardVisibilityChanged(bool isShowing, int32_t userId, in onKeyguardVisibilityChanged()
|
/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
|