Searched refs:parentId (Results 1 – 3 of 3) sorted by relevance
65 int onUserAdded(int userId, int parentId); in onUserAdded() argument
136 ::android::binder::Status onUserAdded(int32_t userId, int32_t parentId,
406 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { in onUserAdded() argument419 if (parentId != -1) { in onUserAdded()424 *aidl_return = static_cast<int32_t>(mKeyStore->copyMasterKey(parentId, userId)); in onUserAdded()