Searched refs:isBatch (Results 1 – 4 of 4) sorted by relevance
47 CloudDownloadCallbackImpl(napi_env env, napi_value fun, bool isBatch = false);56 bool isBatch) in UvChangeMsg() argument57 …dDownloadCallback_(CloudDownloadCallbackIn), downloadProgress_(downloadProgress), isBatch_(isBatch) in UvChangeMsg()
84 CloudDownloadCallbackImpl::CloudDownloadCallbackImpl(napi_env env, napi_value fun, bool isBatch) : … in CloudDownloadCallbackImpl() argument89 isBatch_ = isBatch; in CloudDownloadCallbackImpl()
98 bool isBatch = false; member1734 if (context->isBatch) { in ModifyImagePropertyComplete()1837 if (context->isBatch) { in GetImagePropertyComplete()1843 if (context->isBatch) { in GetImagePropertyComplete()1910 context->isBatch = true; in UnwrapContext()2055 context->isBatch = true; in UnwrapContextForModify()2100 if (asyncContext->isBatch) { in ModifyImageProperty()2137 if (asyncContext->isBatch) { in GetImageProperty()
85 bool isBatch = false; member