/ohos5.0/foundation/communication/nfc/services/src/utils/ |
H A D | nfc_watch_dog.cpp | 35 void NfcWatchDog::MainLoop() in MainLoop() function in OHOS::NFC::NfcWatchDog 68 thread_ = std::make_unique<std::thread>([this]() { this->MainLoop(); }); in Run()
|
H A D | nfc_watch_dog.h | 33 void MainLoop();
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | kswapd_observer.cpp | 59 handler_->PostImmediateTask([this] { this->MainLoop(); }); in Init() 90 void KswapdObserver::MainLoop(void) in MainLoop() function in OHOS::Memory::KswapdObserver
|
H A D | memory_pressure_observer.cpp | 58 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 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();
|
/ohos5.0/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
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | main.cpp | 215 controlExecutor.MainLoop(CONTROL_SOCKET_NAME); in HilogdEntry() 220 outputExecutor.MainLoop(OUTPUT_SOCKET_NAME); in HilogdEntry()
|
H A D | cmd_executor.cpp | 48 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 D | kswapd_observer.h | 41 void MainLoop(void);
|
H A D | memory_pressure_observer.h | 89 void MainLoop(void);
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/update/ |
H A D | sample-server-guidelines.md | 119 MainLoop函数:每隔100ms调用一次 121 int MainLoop();
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer.cpp | 44 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 D | cmd_executor.h | 42 void MainLoop(const std::string& sockName);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | msg_handle_loop.h | 48 void MainLoop();
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | timer.h | 117 void MainLoop();
|
/ohos5.0/docs/en/application-dev/basic-services/update/ |
H A D | sample-server-guidelines.md | 119 MainLoop: invoked every 100 ms. 121 int MainLoop();
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 600 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 D | event_benchmark_test.cpp | 731 void MainLoop(); 761 void Timer::MainLoop() in MainLoop() function in OHOS::__anond27b26990110::Timer 788 std::thread loopThread(std::bind(&Timer::MainLoop, this)); in Setup()
|