Home
last modified time | relevance | path

Searched refs:ADBG_EXPECT_ENUM (Results 1 – 2 of 2) sorted by relevance

/optee_test/host/xtest/
A Dxtest_test.h29 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_TEEC_Result)
32 ADBG_EXPECT_ENUM(c, TEEC_SUCCESS, got, ADBG_EnumTable_TEEC_Result)
38 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_TEEC_ErrorOrigin)
45 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_CK_RV)
48 ADBG_EXPECT_ENUM(c, CKR_OK, got, ADBG_EnumTable_CK_RV)
/optee_test/host/xtest/adbg/include/
A Dadbg.h112 ADBG_EXPECT_ENUM(Case_p, Expected, Got, NULL)
117 #define ADBG_EXPECT_ENUM(Case_p, Expected, Got, EnumTable_p) \ macro
126 ADBG_EXPECT_ENUM(Case_p, Expected, Got, ADBG_EnumTable_Boolean)
129 ADBG_EXPECT_ENUM(Case_p, true, Got, ADBG_EnumTable_Boolean)
165 if (!ADBG_EXPECT_ENUM(Case_p, Expected, Got, EnumTable_p)) \

Completed in 6 milliseconds