Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_wrapper.h64 CommonEvent_Subscriber* CreateSubscriber(const CommonEvent_SubscribeInfo* subscribeInfo,
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp76 CommonEvent_Subscriber* SubscriberManager::CreateSubscriber(const CommonEvent_SubscribeInfo* subscr… in CreateSubscriber() function in SubscriberManager
H A Doh_commonevent.cpp95 return SubscriberManager::GetInstance()->CreateSubscriber(info, callback); in OH_CommonEvent_CreateSubscriber()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h262 napi_value CreateSubscriber(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h283 napi_value CreateSubscriber(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp1220 napi_value CreateSubscriber(napi_env env, napi_callback_info info) in CreateSubscriber() function
1555 DECLARE_NAPI_FUNCTION("createSubscriber", CreateSubscriber), in CommonEventInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp288 napi_value CreateSubscriber(napi_env env, napi_callback_info info) in CreateSubscriber() function
1929 DECLARE_NAPI_FUNCTION("createSubscriber", CreateSubscriber), in CommonEventManagerInit()