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
defs:fdFlag
(Results
1 - 9
of
9
) sorted by relevance
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H
A
D
service_reverse_stub_test.cpp
386
bool
fdFlag
= true;
in HWTEST_F()
local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H
A
D
service_incremental_reverse_proxy.cpp
31
bool
fdFlag
= true;
in IncrementalBackupOnFileReady()
local
221
bool
fdFlag
= (fd < 0 || manifestFd < 0) ? false : true;
in IncrementalRestoreOnFileReady()
local
H
A
D
service_reverse_proxy.cpp
30
bool
fdFlag
= fd < 0 ? false : true;
in BackupOnFileReady()
local
195
bool
fdFlag
= fd < 0 ? false : true;
in RestoreOnFileReady()
local
H
A
D
svc_extension_proxy.cpp
52
bool
fdFlag
= reply.ReadBool();
in GetFileHandle()
local
H
A
D
service_stub.cpp
214
bool
fdFlag
= data.ReadBool();
in CmdAppFileReady()
local
611
bool
fdFlag
= data.ReadBool();
in CmdAppIncrementalFileReady()
local
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H
A
D
service_incremental_proxy.cpp
264
bool
fdFlag
= (fd < 0 || manifestFd < 0) ? false : true;
in AppIncrementalFileReady()
local
H
A
D
service_reverse_stub.cpp
119
bool
fdFlag
= data.ReadBool();
in CmdBackupOnFileReady()
local
195
bool
fdFlag
= data.ReadBool();
in CmdRestoreOnFileReady()
local
236
bool
fdFlag
= data.ReadBool();
in CmdIncrementalBackupOnFileReady()
local
314
bool
fdFlag
= data.ReadBool();
in CmdIncrementalRestoreOnFileReady()
local
H
A
D
service_proxy.cpp
169
bool
fdFlag
= fd < 0 ? false : true;
in AppFileReady()
local
/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H
A
D
backupservicestub_fuzzer.cpp
169
bool
fdFlag
= TypeCast<bool>(data + pos, &pos);
in CmdAppFileReadyFuzzTest()
local
502
bool
fdFlag
= TypeCast<bool>(data + pos, &pos);
in CmdAppIncrementalFileReadyFuzzTest()
local
Completed in 9 milliseconds