Home
last modified time | relevance | path

Searched refs:PENDING_TYPE_BUTT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/trans_pending_pkt_test/
H A Dtrans_pending_pkt_test.cpp113 int type = PENDING_TYPE_BUTT + 1;
135 int type = PENDING_TYPE_BUTT + 1;
157 int type = PENDING_TYPE_BUTT + 1;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dtrans_pending_pkt.h34 PENDING_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c43 static SoftBusList *g_pendingList[PENDING_TYPE_BUTT] = {NULL, NULL};
47 if (type < PENDING_TYPE_PROXY || type >= PENDING_TYPE_BUTT) { in IsPendingListTypeLegal()