Searched refs:OnceManagerWrapper (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | module_template.h | 364 napi_value OnceManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events,
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 318 return ModuleTemplate::OnceManagerWrapper(env, info, {ON_HEADER_RECEIVE, ON_HEADERS_RECEIVE}, false);
|
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | module_template.cpp | 77 napi_value OnceManagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &events, in OnceManagerWrapper() function
|
Completed in 3 milliseconds