Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp51 if (eventInjectThread_.joinable()) { in ~DistributedInputNodeManager()
52 eventInjectThread_.join(); in ~DistributedInputNodeManager()
466 eventInjectThread_ = std::thread([this]() { this->InjectEvent(); }); in StartInjectThread()
478 if (eventInjectThread_.joinable()) { in StopInjectThread()
479 eventInjectThread_.join(); in StopInjectThread()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h123 std::thread eventInjectThread_; variable