Home
last modified time | relevance | path

Searched refs:InterfaceWithOutAsyncWorkWithManagerWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp241 return ModuleTemplate::InterfaceWithOutAsyncWorkWithManagerWrapper<RequestContext>( in Request()
260 return ModuleTemplate::InterfaceWithOutAsyncWorkWithManagerWrapper<RequestContext>( in RequestInStream()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h143 napi_value InterfaceWithOutAsyncWorkWithManagerWrapper(napi_env env, napi_callback_info info, in InterfaceWithOutAsyncWorkWithManagerWrapper() function