Lines Matching refs:common

6 Defines the APIs for subscribing to and unsubscribing from common events.
14 **Related module**: [CommonEvent](capi-common-event.md)
23 …CommonEvent_SubscribeInfo](./capi-common-event.md#commonevent_subscribeinfo) [CommonEvent_Subscrib…
24 |typedef void [CommonEvent_Subscriber](./capi-common-event.md#commonevent_subscriber) | Defines a s…
25 …cvData](./capi-common-event.md#commonevent_rcvdata) [CommonEvent_RcvData](./capi-common-event.md#c…
26 …CommonEvent_Parameters](./capi-common-event.md#commonevent_parameters) | Defines the additional in…
27common-event.md#commonevent_receivecallback))(const [CommonEvent_RcvData](./capi-common-event.md#c…
33 | typedef enum [CommonEvent_ErrCode](./capi-common-event.md#commonevent_errcode) {<br>COMMONEVENT_…
40 | CommonEvent_SubscribeInfo* [OH_CommonEvent_CreateSubscribeInfo](./capi-common-event.md#oh_commone…
41 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherPermission](./capi-common-event.md#oh_commonevent…
42 | CommonEvent_ErrCode [OH_CommonEvent_SetPublisherBundleName](./capi-common-event.md#oh_commonevent…
43 | void [OH_CommonEvent_DestroySubscribeInfo](./capi-common-event.md#oh_commonevent_destroysubscribe…
44 | CommonEvent_Subscriber* [OH_CommonEvent_CreateSubscriber](./capi-common-event.md#oh_commonevent_c…
45 | void [OH_CommonEvent_DestroySubscriber](./capi-common-event.md#oh_commonevent_destroysubscriber)(…
46 …ent_Subscribe](./capi-common-event.md#oh_commonevent_subscribe)(const CommonEvent_Subscriber* subs…
47 …nSubscribe](./capi-common-event.md#oh_commonevent_unsubscribe)(const CommonEvent_Subscriber* subsc…
48 …mRcvData](./capi-common-event.md#oh_commonevent_geteventfromrcvdata)(const CommonEvent_RcvData* rc…
49 …vData](./capi-common-event.md#oh_commonevent_getcodefromrcvdata)(const CommonEvent_RcvData* rcvDat…
50 …](./capi-common-event.md#oh_commonevent_getdatastrfromrcvdata)(const CommonEvent_RcvData* rcvData)…
51 …ta](./capi-common-event.md#oh_commonevent_getbundlenamefromrcvdata)(const CommonEvent_RcvData* rcv…
52 …api-common-event.md#oh_commonevent_getparametersfromrcvdata)(const CommonEvent_RcvData* rcvData); …
53common-event.md#oh_commonevent_haskeyinparameters)(const CommonEvent_Parameters* para, const char*…
54common-event.md#oh_commonevent_getintfromparameters)(const CommonEvent_Parameters* para, const cha…
55common-event.md#oh_commonevent_getintarrayfromparameters)(const CommonEvent_Parameters* para, cons…
56common-event.md#oh_commonevent_getlongfromparameters)(const CommonEvent_Parameters* para, const ch…
57common-event.md#oh_commonevent_getlongarrayfromparameters)(const CommonEvent_Parameters* para, con…
58common-event.md#oh_commonevent_getboolfromparameters)(const CommonEvent_Parameters* para, const ch…
59common-event.md#oh_commonevent_getlongarrayfromparameters)(const CommonEvent_Parameters* para, con…
60common-event.md#oh_commonevent_getcharfromparameters)(const CommonEvent_Parameters* para, const ch…
61common-event.md#oh_commonevent_getchararrayfromparameters)(const CommonEvent_Parameters* para, con…
62common-event.md#oh_commonevent_getdoublefromparameters)(const CommonEvent_Parameters* para, const …
63common-event.md#oh_commonevent_getdoublearrayfromparameters)(const CommonEvent_Parameters* para, c…