Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp91 …return ModuleTemplate::NewInstanceNoManager(env, info, INTERFACE_HTTP_RESPONSE_CACHE, [](napi_env,… in CreateHttpResponseCache()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h345 napi_value NewInstanceNoManager(napi_env env, napi_callback_info info, const std::string &name, Fin…
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp500 napi_value NewInstanceNoManager(napi_env env, napi_callback_info info, const std::string &name, Fin… in NewInstanceNoManager() function