Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dithumbnail_helper.h76 void CheckAndWait(const std::string &id, bool isLcd);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_formmap_operations.cpp208 thumbnailWait.CheckAndWait(fileUri.GetFileId(), true); in PublishedChange()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_helper.cpp495 thumbnailWait.CheckAndWait(opts.row, thumbType == ThumbnailType::LCD); in GetThumbnailPixelMap()
554 thumbnailWait.CheckAndWait(opts.row, type == KEY_FRAME_LCD); in GetKeyFrameThumbnailPixelMap()
H A Dithumbnail_helper.cpp288 void ThumbnailWait::CheckAndWait(const string &id, bool isLcd) in CheckAndWait() function in OHOS::Media::ThumbnailWait
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1015 static bool CheckAndWait(pid_t pid, shared_ptr<CloudInode> cInode, off_t off) in CheckAndWait() function
1024 LOGE("CheckAndWait timeout: %{public}ld", static_cast<long>(cacheIndex)); in CheckAndWait()
1082 if (isReading && !CheckAndWait(pid, cInode, readArgs->offset)) { in CloudReadOnCloudFile()
1325 if (needCheck && !CheckAndWait(req->ctx.pid, cInode, readArgs->offset)) { in DoReadSlice()

Completed in 11 milliseconds