Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp320 ModuleTemplate::OffManagerWrapper( in Off()
322 return ModuleTemplate::OffManagerWrapper(env, info, {ON_HEADER_RECEIVE}); in Off()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h367 napi_value OffManagerWrapper(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.cpp114 napi_value OffManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std… in OffManagerWrapper() function