Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp33 static constexpr const char *INTERFACE_HTTP_REQUEST = "OHOS_NET_HTTP_HttpRequest"; variable
431 if (className == INTERFACE_HTTP_REQUEST || className == INTERFACE_LOCAL_SOCKET || in NewInstanceWithManagerWrapper()
463 if (className == INTERFACE_HTTP_REQUEST || className == INTERFACE_LOCAL_SOCKET || in NewInstanceWithSharedManager()
490 if (className == INTERFACE_HTTP_REQUEST || className == INTERFACE_LOCAL_SOCKET || in NewInstance()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/include/
H A Dhttp_module.h54 static constexpr const char *INTERFACE_HTTP_REQUEST = "OHOS_NET_HTTP_HttpRequest"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp71 env, info, INTERFACE_HTTP_REQUEST, [](napi_env, void *data, void *) { in CreateHttp()
106 ModuleTemplate::DefineClass(env, exports, properties, INTERFACE_HTTP_REQUEST); in DefineHttpRequestClass()