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:MainLoop
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/nfc/services/src/utils/
H
A
D
nfc_watch_dog.cpp
35
void NfcWatchDog::
MainLoop
()
in MainLoop()
function in OHOS::NFC::NfcWatchDog
65
thread_ = std::make_unique<std::thread>([this]() { this->
MainLoop
(); });
in Run()
H
A
D
nfc_watch_dog.h
33
void
MainLoop
();
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H
A
D
kswapd_observer.h
36
// run
MainLoop
on handler thread
41
void
MainLoop
(void);
H
A
D
memory_pressure_observer.h
76
// run
MainLoop
on handler thread
89
void
MainLoop
(void);
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
timeout_timer.cpp
30
thread_ = std::make_unique<std::thread>(&TimeoutTimer::
MainLoop
, this);
in TimeoutTimer()
93
void TimeoutTimer::
MainLoop
()
in MainLoop()
function in OHOS::Sharing::TimeoutTimer
H
A
D
timeout_timer.h
38
void
MainLoop
();
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
msg_handle_loop.cpp
28
m_thread = thread(&MsgHandleLoop::
MainLoop
, this);
in MsgHandleLoop()
113
void MsgHandleLoop::
MainLoop
()
in MainLoop()
function in MsgHandleLoop
H
A
D
msg_handle_loop.h
51
void
MainLoop
();
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
msg_handle_loop.cpp
28
this->
MainLoop
();
in MsgHandleLoop()
114
void MsgHandleLoop::
MainLoop
()
in MainLoop()
function in OHOS::ImagePlugin::MsgHandleLoop
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H
A
D
kswapd_observer.cpp
57
// call
MainLoop
at handler thread
in Init()
59
handler_->PostImmediateTask([this] { this->
MainLoop
(); });
in Init()
60
HILOGD("call
MainLoop
at handler thread");
in Init()
90
void KswapdObserver::
MainLoop
(void)
in MainLoop()
function in OHOS::Memory::KswapdObserver
H
A
D
memory_pressure_observer.cpp
57
// call
MainLoop
at handler thread
in Init()
58
handler_->PostImmediateTask([this] { this->
MainLoop
(); });
in Init()
59
HILOGI("call
MainLoop
at handler thread");
in Init()
150
void MemoryPressureObserver::
MainLoop
(void)
in MainLoop()
function in OHOS::Memory::MemoryPressureObserver
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
msg_handle_loop.h
48
void
MainLoop
();
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H
A
D
filter_loop.h
69
void
MainLoop
();
/foundation/multimedia/media_foundation/src/filter/
H
A
D
filter_loop.cpp
31
loopThread_ = make_unique<thread>(&FilterLoop::
MainLoop
, this);
in FilterLoop()
132
void FilterLoop::
MainLoop
()
in MainLoop()
function in OHOS::Media::Pipeline::FilterLoop
134
MEDIA_LOG_I("
MainLoop
begin");
in MainLoop()
199
MEDIA_LOG_I("
MainLoop
exit");
in MainLoop()
Completed in 4 milliseconds