Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp244 if (!isSimulationEventCbReg_.load() && regSimulationEventListener_ != nullptr) { in CheckKeyStateCallback()
245 …er::GetInstance().dInputSourceProxy_->RegisterSimulationEventListener(regSimulationEventListener_); in CheckKeyStateCallback()
299 regSimulationEventListener_ = nullptr; in ReleaseSource()
614 regSimulationEventListener_ = listener; in RegisterSimulationEventListener()
624 regSimulationEventListener_ = listener; in RegisterSimulationEventListener()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h189 sptr<ISimulationEventListener> regSimulationEventListener_ = nullptr; variable