Home
last modified time | relevance | path

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

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