Searched refs:INTERFACE_HTTP_REQUEST (Results 1 – 3 of 3) sorted by relevance
33 static constexpr const char *INTERFACE_HTTP_REQUEST = "OHOS_NET_HTTP_HttpRequest"; variable431 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()
54 static constexpr const char *INTERFACE_HTTP_REQUEST = "OHOS_NET_HTTP_HttpRequest"; variable
71 env, info, INTERFACE_HTTP_REQUEST, [](napi_env, void *data, void *) { in CreateHttp()106 ModuleTemplate::DefineClass(env, exports, properties, INTERFACE_HTTP_REQUEST); in DefineHttpRequestClass()