Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.h57 …dDownloadCallback_(CloudDownloadCallbackIn), downloadProgress_(downloadProgress), isBatch_(isBatch) in UvChangeMsg()
63 bool isBatch_; variable
70 bool isBatch_; variable
H A Dcloud_file_napi.cpp89 isBatch_ = isBatch; in CloudDownloadCallbackImpl()
111 if (!msg->isBatch_) { in OnComplete()
152 UvChangeMsg *msg = new (std::nothrow) UvChangeMsg(shared_from_this(), progress, isBatch_); in OnDownloadProcess()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h293 bool isBatch_ = false; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp270 isBatch_ = batch; in SetBatchHandle()
275 if (isBatch_) { in RequestBufferCheckStatus()
347 if (!GetStatusLocked() && !isBatch_) { in RequestBufferLocked()