Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H 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)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H 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)) \