Lines Matching refs:EventManager

23 #define LOG_TAG "EventManager"
30 EventManager::EventManager(IContext *env)
34 void EventManager::RegisterListener(const RegisterListenerEvent &event)
54 void EventManager::UnregisterListener(const UnregisterListenerEvent &event)
63 void EventManager::EnableCooperate(const EnableCooperateEvent &event)
75 void EventManager::DisableCooperate(const DisableCooperateEvent &event)
87 void EventManager::StartCooperate(const StartCooperateEvent &event)
98 void EventManager::StartCooperateFinish(const DSoftbusStartCooperateFinished &event)
114 void EventManager::RemoteStart(const DSoftbusStartCooperate &event)
120 void EventManager::RemoteStartFinish(const DSoftbusStartCooperateFinished &event)
134 void EventManager::OnUnchain(const StopCooperateEvent &event)
140 void EventManager::StopCooperate(const StopCooperateEvent &event)
150 void EventManager::StopCooperateFinish(const DSoftbusStopCooperateFinished &event)
166 void EventManager::RemoteStop(const DSoftbusStopCooperate &event)
171 void EventManager::RemoteStopFinish(const DSoftbusStopCooperateFinished &event)
176 void EventManager::OnProfileChanged(const DDPCooperateSwitchChanged &event)
185 void EventManager::OnSoftbusSessionClosed(const DSoftbusSessionClosed &event)
191 void EventManager::GetCooperateState(const CooperateStateNotice &notice)
197 void EventManager::OnCooperateMessage(CoordinationMessage msg, const std::string &networkId)
215 void EventManager::OnClientDied(const ClientDiedEvent &event)
230 void EventManager::NotifyCooperateMessage(const CooperateNotice &notice)
245 void EventManager::NotifyCooperateState(const CooperateStateNotice &notice)