Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/native/src/
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
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_manager.h177 …static int32_t NewUnSubscribeCommonEvent(const std::shared_ptr<CommonEventSubscriber> &subscriber);
/base/useriam/fingerprint_auth/services_ex/src/
Dscreen_state_monitor.cpp94 int32_t ret = CommonEventManager::NewUnSubscribeCommonEvent(instance); in Unsubscribe()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp3168 asyncCallbackInfo->errorCode = CommonEventManager::NewUnSubscribeCommonEvent( in Unsubscribe()