Searched refs:onUserAdded (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DVolumeManager.h127 int onUserAdded(userid_t userId, int userSerialNumber);
H A DCommandListener.cpp189 return sendGenericOkFail(cli, vm->onUserAdded(atoi(argv[2]), atoi(argv[3])));
H A DVolumeManager.cpp437 int VolumeManager::onUserAdded(userid_t userId, int userSerialNumber) { function in class:VolumeManager
/system/security/keystore/include/keystore/
H A DIKeystoreService.h230 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp1221 virtual int32_t onUserAdded(int32_t userId, int32_t parentId) function in class:android::BpKeystoreService
1229 ALOGD("onUserAdded() could not contact remote: %d\n", status);
1235 ALOGD("onUserAdded() caught exception %d\n", err);
1734 int32_t result = onUserAdded(userId, parentId);
H A Dkeystore.cpp1844 int32_t onUserAdded(int32_t userId, int32_t parentId) { function in class:android::KeyStoreProxy

Completed in 259 milliseconds