Home
last modified time | relevance | path

Searched defs:startSeq (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c100 int32_t SendFileAckReqAndResData(int32_t channelId, uint32_t startSeq, uint32_t value, int32_t type) in SendFileAckReqAndResData()
120 int32_t UnpackAckReqAndResData(FileFrame *frame, uint32_t *startSeq, uint32_t *value) in UnpackAckReqAndResData()
301 uint32_t startSeq = resData->startSeq; in AckResponseDataHandle() local
H A Dclient_trans_proxy_file_manager.c1805 uint32_t startSeq; in ProcessFileAckRequest() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h97 uint32_t startSeq; member
114 uint32_t startSeq; member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp651 uint32_t startSeq = TEST_SEQ; variable
1648 uint32_t startSeq = TEST_SEQ; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c423 static uint16_t L2capGetSeqWindow(uint16_t endSeq, uint16_t startSeq) in L2capGetSeqWindow()