Home
last modified time | relevance | path

Searched refs:INVALID_SEQ_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h46 #define INVALID_SEQ_ID (0x7fffffff) macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h124 static constexpr uint64_t INVALID_SEQ_ID = 0; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c38 return INVALID_SEQ_ID; in TransTdcGetNewSeqId()
H A Dtrans_tcp_direct_p2p.c1045 if (seq == INVALID_SEQ_ID) { in OpenP2pDirectChannel()