Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp315 …return ModuleTemplate::OnceManagerWrapper(env, info, {ON_HEADER_RECEIVE, ON_HEADERS_RECEIVE}, fals… in Once()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h364 napi_value OnceManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<st…
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp77 napi_value OnceManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<st… in OnceManagerWrapper() function