Home
last modified time | relevance | path

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

/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_manager.cpp27 static constexpr const char *ON_HEADER_RECEIVE = "headerReceive"; member
98 return listener.MatchType(ON_HEADER_RECEIVE); in EmitByUvWithoutCheckShared()
105 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheckShared()
115 if (type == ON_HEADER_RECEIVE) { in EmitByUvWithoutCheckShared()
152 return listener.MatchType(ON_HEADER_RECEIVE); in EmitByUvWithoutCheck()
158 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUvWithoutCheck()
168 if (type == ON_HEADER_RECEIVE) { in EmitByUvWithoutCheck()
190 return listener.MatchType(ON_HEADER_RECEIVE); in EmitByUv()
196 if (type == ON_HEADER_RECEIVE || type == ON_HEADERS_RECEIVE) { in EmitByUv()
206 if (type == ON_HEADER_RECEIVE) { in EmitByUv()
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Devent_list.h19 static constexpr const char *ON_HEADER_RECEIVE = "headerReceive"; variable
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp313 return ModuleTemplate::OnManagerWrapper(env, info, {ON_HEADER_RECEIVE}, true);
318 return ModuleTemplate::OnceManagerWrapper(env, info, {ON_HEADER_RECEIVE, ON_HEADERS_RECEIVE}, false);
325 return ModuleTemplate::OffManagerWrapper(env, info, {ON_HEADER_RECEIVE});
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h97 constexpr const char *ON_HEADER_RECEIVE = "headerReceive"; member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1319 context->GetSharedManager()->EmitByUvWithoutCheckShared(ON_HEADER_RECEIVE, headerMap, in AddCurlHandle()

Completed in 5 milliseconds