Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h242 std::atomic<bool> isStartCollectEvent_; variable
H A Dinput_hub.cpp51 inputTypes_(0), isStartCollectEvent_(false), isStartCollectHandler_(false)
157 isStartCollectEvent_ = true; in StartCollectInputEvents()
158 while (isStartCollectEvent_) { in StartCollectInputEvents()
177 isStartCollectEvent_ = false; in StopCollectInputEvents()