Home
last modified time | relevance | path

Searched refs:isCollectingEvents_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp45 : collectThreadID_(-1), isCollectingEvents_(false), isStartCollectEventThread_(false) in DistributedInputHandler()
163 isCollectingEvents_ = true; in InitCollectEventsThread()
170 isCollectingEvents_ = false; in InitCollectEventsThread()
198 while (isCollectingEvents_) { in StartInputMonitorDeviceThread()
209 isCollectingEvents_ = false; in StartInputMonitorDeviceThread()
240 isCollectingEvents_ = false; in StopInputMonitorDeviceThread()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp40 isCollectingEvents_(false), isStartGetDeviceHandlerThread(false), inputTypes_(0)
88 isCollectingEvents_ = true; in InitCollectEventsThread()
95 isCollectingEvents_ = false; in InitCollectEventsThread()
120 while (isCollectingEvents_) { in StartCollectEventsThread()
156 isCollectingEvents_ = false; in StopCollectEventsThread()
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h62 bool isCollectingEvents_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h71 bool isCollectingEvents_; variable