Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_list.h94 #define LIST_FOR_EACH_ENTRY_SAFE(pos, n, list, member) … macro
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dcommon_list.h112 #define LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, list, type, member) \ macro