Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp40 isCollectingEvents_(false), isStartGetDeviceHandlerThread(false), inputTypes_(0)
75 if (!isStartGetDeviceHandlerThread) { in StartCollectionThread()
77 isStartGetDeviceHandlerThread = true; in StartCollectionThread()
157 isStartGetDeviceHandlerThread = false; in StopCollectEventsThread()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h72 bool isStartGetDeviceHandlerThread; variable