Home
last modified time | relevance | path

Searched defs:appToken (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Doperation.cpp30 const sp<IBinder>& appToken, in addOperation()
79 sp<IBinder> appToken = entry->second.appToken; in removeOperation() local
89 void OperationMap::removeOperationTracking(const sp<IBinder>& token, const sp<IBinder>& appToken) { in removeOperationTracking()
140 std::vector<sp<IBinder>> OperationMap::getOperationsForToken(const sp<IBinder>& appToken) { in getOperationsForToken()
Doperation.h78 android::sp<android::IBinder> appToken; member
Dkey_store_service.cpp1005 void KeyStoreService::begin(const sp<IBinder>& appToken, const String16& name, KeyPurpose purpose, in begin()
1795 sp<IBinder> appToken(new BBinder); in doLegacySignVerify() local
DIKeystoreService.cpp683 void begin(const sp<IBinder>& appToken, const String16& name, KeyPurpose purpose, in begin()