Home
last modified time | relevance | path

Searched refs:stopWhenEmpty_ (Results 1 - 4 of 4) sorted by relevance

/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()
146 stopWhenEmpty_ = 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()
146 stopWhenEmpty_ = true; in StopSafty()
157 if (stop_ || stopWhenEmpty_) { in IsQuiting()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dhandler.h57 bool stopWhenEmpty_; member in OHOS::CastEngine::CastEngineService::Handler
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dhandler.h57 bool stopWhenEmpty_; member in OHOS::CastEngine::CastEngineService::Handler

Completed in 2 milliseconds