Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isBatch_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H
A
D
cloud_file_napi.h
57
: CloudDownloadCallback_(CloudDownloadCallbackIn), downloadProgress_(downloadProgress),
isBatch_
(isBatch)
in UvChangeMsg()
63
bool
isBatch_
;
member in OHOS::FileManagement::CloudSync::CloudDownloadCallbackImpl::UvChangeMsg
70
bool
isBatch_
;
member in OHOS::FileManagement::CloudSync::CloudDownloadCallbackImpl
H
A
D
cloud_file_napi.cpp
89
isBatch_
= isBatch;
in CloudDownloadCallbackImpl()
111
if (!msg->
isBatch_
) {
in OnComplete()
152
UvChangeMsg *msg = new (std::nothrow) UvChangeMsg(shared_from_this(), progress,
isBatch_
);
in OnDownloadProcess()
/foundation/graphic/graphic_surface/surface/include/
H
A
D
buffer_queue.h
276
bool
isBatch_
= false;
member in BufferQueue
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_queue.cpp
285
isBatch_
= batch;
in SetBatchHandle()
292
if (
isBatch_
) {
in RequestBufferCheckStatus()
371
if (!GetStatusLocked() && !
isBatch_
) {
in RequestBuffer()
Completed in 5 milliseconds