Home
last modified time | relevance | path

Searched refs:stop_ (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/base/
Devent_dispatch_queue.cpp32 : stop_(false), isRunning_(false), threadName_(name), type_(type), context_(context) in EventDispatchQueue()
54 if (stop_) { in Run()
70 if (stop_) { in Run()
95 stop_ = true; in Stop()
/base/update/updater/services/ui/view/component/
Dimg_view_adapter.cpp32 : animator_(nullptr), stop_(true) in ImgAnimatorCallback()
48 if (stop_) { in Callback()
56 stop_ = false; in Start()
61 stop_ = true; in Stop()
70 bool stop_; member in Updater::ImgViewAdapter::ImgAnimatorCallback
/base/hiviewdfx/hiview/base/include/
Devent_dispatch_queue.h48 volatile bool stop_; variable
/base/update/updater/services/script/threadpool/
Dthread_pool.h68 std::atomic<bool> stop_ = { false }; variable
Dthreadpool.cpp66 while (!stop_) { in ThreadRun()
82 stop_ = true; in ~ThreadPool()
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_kits.cpp50 stop_ = true; in ResetService()
54 stop_ = false; in ResetService()
96 if (stop_) { in ReAddWatcher()
Dwatcher_manager_kits.h123 std::atomic<bool> stop_ { false };
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_ability.h83 bool stop_ = false; variable
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp42 InputMethodAbility::InputMethodAbility() : msgHandler(nullptr), stop_(false) {} in InputMethodAbility()
173 while (!stop_) { in WorkThread()
673 stop_ = true; in QuitWorkThread()
/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp242 while (!stop_) { in RunLoop()
244 if (stop_) { in RunLoop()
312 if (stop_) { in GetServerFd()
339 stop_ = true; in StopLoop()
Dwatcher_manager.h123 std::atomic<bool> stop_ { false };
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h489 bool stop_; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp45 InputMethodController::InputMethodController() : msgHandler_(nullptr), stop_(false) in InputMethodController()
191 while (!stop_) { in WorkThread()
365 stop_ = true; in QuitWorkThread()