Home
last modified time | relevance | path

Searched refs:CommonEvent_SubscribeInfo (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/BasicServicesKit/commonevent/
H A Doh_commonevent.h79 typedef struct CommonEvent_SubscribeInfo CommonEvent_SubscribeInfo; typedef
115 * @return Returns the CommonEvent_SubscribeInfo, if allocate memory failed, returns null.
118 CommonEvent_SubscribeInfo* OH_CommonEvent_CreateSubscribeInfo(const char* events[], int32_t eventsNum);
130 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const char* permission);
142 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const char* bundleName);
150 void OH_CommonEvent_DestroySubscribeInfo(CommonEvent_SubscribeInfo* info);
160 CommonEvent_Subscriber* OH_CommonEvent_CreateSubscriber(const CommonEvent_SubscribeInfo* info,

Completed in 1 milliseconds