Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp694 static bool IsVideoType(const string &name) in IsVideoType() function
748 if (IsVideoType(cInode->mBase->name)) { in DoCloudOpen()
1110 if (IsVideoType(cInode->mBase->name) && *readArgs->readResult > 0) { in CloudReadOnCloudFile()
1163 if (IsVideoType(cInode->mBase->name) && *readArgs->readResult > 0) { in CloudReadOnCacheFile()
1313 … if (IsVideoType(cInode->mBase->name) && cInode->cacheFileIndex.get()[cacheIndex] == HAS_CACHED) { in DoReadSlice()
1356 …if (IsVideoType(params.cInode->mBase->name) && params.cInode->cacheFileIndex.get()[cacheIndex] == … in DoCloudRead()