Home
last modified time | relevance | path

Searched refs:onUserAdded (Results 1 – 7 of 7) sorted by relevance

/system/vold/
DVolumeManager.h127 int onUserAdded(userid_t userId, int userSerialNumber);
DCommandListener.cpp194 return sendGenericOkFail(cli, vm->onUserAdded(atoi(argv[2]), atoi(argv[3]))); in runCommand()
DVolumeManager.cpp443 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { in onUserAdded() function in VolumeManager
/system/security/keystore/
Dkey_store_service.h50 int32_t onUserAdded(int32_t userId, int32_t parentId);
DIKeystoreService.cpp1288 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) in onUserAdded() function in android::BpKeystoreService
1834 int32_t result = onUserAdded(userId, parentId); in onTransact()
Dkey_store_service.cpp192 int32_t KeyStoreService::onUserAdded(int32_t userId, int32_t parentId) { in onUserAdded() function in android::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h244 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) = 0;