Home
last modified time | relevance | path

Searched refs:clientDestroy_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.cpp42 clientDestroy_ = true; in ~MonitorClient()
105 CHECK_AND_RETURN_RET(!clientDestroy_, MSERR_OK); in StartClick()
146 return objSet_.empty() || !isVaildProxy_ || clientDestroy_; in ClickThread()
149 CHECK_AND_RETURN_LOG(!clientDestroy_, "clientDestroy, Normal exit"); in ClickThread()
176 return objSet_.empty() || clientDestroy_; in ClickThreadCtrl()
178 if (objSet_.empty() || clientDestroy_) { in ClickThreadCtrl()
181 objSet_.size(), clientDestroy_.load()); in ClickThreadCtrl()
H A Dmonitor_client.h49 std::atomic<bool> clientDestroy_ = false; variable