Searched defs:userSerial (Results 1 – 2 of 2) sorted by relevance
/system/vold/binder/android/os/ |
D | IVold.aidl | 31 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() 92 void clearUserKeyAuth(int userId, int userSerial, @utf8InCpp String token, in clearUserKeyAuth() 96 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey() 100 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage()
|
/system/vold/ |
D | VoldNativeService.cpp | 178 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial) { in onUserAdded() 656 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey() 670 binder::Status VoldNativeService::addUserKeyAuth(int32_t userId, int32_t userSerial, in addUserKeyAuth() 679 binder::Status VoldNativeService::clearUserKeyAuth(int32_t userId, int32_t userSerial, in clearUserKeyAuth() 695 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() 712 int32_t userId, int32_t userSerial, in prepareUserStorage()
|