Home
last modified time | relevance | path

Searched refs:NewUnSubscribeCommonEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp107 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
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h177 …static int32_t NewUnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> &subscriber);
/ohos5.0/base/useriam/fingerprint_auth/services_ex/src/
H A Dscreen_state_monitor.cpp94 int32_t ret = CommonEventManager::NewUnSubscribeCommonEvent(instance); in Unsubscribe()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_impl.cpp97 auto errorCode = OHOS::EventFwk::CommonEventManager::NewUnSubscribeCommonEvent(subscriber); in Unsubscribe()
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp132 int32_t ret = OHOS::EventFwk::CommonEventManager::NewUnSubscribeCommonEvent(observer); in UnSubscribe()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/subscriber/
H A Daccount_subscriber.cpp139 EventFwk::CommonEventManager::NewUnSubscribeCommonEvent(instance_); in UnregisterCommonEventReceiver()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp771 asyncCallbackInfo->errorCode = CommonEventManager::NewUnSubscribeCommonEvent( in Unsubscribe()