Home
last modified time | relevance | path

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

/interface/sdk_c/resourceschedule/ffrt/c/
H A Dloop.h99 * @param events Indicates the event type associated with the target file descriptor.
107 FFRT_C_API int ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb);
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dpoll.h33 short events; member
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A Depoll.h49 uint32_t events; member
/interface/sdk_c/BasicServicesKit/commonevent/
H A Doh_commonevent.h113 * @param events Indicates the subscribed events.
114 * @param eventsNum Indicates the subscribed events of number.
118 CommonEvent_SubscribeInfo* OH_CommonEvent_CreateSubscribeInfo(const char* events[], int32_t eventsNum);
123 * @param info Indicates the subscribed events.
124 * @param permission Indicates the subscribed events of permission.
135 * @param info Indicates the subscribed events.
136 * @param bundleName Indicates the subscribed events of bundleName.
/interface/sdk_c/third_party/libuv/include/uv/
H A Dunix.h91 unsigned int events);
99 unsigned int events; /* Current event mask. */ member
H A Dwin.h38 short events; member
541 unsigned char events;
/interface/sdk_c/hiviewdfx/hiappevent/include/hiappevent/
H A Dhiappevent.h25 * events reported during running. Based on event information, you will be able to analyze the running status of
131 * @brief The HiAppEvent_AppEventGroup structure represents a group of events in an application. It contains the name
132 * of the event group, an array of HiAppEvent_AppEventInfo structures representing individual events grouped by the
184 * @param row The row of events received by watcher.
185 * @param size The size of events received by watcher.
192 * @brief Called when watcher take the events.
195 * @param events The event json string array.
196 * @param eventLen The length of events array.
200 typedef void (*OH_HiAppEvent_OnTake)(const char* const *events, uint32_t eventLen);
421 * @brief Implements logging of application events whos
[all...]
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h322 typedef void (*uv_poll_cb)(uv_poll_t* handle, int status, int events);
373 int events,
818 UV_EXTERN int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb);
1601 * watch for all events in that directory. This flags overrides this behavior
1610 * or kqueue to detect events. This may not work on remote filesystems such

Completed in 11 milliseconds