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:RemoveSelf
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H
A
D
quick_fix_manager_apply_task.cpp
94
applyTask_->
RemoveSelf
();
130
applyTask_->
RemoveSelf
();
166
applyTask_->
RemoveSelf
();
244
applyTask_->
RemoveSelf
();
257
applyTask_->
RemoveSelf
();
278
applyTask_->
RemoveSelf
();
283
applyTask_->
RemoveSelf
();
348
RemoveSelf
();
in HandlePatchDeployed()
385
RemoveSelf
();
in HandlePatchDeleted()
394
RemoveSelf
();
in PostDeployQuickFixTask()
804
void QuickFixManagerApplyTask::
RemoveSelf
()
RemoveSelf()
function in OHOS::AAFwk::QuickFixManagerApplyTask
[all...]
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H
A
D
quick_fix_manager_apply_task.h
52
void
RemoveSelf
();
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
element.cpp
131
focusNode->
RemoveSelf
();
in DeactivateChild()
143
focusNode->
RemoveSelf
();
in DetachChild()
/foundation/arkui/ace_engine/frameworks/core/focus/
H
A
D
focus_node.h
127
void
RemoveSelf
();
H
A
D
focus_node.cpp
339
void FocusNode::
RemoveSelf
()
in RemoveSelf()
function in OHOS::Ace::FocusNode
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H
A
D
quick_fix_manager_apply_task_test.cpp
719
applyTask->
RemoveSelf
();
in HWTEST_F()
735
applyTask->
RemoveSelf
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
focus_hub.h
529
void
RemoveSelf
(BlurReason reason = BlurReason::FRAME_DESTROY);
820
RemoveSelf
(BlurReason::FOCUS_SWITCH);
in SetFocusType()
H
A
D
focus_hub.cpp
450
void FocusHub::
RemoveSelf
(BlurReason reason)
in RemoveSelf()
function in OHOS::Ace::NG::FocusHub
495
RemoveSelf
(reason);
in RemoveChild()
562
RemoveSelf
(BlurReason::FOCUS_SWITCH);
in SetFocusable()
620
RemoveSelf
(BlurReason::FOCUS_SWITCH);
643
RemoveSelf
(BlurReason::FOCUS_SWITCH);
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
list_element.cpp
449
focusNode->
RemoveSelf
();
in ReleaseRecycledListItem()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
focus_hub_test_ng.cpp
166
* @tc.desc: Create FocusHub and invoke
RemoveSelf
.
193
focusHub->
RemoveSelf
();
in HWTEST_F()
1087
* @tc.steps: step4. Test RemoveChild and parentFocusHub
RemoveSelf
.
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
1322
focusHub->
RemoveSelf
();
in OnDetachFromMainTree()
Completed in 24 milliseconds