Searched refs:onUserAdded (Results 1 – 7 of 7) sorted by relevance
127 int onUserAdded(userid_t userId, int userSerialNumber);
194 return sendGenericOkFail(cli, vm->onUserAdded(atoi(argv[2]), atoi(argv[3]))); in runCommand()
443 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded() function in VolumeManager
50 int32_t onUserAdded(int32_t userId, int32_t parentId);
1288 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) in onUserAdded() function in android::BpKeystoreService1834 int32_t result = onUserAdded(userId, parentId); in onTransact()
192 int32_t KeyStoreService::onUserAdded(int32_t userId, int32_t parentId) { in onUserAdded() function in android::KeyStoreService
244 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) = 0;