/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/ |
H A D | text_clock_controller.h | 38 stop_ = std::move(statusCallback); in OnStop() 50 if (stop_) { in Stop() 51 stop_(); in Stop() 57 return start_ && stop_; in HasInitialized() 62 StatusCallback stop_; variable
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 33 : animator_(nullptr), stop_(true) in ImgAnimatorCallback() 49 if (stop_) { in Callback() 57 stop_ = false; in Start() 62 stop_ = true; in Stop() 71 bool stop_; member in Updater::ImgViewAdapter::ImgAnimatorCallback
|
/ohos5.0/base/powermgr/battery_manager/charger/include/ |
H A D | charger_animation.h | 78 if (stop_) { in Callback() 89 stop_ = false; in Start() 95 stop_ = true; in Stop() 127 bool stop_; variable
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.cpp | 47 if (stop_ == false) { in CleanBuffers() 69 } while (!stop_ && sb == nullptr); in GetBuffer() 72 if (stop_) { in GetBuffer() 177 stop_ = true; in NotifyStop() 183 stop_ = false; in NotifyStart()
|
H A D | stream_tunnel.h | 67 std::atomic<bool> stop_ = false; variable
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 179 return !idleList_.empty() || stop_; in AcquireBuffer() 193 return !idleList_.empty() || stop_; in AcquireBuffer() 251 stop_ = true; in NotifyStop() 258 stop_ = false; in NotifyStart()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/ |
H A D | stream_tunnel.cpp | 50 if (stop_ == false) { in CleanBuffers() 82 } while (!stop_ && sfError == OHOS::SURFACE_ERROR_NO_BUFFER); in GetBuffer() 87 if (stop_) { in GetBuffer() 208 stop_ = true; in NotifyStop() 214 stop_ = false; in NotifyStart()
|
H A D | stream_tunnel.h | 72 std::atomic<bool> stop_ = false; variable
|
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/src/ |
H A D | epoll_request_handler.cpp | 35 stop_ = true; in ~EpollRequestHandler() 64 while (!stop_) { in WorkingThread()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | mock_iability_monitor.cpp | 30 stop_ = false; in MockIabilityMonitor() 57 stop_ = true; in OnAbilityStop()
|
H A D | mock_iability_monitor.h | 54 bool stop_; variable
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/ |
H A D | app_domain_verify_task_mgr.cpp | 81 this->stop_ = true; in ~AppDomainVerifyTaskMgr() 96 while (!this->stop_) { in Init() 104 while (tasks_.empty() && !this->stop_) { in Init()
|
/ohos5.0/base/update/updater/services/script/threadpool/ |
H A D | threadpool.cpp | 77 while (!stop_) { in ThreadRun() 92 stop_ = true; in ~ThreadPool()
|
H A D | thread_pool.h | 71 std::atomic<bool> stop_ = { false }; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/ |
H A D | audio_encoder_filter_unitest.cpp | 80 return stop_; in Stop() 132 int32_t stop_ = 0; member in OHOS::Media::Pipeline::MediaCodecMock 279 mediaCodecMock->stop_ = 1; 283 mediaCodecMock->stop_ = 0;
|
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoll_request_handler.h | 42 std::atomic_bool stop_ = false; variable
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
H A D | app_domain_verify_task_mgr.h | 50 bool stop_ = false; variable
|
/ohos5.0/base/startup/init/services/param/watcher/agent/ |
H A D | watcher_manager_kits.cpp | 51 stop_ = true; in ResetService() 55 stop_ = false; in ResetService() 97 if (stop_) { in ReAddWatcher()
|
H A D | watcher_manager_kits.h | 123 std::atomic<bool> stop_ { false };
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_pool.h | 57 std::atomic_bool stop_ = false; variable
|
/ohos5.0/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 266 while (!stop_) { in RunLoop() 268 if (stop_) { in RunLoop() 336 if (stop_) { in GetServerFd() 363 stop_ = true; in StopLoop()
|
H A D | watcher_manager.h | 123 std::atomic<bool> stop_ { false };
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 207 std::atomic<bool> stop_{false};
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 107 bool stop_ = false; variable
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | input_method_system_ability.h | 152 bool stop_ = false; variable
|