Home
last modified time | relevance | path

Searched refs:ON_HEADERS_RECEIVE (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_manager.cpp28 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 Devent_list.h25 static constexpr const char *ON_HEADERS_RECEIVE = "headersReceive"; variable
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp311 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 Dconstant.h101 constexpr const char *ON_HEADERS_RECEIVE = "headersReceive"; member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1322 context->GetSharedManager()->EmitByUvWithoutCheckShared(ON_HEADERS_RECEIVE, headersMap, in AddCurlHandle()

Completed in 5 milliseconds