Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Dmock_samanager.cpp109 void DInputSAManager::RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener) in RemoveSimEventListenerFromCache() function in OHOS::DistributedHardware::DistributedInput::DInputSAManager
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddinput_sa_manager.h52 void RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener);
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddinput_sa_manager.cpp328 void DInputSAManager::RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener) in RemoveSimEventListenerFromCache() function in OHOS::DistributedHardware::DistributedInput::DInputSAManager
H A Ddistributed_input_client.cpp646 DInputSAManager::GetInstance().RemoveSimEventListenerFromCache(listener); in UnregisterSimulationEventListener()