OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abortoperation
(Results
1 - 11
of
11
) sorted by null
/system/keymaster/include/keymaster/
android_keymaster.h
80
void
AbortOperation
(const AbortOperationRequest& request, AbortOperationResponse* response);
/system/security/keystore/include/keystore/
keystore_client_mock.h
77
MOCK_METHOD1(
abortOperation
, int32_t(keymaster_operation_handle_t handle));
keystore_client_impl.h
78
KeyStoreNativeReturnCode
abortOperation
(uint64_t handle) override;
keystore_client.h
167
virtual KeyStoreNativeReturnCode
abortOperation
(uint64_t handle) = 0;
/system/keymaster/
android_keymaster.cpp
343
void AndroidKeymaster::
AbortOperation
(const AbortOperationRequest& request,
android_keymaster_test_utils.h
220
keymaster_error_t
AbortOperation
();
android_keymaster_test.cpp
639
EXPECT_EQ(KM_ERROR_OK,
AbortOperation
());
641
EXPECT_EQ(KM_ERROR_INVALID_OPERATION_HANDLE,
AbortOperation
());
[
all
...]
android_keymaster_test_utils.cpp
333
keymaster_error_t Keymaster2Test::
AbortOperation
() {
[
all
...]
soft_keymaster_device.cpp
[
all
...]
/system/security/keystore/
keystore_client_impl.cpp
328
KeyStoreNativeReturnCode KeystoreClientImpl::
abortOperation
(uint64_t handle) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
[
all
...]
Completed in 192 milliseconds