Searched refs:NewSubscribeCommonEvent (Results 1 – 7 of 7) sorted by relevance
97 return NewSubscribeCommonEvent(subscriber) == ERR_OK ? true : false; in SubscribeCommonEvent()100 int32_t CommonEventManager::NewSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> &s… in NewSubscribeCommonEvent() function in OHOS::EventFwk::CommonEventManager
161 … static int32_t NewSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> &subscriber);
80 int32_t ret = CommonEventManager::NewSubscribeCommonEvent(instance); in Subscribe()
88 auto errorCode = OHOS::EventFwk::CommonEventManager::NewSubscribeCommonEvent(subscriber); in Subscribe()
118 int32_t ret = OHOS::EventFwk::CommonEventManager::NewSubscribeCommonEvent(observer); in Subscribe()
94 EventFwk::CommonEventManager::NewSubscribeCommonEvent(instance_); in RegisterCommonEventReceiver()
488 asyncCallbackInfo->errorCode = CommonEventManager::NewSubscribeCommonEvent( in Subscribe()