Home
last modified time | relevance | path

Searched refs:collectThreadID_ (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()
164 collectThreadID_ = -1; in InitCollectEventsThread()
165 int32_t ret = pthread_create(&collectThreadID_, &attr, CollectEventsThread, this); in InitCollectEventsThread()
169 collectThreadID_ = -1; in InitCollectEventsThread()
243 if (collectThreadID_ != (pthread_t)(-1)) { in StopInputMonitorDeviceThread()
245 pthread_join(collectThreadID_, NULL); in StopInputMonitorDeviceThread()
246 collectThreadID_ = (pthread_t)(-1); in StopInputMonitorDeviceThread()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp39 DistributedInputCollector::DistributedInputCollector() : mEventBuffer{}, collectThreadID_(-1), in DistributedInputCollector()
89 collectThreadID_ = -1; in InitCollectEventsThread()
90 int32_t ret = pthread_create(&collectThreadID_, &attr, CollectEventsThread, this); in InitCollectEventsThread()
94 collectThreadID_ = -1; in InitCollectEventsThread()
163 if (collectThreadID_ != (pthread_t)(-1)) { in StopCollectEventsThread()
165 pthread_join(collectThreadID_, NULL); in StopCollectEventsThread()
166 collectThreadID_ = (pthread_t)(-1); in StopCollectEventsThread()
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h61 pthread_t collectThreadID_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h70 pthread_t collectThreadID_; variable