Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Dc_array.h27 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) macro
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dc_array.h28 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) macro