Searched refs:SubscribeEvent (Results 1 – 5 of 5) sorted by relevance
65 void SubscribeEvent(enum UpdaterInitEvent eventId, InitHandler handler) in SubscribeEvent() function84 UpdaterInit::GetInstance().SubscribeEvent(event, name##_##event##_Init); \
74 void SubscribeEvent(enum SysInstallerInitEvent eventId, InitHandler handler) in SubscribeEvent() function
41 bool SubscribeEvent(const std::string &event);
56 bool ImCommonEventManager::SubscribeEvent(const std::string &event) in SubscribeEvent() function in OHOS::MiscServices::ImCommonEventManager
191 …bool isSuccess = imCommonEventManager->SubscribeEvent(EventFwk::CommonEventSupport::COMMON_EVENT_U… in StartUserIdListener()