Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c55 uint64_t blockCnt; in GetTarTotalBlockLength() local
78 blockCnt = (uint64_t)((statInfo.st_size + BLOCK_LEN - 1) / BLOCK_LEN); in GetTarTotalBlockLength()
79 tarFilesTotalLen += (blockCnt * BLOCK_LEN); in GetTarTotalBlockLength()
H A Dnstackx_file_manager_client.c625 uint64_t blockCnt; in PackGetTarBlockLen() local
640 blockCnt = (fmFileList->fileInfo[i].fileSize + BLOCK_LEN - 1) / BLOCK_LEN; in PackGetTarBlockLen()
641 tarFilesTotalLen += (blockCnt * BLOCK_LEN); in PackGetTarBlockLen()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-nfctech.md2010 let blockCnt : number = mifareClassic.getBlockCountInSector(sectorIndex);
2011 console.info("mifareClassic blockCnt: " + blockCnt);
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-nfctech.md2010 let blockCnt : number = mifareClassic.getBlockCountInSector(sectorIndex);
2011 console.info("mifareClassic blockCnt: " + blockCnt);