Home
last modified time | relevance | path

Searched refs:MainLoop (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.cpp35 void NfcWatchDog::MainLoop() in MainLoop() function in OHOS::NFC::NfcWatchDog
65 thread_ = std::make_unique<std::thread>([this]() { this->MainLoop(); }); in Run()
H A Dnfc_watch_dog.h33 void MainLoop();
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dkswapd_observer.h36 // run MainLoop on handler thread
41 void MainLoop(void);
H A Dmemory_pressure_observer.h76 // run MainLoop on handler thread
89 void MainLoop(void);
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dtimeout_timer.cpp30 thread_ = std::make_unique<std::thread>(&TimeoutTimer::MainLoop, this); in TimeoutTimer()
93 void TimeoutTimer::MainLoop() in MainLoop() function in OHOS::Sharing::TimeoutTimer
H A Dtimeout_timer.h38 void MainLoop();
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp28 m_thread = thread(&MsgHandleLoop::MainLoop, this); in MsgHandleLoop()
113 void MsgHandleLoop::MainLoop() in MainLoop() function in MsgHandleLoop
H A Dmsg_handle_loop.h51 void MainLoop();
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp28 this->MainLoop(); in MsgHandleLoop()
114 void MsgHandleLoop::MainLoop() in MainLoop() function in OHOS::ImagePlugin::MsgHandleLoop
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp57 // 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 Dmemory_pressure_observer.cpp57 // 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 Dmsg_handle_loop.h48 void MainLoop();
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter_loop.h69 void MainLoop();
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp31 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