Searched refs:NewUnSubscribeCommonEvent (Results 1 – 4 of 4) sorted by relevance
107 return NewUnSubscribeCommonEvent(subscriber) == ERR_OK ? true : false; in UnSubscribeCommonEvent()110 int32_t CommonEventManager::NewUnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> … in NewUnSubscribeCommonEvent() function in OHOS::EventFwk::CommonEventManager
177 …static int32_t NewUnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> &subscriber);
94 int32_t ret = CommonEventManager::NewUnSubscribeCommonEvent(instance); in Unsubscribe()
3168 asyncCallbackInfo->errorCode = CommonEventManager::NewUnSubscribeCommonEvent( in Unsubscribe()