Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp38 isNodeMonitorCbReg_(false), isSimulationEventCbReg_(false), isSharingDhIdsReg_(false), in DistributedInputClient()
154 DistributedInputClient::GetInstance().isSimulationEventCbReg_.store(false); in ProcessEvent()
170 isSimulationEventCbReg_.load()); in CheckSourceRegisterCallback()
244 if (!isSimulationEventCbReg_.load() && regSimulationEventListener_ != nullptr) { in CheckKeyStateCallback()
246 isSimulationEventCbReg_.store(true); in CheckKeyStateCallback()
613 isSimulationEventCbReg_.store(false); in RegisterSimulationEventListener()
620 isSimulationEventCbReg_.store(true); in RegisterSimulationEventListener()
623 isSimulationEventCbReg_.store(false); in RegisterSimulationEventListener()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h199 std::atomic<bool> isSimulationEventCbReg_; variable