Lines Matching refs:ImCommonEventManager

33 sptr<ImCommonEventManager> ImCommonEventManager::instance_;
34 std::mutex ImCommonEventManager::instanceLock_;
40 ImCommonEventManager::ImCommonEventManager()
44 ImCommonEventManager::~ImCommonEventManager()
48 sptr<ImCommonEventManager> ImCommonEventManager::GetInstance()
54 instance_ = new ImCommonEventManager();
60 bool ImCommonEventManager::SubscribeEvent()
96 bool ImCommonEventManager::SubscribeKeyboardEvent(KeyHandle handle)
98 IMSA_HILOGI("ImCommonEventManager::SubscribeKeyboardEvent start.");
121 bool ImCommonEventManager::SubscribeWindowManagerService(const Handler &handler)
146 bool ImCommonEventManager::SubscribeMemMgrService(const Handler &handler)
170 bool ImCommonEventManager::SubscribeAccountManagerService(Handler handler)
194 bool ImCommonEventManager::UnsubscribeEvent()
199 ImCommonEventManager::EventSubscriber::EventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo)
236 void ImCommonEventManager::EventSubscriber::OnReceiveEvent(const EventFwk::CommonEventData &data)
240 IMSA_HILOGI("ImCommonEventManager::action: %{public}s!", action.c_str());
247 void ImCommonEventManager::EventSubscriber::StopUser(const CommonEventData &data)
252 void ImCommonEventManager::EventSubscriber::StartUser(const CommonEventData &data)
257 void ImCommonEventManager::EventSubscriber::RemoveUser(const CommonEventData &data)
262 void ImCommonEventManager::EventSubscriber::HandleUserEvent(int32_t messageId, const EventFwk::CommonEventData &data)
279 void ImCommonEventManager::EventSubscriber::OnBundleScanFinished(const EventFwk::CommonEventData &data)
281 IMSA_HILOGI("ImCommonEventManager start.");
296 void ImCommonEventManager::EventSubscriber::RemovePackage(const CommonEventData &data)
301 void ImCommonEventManager::EventSubscriber::AddPackage(const EventFwk::CommonEventData &data)
306 void ImCommonEventManager::EventSubscriber::ChangePackage(const EventFwk::CommonEventData &data)
311 void ImCommonEventManager::EventSubscriber::HandlePackageEvent(int32_t messageId, const EventFwk::CommonEventData &data)
351 void ImCommonEventManager::EventSubscriber::HandleBootCompleted(const EventFwk::CommonEventData &data)
360 ImCommonEventManager::SystemAbilityStatusChangeListener::SystemAbilityStatusChangeListener(std::function<void()> func)
365 void ImCommonEventManager::SystemAbilityStatusChangeListener::OnAddSystemAbility(int32_t systemAbilityId,
379 void ImCommonEventManager::SystemAbilityStatusChangeListener::OnRemoveSystemAbility(int32_t systemAbilityId,
384 int32_t ImCommonEventManager::PublishPanelStatusChangeEvent(