Home
last modified time | relevance | path

Searched refs:FrameIndexToType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_common_test.cpp214 ret = FrameIndexToType(FRAME_NUM_0, FRAME_NUM_1);
217 ret = FrameIndexToType(FRAME_NUM_1, FRAME_NUM_2);
220 ret = FrameIndexToType(FRAME_NUM_2, TEST_FRAME_NUMBER);
223 ret = FrameIndexToType(FRAME_NUM_2, TEST_FRAME_NUMBER_SECOND);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/
H A Dclienttransproxyfilecommon_fuzzer.cpp60 FrameIndexToType(index, frameNumber); in ClientTransProxyFileCommonTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_common.h50 int32_t FrameIndexToType(uint64_t index, uint64_t frameNumber);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c96 int32_t FrameIndexToType(uint64_t index, uint64_t frameNumber) in FrameIndexToType() function
H A Dclient_trans_proxy_file_helper.c208 FrameIndexToType((uint64_t)seq, info->frameNum)); in PackReadFileRetransData()
H A Dclient_trans_proxy_file_manager.c627 fileFrame.frameType = FrameIndexToType(index, frameNum); in FileToFrame()