Home
last modified time | relevance | path

Searched refs:CommonEvent_ErrCode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent.h25 typedef enum CommonEvent_ErrCode { enum
40 } CommonEvent_ErrCode; typedef
92 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const ch…
103 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const ch…
142 CommonEvent_ErrCode OH_CommonEvent_Subscribe(const CommonEvent_Subscriber* subscriber);
155 CommonEvent_ErrCode OH_CommonEvent_UnSubscribe(const CommonEvent_Subscriber* subscriber);
H A Doh_commonevent_wrapper.h67 CommonEvent_ErrCode Subscribe(const CommonEvent_Subscriber* subscriber);
68 CommonEvent_ErrCode UnSubscribe(const CommonEvent_Subscriber* subscriber);
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp111 CommonEvent_ErrCode SubscriberManager::Subscribe(const CommonEvent_Subscriber* subscriber) in Subscribe()
122 return static_cast<CommonEvent_ErrCode>(ret); in Subscribe()
125 CommonEvent_ErrCode SubscriberManager::UnSubscribe(const CommonEvent_Subscriber* subscriber) in UnSubscribe()
133 return static_cast<CommonEvent_ErrCode>(ret); in UnSubscribe()
H A Doh_commonevent.cpp55 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const ch… in OH_CommonEvent_SetPublisherPermission()
65 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const ch… in OH_CommonEvent_SetPublisherBundleName()
103 CommonEvent_ErrCode OH_CommonEvent_Subscribe(const CommonEvent_Subscriber* subscriber) in OH_CommonEvent_Subscribe()
108 CommonEvent_ErrCode OH_CommonEvent_UnSubscribe(const CommonEvent_Subscriber* subscriber) in OH_CommonEvent_UnSubscribe()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Doh_commonevent_8h.md33 | typedef enum [CommonEvent_ErrCode](./capi-common-event.md#commonevent_errcode) {<br/>COMMONEVENT…
41 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherPermission](./capi-common-event.md#oh_commonevent…
42 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherBundleName](./capi-common-event.md#oh_commonevent…
46 | CommonEvent_ErrCode [OH_CommonEvent_Subscribe](./capi-common-event.md#oh_commonevent_subscribe)(c…
47 | CommonEvent_ErrCode [OH_CommonEvent_UnSubscribe](./capi-common-event.md#oh_commonevent_unsubscrib…
H A Dcapi-common-event.md38 | [CommonEvent_ErrCode](#commonevent_errcode) | 枚举错误码。 |
208 ### CommonEvent_ErrCode subsection
1091 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const ch…
1114 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const ch…
1196 CommonEvent_ErrCode OH_CommonEvent_Subscribe(const CommonEvent_Subscriber* subscriber)
1218 CommonEvent_ErrCode OH_CommonEvent_UnSubscribe(const CommonEvent_Subscriber* subscriber)
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Doh_commonevent_8h.md33 | typedef enum [CommonEvent_ErrCode](./capi-common-event.md#commonevent_errcode) {<br>COMMONEVENT_…
41 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherPermission](./capi-common-event.md#oh_commonevent…
42 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherBundleName](./capi-common-event.md#oh_commonevent…
46 | CommonEvent_ErrCode [OH_CommonEvent_Subscribe](./capi-common-event.md#oh_commonevent_subscribe)(c…
47 | CommonEvent_ErrCode [OH_CommonEvent_UnSubscribe](./capi-common-event.md#oh_commonevent_unsubscrib…
H A Dcapi-common-event.md38 | [CommonEvent_ErrCode](#commonevent_errcode) | Enumerates the error codes.|
208 ### CommonEvent_ErrCode subsection
1091 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const ch…
1114 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const ch…
1196 CommonEvent_ErrCode OH_CommonEvent_Subscribe(const CommonEvent_Subscriber* subscriber)
1218 CommonEvent_ErrCode OH_CommonEvent_UnSubscribe(const CommonEvent_Subscriber* subscriber)