Home
last modified time | relevance | path

Searched refs:MainLoop (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.cpp35 void NfcWatchDog::MainLoop() in MainLoop() function in OHOS::NFC::NfcWatchDog
68 thread_ = std::make_unique<std::thread>([this]() { this->MainLoop(); }); in Run()
H A Dnfc_watch_dog.h33 void MainLoop();
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp59 handler_->PostImmediateTask([this] { this->MainLoop(); }); in Init()
90 void KswapdObserver::MainLoop(void) in MainLoop() function in OHOS::Memory::KswapdObserver
H A Dmemory_pressure_observer.cpp58 handler_->PostImmediateTask([this] { this->MainLoop(); }); in Init()
150 void MemoryPressureObserver::MainLoop(void) in MainLoop() function in OHOS::Memory::MemoryPressureObserver
/ohos5.0/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();
/ohos5.0/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
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dmain.cpp215 controlExecutor.MainLoop(CONTROL_SOCKET_NAME); in HilogdEntry()
220 outputExecutor.MainLoop(OUTPUT_SOCKET_NAME); in HilogdEntry()
H A Dcmd_executor.cpp48 void CmdExecutor::MainLoop(const std::string& socketName) in MainLoop() function in OHOS::HiviewDFX::CmdExecutor
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dkswapd_observer.h41 void MainLoop(void);
H A Dmemory_pressure_observer.h89 void MainLoop(void);
/ohos5.0/docs/zh-cn/application-dev/basic-services/update/
H A Dsample-server-guidelines.md119 MainLoop函数:每隔100ms调用一次
121 int MainLoop();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp44 std::thread loop_thread([this] { this->MainLoop(); }); in Setup()
147 void Timer::MainLoop() in MainLoop() function in OHOS::Utils::Timer
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dcmd_executor.h42 void MainLoop(const std::string& sockName);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h48 void MainLoop();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h117 void MainLoop();
/ohos5.0/docs/en/application-dev/basic-services/update/
H A Dsample-server-guidelines.md119 MainLoop: invoked every 100 ms.
121 int MainLoop();
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp600 void MainLoop();
628 void Timer::MainLoop() in MainLoop() function in OHOS::__anon7e5fee520110::Timer
654 std::thread loopThread(std::bind(&Timer::MainLoop, this)); in Setup()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp731 void MainLoop();
761 void Timer::MainLoop() in MainLoop() function in OHOS::__anond27b26990110::Timer
788 std::thread loopThread(std::bind(&Timer::MainLoop, this)); in Setup()