Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dithumbnail_helper.h76 void CheckAndWait(const std::string &id, bool isLcd);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_formmap_operations.cpp208 thumbnailWait.CheckAndWait(fileUri.GetFileId(), true); in PublishedChange()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1017 static bool CheckAndWait(pid_t pid, shared_ptr<CloudInode> cInode, off_t off) in CheckAndWait() function
1084 if (isReading && !CheckAndWait(pid, cInode, readArgs->offset)) { in CloudReadOnCloudFile()
1326 if (needCheck && !CheckAndWait(req->ctx.pid, cInode, readArgs->offset)) { in DoReadSlice()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_helper.cpp492 thumbnailWait.CheckAndWait(opts.row, thumbType == ThumbnailType::LCD); in GetThumbnailPixelMap()
H A Dithumbnail_helper.cpp295 void ThumbnailWait::CheckAndWait(const string &id, bool isLcd) in CheckAndWait() function in OHOS::Media::ThumbnailWait