| /system/core/gatekeeperd/binder/android/service/gatekeeper/ |
| D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() 53 …GateKeeperResponse verify(int userId, in byte[] enrolledPasswordHandle, in byte[] providedPassword… in verify() 66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge() 74 long getSecureUserId(int userId); in getSecureUserId() 81 void clearSecureUserId(int userId); in clearSecureUserId()
|
| /system/security/keystore2/aidl/android/security/maintenance/ |
| D | IKeystoreMaintenance.aidl | 39 void onUserAdded(in int userId); in onUserAdded() 53 void initUserSuperKeys(in int userId, in byte[] password, in boolean allowExisting); in initUserSuperKeys() 65 void onUserRemoved(in int userId); in onUserRemoved() 77 void onUserLskfRemoved(in int userId); in onUserLskfRemoved() 139 long[] getAppUidsAffectedBySid(in int userId, in long sid); in getAppUidsAffectedBySid()
|
| /system/security/keystore2/aidl/android/security/authorization/ |
| D | IKeystoreAuthorization.aidl | 78 void onDeviceUnlocked(in int userId, in @nullable byte[] password); in onDeviceUnlocked() 109 void onDeviceLocked(in int userId, in long[] unlockingSids, in boolean weakUnlockEnabled); in onDeviceLocked() 122 void onWeakUnlockMethodsExpired(in int userId); in onWeakUnlockMethodsExpired() 136 void onNonLskfUnlockMethodsExpired(in int userId); in onNonLskfUnlockMethodsExpired()
|
| /system/core/gatekeeperd/ |
| D | gatekeeperd.cpp | 80 void GateKeeperProxy::store_sid(uint32_t userId, uint64_t sid) { in store_sid() 123 void GateKeeperProxy::maybe_store_sid(uint32_t userId, uint64_t sid) { in maybe_store_sid() 131 uint64_t GateKeeperProxy::read_sid(uint32_t userId) { in read_sid() 142 void GateKeeperProxy::clear_sid(uint32_t userId) { in clear_sid() 151 Status GateKeeperProxy::adjust_userId(uint32_t userId, uint32_t* hw_userId) { in adjust_userId() 171 Status GateKeeperProxy::enroll(int32_t userId, in enroll() 286 Status GateKeeperProxy::verify(int32_t userId, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify() 293 Status GateKeeperProxy::verifyChallenge(int32_t userId, int64_t challenge, in verifyChallenge() 420 Status GateKeeperProxy::getSecureUserId(int32_t userId, int64_t* sid) { in getSecureUserId() 425 Status GateKeeperProxy::clearSecureUserId(int32_t userId) { in clearSecureUserId()
|
| /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 | 34 void onUserAdded(int userId, int userSerial, int sharesStorageWithUserId); in onUserAdded() 35 void onUserRemoved(int userId); in onUserRemoved() 36 void onUserStarted(int userId); in onUserStarted() 37 void onUserStopped(int userId); in onUserStopped() 91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys() 92 void destroyUserStorageKeys(int userId); in destroyUserStorageKeys() 94 void setCeStorageProtection(int userId, in byte[] secret); in setCeStorageProtection() 97 void unlockCeStorage(int userId, in byte[] secret); in unlockCeStorage() 98 void lockCeStorage(int userId); in lockCeStorage() 100 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in prepareUserStorage() [all …]
|
| D | IVoldListener.aidl | 28 int type, @utf8InCpp String diskId, @utf8InCpp String partGuid, int userId); in onVolumeCreated() 29 void onVolumeStateChanged(@utf8InCpp String volId, int state, int userId); in onVolumeStateChanged()
|
| /system/vold/model/ |
| D | EmulatedVolume.cpp | 50 EmulatedVolume::EmulatedVolume(const std::string& rawPath, int userId) in EmulatedVolume() 61 int userId) in EmulatedVolume() 119 std::shared_ptr<android::vold::VolumeBase> getSharedStorageVolume(int userId) { in getSharedStorageVolume() 148 int userId = getMountUserId(); in mountFuseBindMounts() local 259 int userId = getMountUserId(); in unmountFuseBindMounts() local 519 int userId = getMountUserId(); in doUnmount() local
|
| /system/vold/ |
| D | VoldNativeService.cpp | 186 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial, in onUserAdded() 195 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved() 202 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted() 209 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() 661 binder::Status VoldNativeService::createUserStorageKeys(int32_t userId, bool ephemeral) { in createUserStorageKeys() 668 binder::Status VoldNativeService::destroyUserStorageKeys(int32_t userId) { in destroyUserStorageKeys() 675 binder::Status VoldNativeService::setCeStorageProtection(int32_t userId, in setCeStorageProtection() 691 binder::Status VoldNativeService::unlockCeStorage(int32_t userId, in unlockCeStorage() 699 binder::Status VoldNativeService::lockCeStorage(int32_t userId) { in lockCeStorage() 707 int32_t userId, int32_t flags) { in prepareUserStorage() [all …]
|
| D | VolumeManager.cpp | 365 void VolumeManager::destroyEmulatedVolumesForUser(userid_t userId) { in destroyEmulatedVolumesForUser() 398 void VolumeManager::createEmulatedVolumesForUser(userid_t userId) { in createEmulatedVolumesForUser() 423 userid_t VolumeManager::getSharedStorageUser(userid_t userId) { in getSharedStorageUser() 430 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber, in onUserAdded() 441 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved() 450 int VolumeManager::onUserStarted(userid_t userId) { in onUserStarted() 500 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() 653 bool scanProcProcesses(uid_t uid, userid_t userId, ScanProcCallback callback, void* params) { in scanProcProcesses() 824 static std::string getStorageDirSrc(userid_t userId, const std::string& dirName, in getStorageDirSrc() 835 static std::string getStorageDirTarget(userid_t userId, std::string dirName, in getStorageDirTarget() [all …]
|
| D | Utils.cpp | 1158 std::string BuildDataSystemLegacyPath(userid_t userId) { in BuildDataSystemLegacyPath() 1162 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() 1166 std::string BuildDataSystemDePath(userid_t userId) { in BuildDataSystemDePath() 1171 std::string BuildDataProfilesDePath(userid_t userId) { in BuildDataProfilesDePath() 1175 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() 1179 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() 1193 std::string BuildDataMediaCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMediaCePath() 1199 std::string BuildDataMiscCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMiscCePath() 1203 std::string BuildDataMiscDePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMiscDePath() 1207 std::string BuildDataUserCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserCePath() [all …]
|
| /system/core/storaged/ |
| D | storaged_service.cpp | 168 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted() 173 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped()
|
| /system/core/run-as/ |
| D | run-as.cpp | 183 int userId = 0; in main() local
|
| /system/logging/logd/ |
| D | LogStatistics.cpp | 245 uid_t userId = uid % AID_USER_OFFSET; in UidToNameLocked() local
|