Searched defs:parentId (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkey_store_service.cpp324 Status KeyStoreService::onUserAdded(int32_t userId, int32_t parentId, int32_t* aidl_return) { argument
336 if (parentId != -1) {
341 *aidl_return = static_cast<int32_t>(mKeyStore->copyMasterKey(parentId, userId));

Completed in 67 milliseconds