Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp33 #define EVENTS 2 macro
173 int32_t events = EVENTS; in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor.cpp41 constexpr std::initializer_list<std::string_view> EVENTS = {EVENT_MESSAGE, EVENT_CONNECT, EVENT_CLOSE, EVENT_ERROR}; member
266 if (std::find(EVENTS.begin(), EVENTS.end(), event) == EVENTS.end()) { in On()

Completed in 2 milliseconds