Home | History | Annotate | Download | only in keystore

Lines Matching full:parentid

324 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) {
336 if (parentId != -1) {
341 *aidl_return = static_cast<int32_t>(mKeyStore->copyMasterKey(parentId, userId));