Home
last modified time | relevance | path

Searched refs:OnManagerWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp307 ModuleTemplate::OnManagerWrapper( in On()
310 return ModuleTemplate::OnManagerWrapper(env, info, {ON_HEADER_RECEIVE}, true); in On()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h361 napi_value OnManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std:…
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp35 napi_value OnManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std:… in OnManagerWrapper() function