Searched refs:Success (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/security/secretkeeper/aidl/vts/ |
D | secretkeeper_test_client.rs | 209 assert_eq!(store_response.response_type()?, ResponseType::Success); in store() 232 if get_response.response_type()? == ResponseType::Success { in get_update_policy() 414 assert_eq!(response_packet.response_type().unwrap(), ResponseType::Success); in secret_management_get_version() 656 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 663 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 670 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 692 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num_per_session() 701 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num_per_session()
|
D | secretkeeper_cli.rs | 205 if response_type == ResponseType::Success { in store() 223 if get_response.response_type().unwrap() == ResponseType::Success { in get()
|
/hardware/interfaces/wifi/supplicant/1.3/ |
D | types.hal | 102 * DppSuccessCode: Success codes for DPP (Easy Connect) Configurator
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | X.h | 350 #define Success 0 /* everything's okay */ macro
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 48 do { if (a != Success) return 0; } while (0) 51 do { if (a != Success) return; } while (0)
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 20 OK, // Success
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 187 ** Success codes are not prefixed with anything other than `VK_`.
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 54 NONE = 0, // Success
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 2293 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 1308 .Success Codes
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintTest.cpp | 5102 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
|