Home
last modified time | relevance | path

Searched defs:events (Results 151 - 175 of 547) sorted by relevance

12345678910>>...22

/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c24 static struct epoll_event events = {.events = EPOLLIN}; variable
[all...]
H A Depoll_ctl05.c25 static struct epoll_event events = {.events = EPOLLIN}; variable
H A Depoll_ctl04.c24 static struct epoll_event events = {.events = EPOLLIN}; variable
/third_party/libinput/test/
H A Dlitest-device-wacom-calibrated-tablet.c117 static int events[] = { variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_ctl.c67 struct epoll_event events[1]; in epoll_ctl_0100() local
H A Depoll_pwait.c42 struct epoll_event events[1]; in epoll_pwait_0100() local
61 struct epoll_event events[1]; in epoll_pwait_0200() local
/third_party/node/deps/uv/src/unix/
H A Dpoll.c30 static void uv__poll_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__poll_io() argument
122 int events; in uv_poll_start() local
[all...]
H A Dos390-syscalls.h42 int events; member
/third_party/pulseaudio/src/pulsecore/
H A Dpoll.h48 short int events; /* Types of events poller cares about. */ member
/third_party/python/Lib/asyncio/
H A Dtaskgroups.py7 from . import events namespace
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Dmain.cc96 int events; in android_main() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Devent_test.cpp217 std::array<marl::Event, 3> events = { in TEST_P() local
/third_party/rust/crates/nix/src/
H A Dpoll.rs61 pub fn events(self) -> PollFlags { events() functions
[all...]
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs64 pub fn events(&self) -> EpollFlags { in events() functions
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/
H A Ddms_sa_cilent_test.cpp174 std::vector<EventNotify> events; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp90 AddChildEvent(const RefPtr<CheckboxComponent>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller_api.cpp35 int ffrt_epoll_ctl(ffrt_qos_t qos, int op, int fd, uint32_t events, void* data, ffrt_poller_cb cb) in ffrt_epoll_ctl() argument
56 int ffrt_epoll_wait(ffrt_qos_t qos, struct epoll_event* events, int max_events, int timeout) in ffrt_epoll_wait() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp69 int Loop::EpollCtl(int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in EpollCtl() argument
H A Dloop_api.cpp69 int ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) in ffrt_loop_epoll_ctl() argument
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_observer_wrapper.cpp37 On(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) On() argument
72 Off(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) Off() argument
/foundation/communication/dsoftbus/tests/core/connection/common/fuzztest/connectioncommon_fuzzer/
H A Dconnectioncommon_fuzzer.cpp59 static int32_t DataEvent(ListenerModule module, int32_t events, int32_t fd) in DataEvent() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp173 int32_t events = EVENTS; in HWTEST_F() local
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dpolicy_observer_wrapper.cpp40 On(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) On() argument
84 Off(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) Off() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer_wrapper.cpp42 On(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) On() argument
79 Off(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, bool asyncCallback) Off() argument
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h46 int events[100]; member

Completed in 8 milliseconds

12345678910>>...22