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:isRemove
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H
A
D
softbus_handler_asset.h
72
void RemoveFile(const std::string &path, bool
isRemove
= true);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_handler_asset.cpp
590
void SoftBusHandlerAsset::RemoveFile(const std::string &path, bool
isRemove
)
in RemoveFile()
argument
593
if (!
isRemove
) {
in RemoveFile()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navigation_stack.cpp
315
//
isRemove
true, set destination info, false, current destination create failed
in CreateNodeByIndex()
316
bool
isRemove
= RemoveDestinationIfNeeded(pathInfo, errorCode, index);
in CreateNodeByIndex()
local
317
if (!
isRemove
) {
in CreateNodeByIndex()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
hap_module_info.cpp
549
bool
isRemove
= parcel.ReadBool();
in ReadFromParcel()
local
550
isRemovable[key] =
isRemove
;
in ReadFromParcel()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_connect_manager.cpp
2223
bool
isRemove
= false;
in HandleAbilityDiedTask()
local
2229
isRemove
= true;
in HandleAbilityDiedTask()
2236
isRemove
= true;
in HandleAbilityDiedTask()
2242
if (
isRemove
) {
in HandleAbilityDiedTask()
Completed in 16 milliseconds