• Home
  • Raw
  • Download

Lines Matching refs:userId

251 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) {  in onUserAdded()  argument
255 return translate(VolumeManager::Instance()->onUserAdded(userId, userSerial)); in onUserAdded()
258 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved() argument
262 return translate(VolumeManager::Instance()->onUserRemoved(userId)); in onUserRemoved()
265 binder::Status VoldNativeService::onUserStarted(int32_t userId) { in onUserStarted() argument
269 return translate(VolumeManager::Instance()->onUserStarted(userId)); in onUserStarted()
272 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() argument
276 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
740 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey() argument
744 return translateBool(fscrypt_vold_create_user_key(userId, userSerial, ephemeral)); in createUserKey()
747 binder::Status VoldNativeService::destroyUserKey(int32_t userId) { in destroyUserKey() argument
751 return translateBool(fscrypt_destroy_user_key(userId)); in destroyUserKey()
754 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth() argument
760 return translateBool(fscrypt_add_user_key_auth(userId, userSerial, token, secret)); in addUserKeyAuth()
763 binder::Status VoldNativeService::fixateNewestUserKeyAuth(int32_t userId) { in fixateNewestUserKeyAuth() argument
767 return translateBool(fscrypt_fixate_newest_user_key_auth(userId)); in fixateNewestUserKeyAuth()
770 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() argument
776 return translateBool(fscrypt_unlock_user_key(userId, userSerial, token, secret)); in unlockUserKey()
779 binder::Status VoldNativeService::lockUserKey(int32_t userId) { in lockUserKey() argument
783 return translateBool(fscrypt_lock_user_key(userId)); in lockUserKey()
787 int32_t userId, int32_t userSerial, in prepareUserStorage() argument
795 return translateBool(fscrypt_prepare_user_storage(uuid_, userId, userSerial, flags)); in prepareUserStorage()
799 int32_t userId, int32_t flags) { in destroyUserStorage() argument
806 return translateBool(fscrypt_destroy_user_storage(uuid_, userId, flags)); in destroyUserStorage()
811 int32_t userId) { in prepareSandboxForApp() argument
817 int32_t userId) { in destroySandboxForApp() argument