/system/security/keystore/include/keystore/ |
D | keystore_promises.h | 33 ::android::binder::Status onFinished(const Result& result) override { in onFinished() function 43 ::android::binder::Status onFinished(const Results&... results) override { in onFinished() function
|
/system/security/keystore/binder/android/security/keystore/ |
D | ICredstoreTokenCallback.aidl | 24 void onFinished(boolean success, in byte[] authToken, in byte[] verificationToken); in onFinished() method
|
D | IKeystoreResponseCallback.aidl | 25 void onFinished(in KeystoreResponse response); in onFinished() method
|
D | IKeystoreOperationResultCallback.aidl | 26 void onFinished(in OperationResult result); in onFinished() method
|
D | IKeystoreExportKeyCallback.aidl | 26 void onFinished(in ExportResult result); in onFinished() method
|
D | IKeystoreKeyCharacteristicsCallback.aidl | 26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished() method
|
D | IKeystoreCertificateChainCallback.aidl | 26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished() method
|
/system/vold/binder/android/os/ |
D | IVoldTaskListener.aidl | 24 void onFinished(int status, in PersistableBundle extras); in onFinished() method
|
/system/security/keystore/ |
D | key_store_service.cpp | 609 cb->onFinished(KeyStoreServiceReturnCode(KS_HANDLE_HIDL_ERROR(device, rc))); in addRngEntropy() 664 cb->onFinished(rc, in generateKey() 711 cb->onFinished(rc, in getKeyCharacteristics() 765 cb->onFinished(rc, in importKey() 803 [cb](ExportResult exportResult) { cb->onFinished(exportResult); }); in exportKey() 851 cb->onFinished(result_); in begin() 874 cb->onFinished(result_); in update() 898 cb->onFinished(result_); in finish() 914 cb->onFinished(rc); in abort() 963 cb->onFinished(true, {} /* serializedAuthToken */, {} /* serializedVerificationToken */); in getTokensForCredstore() [all …]
|
/system/vold/ |
D | IdleMaint.cpp | 195 listener->onFinished(0, extras); in Trim() 363 listener->onFinished(0, extras); in RunIdleMaint() 397 listener->onFinished(0, extras); in RunIdleMaint() 421 listener->onFinished(0, extras); in AbortIdleMaint()
|
D | Benchmark.cpp | 191 listener->onFinished(res, extras); in Benchmark()
|
D | MoveStorage.cpp | 266 listener->onFinished(res, extras); in MoveStorage()
|
/system/security/identity/ |
D | Credential.cpp | 130 virtual Status onFinished(bool success, const vector<uint8_t>& authToken, in onFinished() function in android::security::identity::CredstoreTokenCallback
|