Home
last modified time | relevance | path

Searched refs:GetAndCheckFileSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp493GetAndCheckFileSize(nullptr, &fileSize, &frameNum, APP_INFO_FILE_FEATURES_SUPPORT, PROXY_BLE_MAX_P…
496 ret = GetAndCheckFileSize(
500 ret = GetAndCheckFileSize(
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c351 static int32_t GetAndCheckFileSize( in GetAndCheckFileSize() function
680 …if (GetAndCheckFileSize(absSrcPath, &fileSize, &frameNum, sendInfo->crc, sendInfo->packetSize) != … in FileToFrameAndSendFile()