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:RemoveOrphan
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H
A
D
eventqueueannex_fuzzer.cpp
70
eventQueue.
RemoveOrphan
();
in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_queue_base.h
73
void
RemoveOrphan
() override;
297
LOCAL_API void
RemoveOrphan
(const RemoveFilter &filter);
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
event_queue.h
143
virtual void
RemoveOrphan
() {};
in RemoveOrphan()
function in OHOS::AppExecFwk::EventQueue
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_handler.cpp
83
eventRunner_->GetEventQueue()->
RemoveOrphan
();
in ~EventHandler()
86
eventRunner_->GetEventQueue()->
RemoveOrphan
();
in ~EventHandler()
H
A
D
event_queue_base.cpp
175
void EventQueueBase::
RemoveOrphan
()
in RemoveOrphan()
function in OHOS::AppExecFwk::EventQueueBase
181
RemoveOrphan
(filter);
in RemoveOrphan()
287
void EventQueueBase::
RemoveOrphan
(const RemoveFilter &filter)
in RemoveOrphan()
function in OHOS::AppExecFwk::EventQueueBase
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_event_queue_test.cpp
1820
queue->
RemoveOrphan
();
in HWTEST_F()
1824
* @tc.name:
RemoveOrphan
1825
* @tc.desc:
RemoveOrphan
test
1832
queue->
RemoveOrphan
();
in HWTEST_F()
Completed in 7 milliseconds