Searched refs:parentId (Results 1 – 3 of 3) sorted by relevance
74 int onUserAdded(int userId, int parentId); in onUserAdded() argument
138 ::android::binder::Status onUserAdded(int32_t userId, int32_t parentId,
384 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { in onUserAdded() argument396 if (parentId != -1) { in onUserAdded()401 *aidl_return = static_cast<int32_t>(mKeyStore->copyMasterKey(parentId, userId)); in onUserAdded()