Home
last modified time | relevance | path

Searched refs:stop_ (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Dtext_clock_controller.h38 stop_ = std::move(statusCallback); in OnStop()
50 if (stop_) { in Stop()
51 stop_(); in Stop()
57 return start_ && stop_; in HasInitialized()
62 StatusCallback stop_; member in OHOS::Ace::TextClockController
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp24 Handler::Handler() : stop_(false), stopWhenEmpty_(false) in Handler()
31 if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->stop_) { in Handler()
39 if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->stop_) { in Handler()
65 stop_ = true; in ~Handler()
148 stop_ = true; in StopSafty()
157 if (stop_ || stopWhenEmpty_) { in IsQuiting()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp24 Handler::Handler() : stop_(false), stopWhenEmpty_(false) in Handler()
31 if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->stop_) { in Handler()
39 if ((this->stopWhenEmpty_ && this->msgQueue_.empty()) || this->stop_) { in Handler()
65 stop_ = true; in ~Handler()
148 stop_ = true; in StopSafty()
157 if (stop_ || stopWhenEmpty_) { in IsQuiting()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dvideo_sink_decoder_demo.cpp91 while (!stop_) { in PlayThread()
110 while (!stop_) { in ProcessVideoData()
125 if (stop_) { in ProcessVideoData()
139 stop_ = false; in StartPlayThread()
155 stop_ = true; in StopPlayThread()
178 std::atomic<bool> stop_ = true; member in OHOS::Sharing::VideoSinkDecoderDemo
/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_request_handler.cpp35 stop_ = true; in ~EpollRequestHandler()
67 while (!stop_) { in WorkingThread()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_iability_monitor.cpp30 stop_ = false; in MockIabilityMonitor()
57 stop_ = true; in OnAbilityStop()
H A Dmock_iability_monitor.h54 bool stop_; member in OHOS::AppExecFwk::MockIabilityMonitor
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp81 this->stop_ = true; in ~AppDomainVerifyTaskMgr()
96 while (!this->stop_) { in Init()
104 while (tasks_.empty() && !this->stop_) { in Init()
/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoll_request_handler.h43 std::atomic_bool stop_ = false; member in OHOS::NetStack::HttpOverCurl::EpollRequestHandler
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dhandler.h56 bool stop_; member in OHOS::CastEngine::CastEngineService::Handler
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dhandler.h56 bool stop_; member in OHOS::CastEngine::CastEngineService::Handler
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dapp_domain_verify_task_mgr.h50 bool stop_ = false; member in OHOS::AppDomainVerify::AppDomainVerifyTaskMgr
/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/
H A Daudio_encoder_filter_unitest.cpp80 return stop_; in Stop()
132 int32_t stop_ = 0; member in OHOS::Media::Pipeline::MediaCodecMock
279 mediaCodecMock->stop_ = 1; in HWTEST_F()
283 mediaCodecMock->stop_ = 0; in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp941 EXPECT_FALSE(mockMonitor->stop_); in HWTEST_F()
980 EXPECT_TRUE(mockMonitor->stop_); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp1352 EXPECT_FALSE(mockMonitor->stop_); in HWTEST_F()
1392 EXPECT_TRUE(mockMonitor->stop_); in HWTEST_F()

Completed in 10 milliseconds