Home
last modified time | relevance | path

Searched refs:AddSimEventListenerToCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Dmock_samanager.cpp106 void DInputSAManager::AddSimEventListenerToCache(sptr<ISimulationEventListener> listener) in AddSimEventListenerToCache() function in OHOS::DistributedHardware::DistributedInput::DInputSAManager
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddinput_sa_manager.h51 void AddSimEventListenerToCache(sptr<ISimulationEventListener> listener);
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddinput_sa_manager.cpp320 void DInputSAManager::AddSimEventListenerToCache(sptr<ISimulationEventListener> listener) in AddSimEventListenerToCache() function in OHOS::DistributedHardware::DistributedInput::DInputSAManager
H A Ddistributed_input_client.cpp621 DInputSAManager::GetInstance().AddSimEventListenerToCache(listener); in RegisterSimulationEventListener()