Searched refs:ON_HEADERS_RECEIVE (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | event_manager.cpp | 28 static constexpr const char *ON_HEADERS_RECEIVE = "headersReceive"; member 102 return listener.MatchType(ON_HEADERS_RECEIVE); in EmitByUvWithoutCheckShared() 105 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheckShared() 110 if (type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheckShared() 155 return listener.MatchType(ON_HEADERS_RECEIVE); in EmitByUvWithoutCheck() 158 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheck() 163 if (type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheck() 193 return listener.MatchType(ON_HEADERS_RECEIVE); in EmitByUv() 196 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUv() 201 if (type == ON_HEADERS_RECEIVE) { in EmitByUv() [all...] |
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | event_list.h | 25 static constexpr const char *ON_HEADERS_RECEIVE = "headersReceive"; variable
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 311 env, info, {ON_HEADERS_RECEIVE, ON_DATA_RECEIVE, ON_DATA_END, ON_DATA_RECEIVE_PROGRESS, ON_DATA_SEND_PROGRESS}, 318 return ModuleTemplate::OnceManagerWrapper(env, info, {ON_HEADER_RECEIVE, ON_HEADERS_RECEIVE}, false); 324 env, info, {ON_HEADERS_RECEIVE, ON_DATA_RECEIVE, ON_DATA_END, ON_DATA_RECEIVE_PROGRESS, ON_DATA_SEND_PROGRESS});
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 101 constexpr const char *ON_HEADERS_RECEIVE = "headersReceive"; member
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 1322 context->GetSharedManager()->EmitByUvWithoutCheckShared(ON_HEADERS_RECEIVE, headersMap, in AddCurlHandle()
|
Completed in 5 milliseconds