Home
last modified time | relevance | path

Searched refs:ImCommonEventManager (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp33 sptr<ImCommonEventManager> ImCommonEventManager::instance_;
34 std::mutex ImCommonEventManager::instanceLock_;
40 ImCommonEventManager::ImCommonEventManager() in ImCommonEventManager() function in OHOS::MiscServices::ImCommonEventManager
44 ImCommonEventManager::~ImCommonEventManager() in ~ImCommonEventManager()
48 sptr<ImCommonEventManager> ImCommonEventManager::GetInstance() in GetInstance()
54 instance_ = new ImCommonEventManager(); in GetInstance()
60 bool ImCommonEventManager::SubscribeEvent() in SubscribeEvent()
98 bool ImCommonEventManager::SubscribeKeyboardEvent(KeyHandle handle) in SubscribeKeyboardEvent()
148 bool ImCommonEventManager::SubscribeMemMgrService(const Handler &handler) in SubscribeMemMgrService()
196 bool ImCommonEventManager::UnsubscribeEvent() in UnsubscribeEvent()
[all …]
H A Dinput_method_system_ability.cpp224 sptr<ImCommonEventManager> imCommonEventManager = ImCommonEventManager::GetInstance(); in SubscribeCommonEvent()
533 auto commonEventManager = ImCommonEventManager::GetInstance(); in PanelStatusChange()
535 …auto ret = ImCommonEventManager::GetInstance()->PublishPanelStatusChangeEvent(userId, status, info… in PanelStatusChange()
1442 …return ImCommonEventManager::GetInstance()->SubscribeAccountManagerService([this]() { HandleOsAcco… in InitAccountMonitor()
1448 bool ret = ImCommonEventManager::GetInstance()->SubscribeKeyboardEvent( in InitKeyEventMonitor()
1455 …return ImCommonEventManager::GetInstance()->SubscribeWindowManagerService([this]() { HandleWmsStar… in InitWmsMonitor()
1460 …return ImCommonEventManager::GetInstance()->SubscribeMemMgrService([this]() { HandleMemStarted(); … in InitMemMgrMonitor()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dim_common_event_manager.h37 class ImCommonEventManager : public RefBase {
39 ImCommonEventManager();
40 ~ImCommonEventManager();
41 static sptr<ImCommonEventManager> GetInstance();
86 static sptr<ImCommonEventManager> instance_;