Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dclose_context.cpp25 : BaseContext(env, manager), code(CLOSE_REASON_NORMAL_CLOSE), reason("CLOSE_NORMAL") in CloseContext()
30 : BaseContext(env, sharedManager), code(CLOSE_REASON_NORMAL_CLOSE), reason("CLOSE_NORMAL") in CloseContext()
65 if (closeCode >= CLOSE_REASON_NORMAL_CLOSE && closeCode <= CLOSE_REASON_RESERVED12) { in ParseParams()
/foundation/communication/netstack/frameworks/js/napi/websocket/constant/include/
H A Dconstant.h49 CLOSE_REASON_NORMAL_CLOSE [[maybe_unused]] = 1000, enumerator

Completed in 1 milliseconds