Searched refs:onUserRemoved (Results 1 - 7 of 7) sorted by relevance

/system/security/keystore/
H A Dkey_store_service.h51 int32_t onUserRemoved(int32_t userId);
H A DIKeystoreService.cpp1308 virtual int32_t onUserRemoved(int32_t userId) function in class:android::BpKeystoreService
1315 ALOGD("onUserRemoved() could not contact remote: %d\n", status);
1321 ALOGD("onUserRemoved() caught exception %d\n", err);
1861 int32_t result = onUserRemoved(userId);
H A Dkey_store_service.cpp222 int32_t KeyStoreService::onUserRemoved(int32_t userId) { function in class:android::KeyStoreService
/system/vold/
H A DVolumeManager.h128 int onUserRemoved(userid_t userId);
H A DCommandListener.cpp198 return sendGenericOkFail(cli, vm->onUserRemoved(atoi(argv[2])));
H A DVolumeManager.cpp448 int VolumeManager::onUserRemoved(userid_t userId) { function in class:VolumeManager
/system/security/keystore/include/keystore/
H A DIKeystoreService.h247 virtual int32_t onUserRemoved(int32_t userId) = 0;

Completed in 102 milliseconds