Home
last modified time | relevance | path

Searched refs:sliceSeq (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c49 int32_t sliceSeq; member
71 data->sliceSeq = (int32_t)SoftBusHtoLl((uint32_t)data->sliceSeq); in ClientPackSliceHead()
79 data->sliceSeq = (int32_t)SoftBusLtoHl((uint32_t)data->sliceSeq); in ClientUnPackSliceHead()
437 if (head->sliceNum != 1 && head->sliceSeq >= head->sliceNum) { in ClientTransProxyCheckSliceHead()
438 … TRANS_LOGE(TRANS_SDK, "sliceNum=%{public}d, sliceSeq=%{public}d", head->sliceNum, head->sliceSeq); in ClientTransProxyCheckSliceHead()
668 if (head->sliceNum != processor->sliceNumber || head->sliceSeq != processor->expectedSeq) { in ClientTransProxySliceProcessChkPkgIsValid()
671 head->sliceSeq, processor->sliceNumber, processor->expectedSeq); in ClientTransProxySliceProcessChkPkgIsValid()
815 if (head->sliceSeq == 0) { in ClientTransProxySubPacketProc()
817 } else if (head->sliceNum == head->sliceSeq + 1) { in ClientTransProxySubPacketProc()
1003 slicehead->sliceSeq = (int32_t)i; in TransProxyPackAndSendData()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxy_session_test.cpp64 int32_t sliceSeq; member
253 head.sliceSeq = TEST_SLICESEQ_TWO;
417 head.sliceSeq = 0;
422 head.sliceSeq = 1;
427 head.sliceSeq = TEST_SLICESEQ_THREE;
H A Dtrans_proxy_session_test.cpp67 int32_t sliceSeq; member
272 head.sliceSeq = TEST_SLICESEQ_TWO;
453 head.sliceSeq = 0;
458 head.sliceSeq = 1;
463 head.sliceSeq = TEST_SLICESEQ_THREE;
H A Dsoftbus_proxychannel_message_test.cpp791 data->sliceSeq = TEST_NUMBER_SEVEN;
797 EXPECT_NE(TEST_NUMBER_FIVE, data->sliceSeq);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp250 sliceHead.sliceSeq = 0;
307 sliceHead.sliceSeq = SLICE_SEQ_BEGIN;
323 sliceHead.sliceSeq = SLICE_SEQ_MID;
329 sliceHead.sliceSeq = SLICE_SEQ_END;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h152 int32_t sliceSeq; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c978 data->sliceSeq = (int32_t)SoftBusHtoLl((uint32_t)data->sliceSeq); in FastDataPackSliceHead()
1049 slicehead->sliceSeq = 0; in TransProxyPackFastData()