Home
last modified time | relevance | path

Searched refs:Success (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_test_client.rs209 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()
Dsecretkeeper_cli.rs205 if response_type == ResponseType::Success { in store()
223 if get_response.response_type().unwrap() == ResponseType::Success { in get()
/hardware/interfaces/wifi/supplicant/1.3/
Dtypes.hal102 * DppSuccessCode: Success codes for DPP (Easy Connect) Configurator
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DX.h350 #define Success 0 /* everything's okay */ macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp48 do { if (a != Success) return 0; } while (0)
51 do { if (a != Success) return; } while (0)
/hardware/interfaces/contexthub/1.0/
Dtypes.hal20 OK, // Success
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc187 ** Success codes are not prefixed with anything other than `VK_`.
/hardware/interfaces/radio/1.0/
Dtypes.hal54 NONE = 0, // Success
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2293 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc1308 .Success Codes
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp5102 TEST_P(ImportWrappedKeyTest, Success) { in TEST_P() argument