Home
last modified time | relevance | path

Searched defs:CHECK_EQ_RETURN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dplatform_assert.h71 #define CHECK_EQ_RETURN(a, b, ret) CHECK_AND_RETURN((a) == (b), ret) macro
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_assert.h49 #define CHECK_EQ_RETURN(a, b, ret) CHECK_AND_RETURN((a) == (b), ret) macro