Home
last modified time | relevance | path

Searched defs:userSerial (Results 1 – 2 of 2) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl30 void onUserAdded(int userId, int userSerial); in onUserAdded()
87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey()
90 void addUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in addUserKeyAuth()
94 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey()
98 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage()
/system/vold/
DVoldNativeService.cpp251 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) { in onUserAdded()
740 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey()
754 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth()
770 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey()
787 int32_t userId, int32_t userSerial, in prepareUserStorage()