Home
last modified time | relevance | path

Searched refs:CHttpProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_ffi.h37 FFI_EXPORT int32_t CJ_GetGlobalHttpProxy(CHttpProxy &chttpProxy);
38 FFI_EXPORT int32_t CJ_GetDefaultHttpProxy(CHttpProxy &chttpProxy);
39 FFI_EXPORT int32_t CJ_SetGlobalHttpProxy(CHttpProxy cHttpProxy);
H A Dcommon.h82 struct CHttpProxy { struct
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h32 struct CHttpProxy { struct
83 CHttpProxy* usingProxy;
H A Dnet_http_request_context.h164 void ParseUsingHttpProxy(CHttpProxy* proxy, bool useDefault);
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp276 int32_t CJ_GetGlobalHttpProxy(CHttpProxy &chttpProxy) in CJ_GetGlobalHttpProxy()
290 int32_t CJ_GetDefaultHttpProxy(CHttpProxy &chttpProxy) in CJ_GetDefaultHttpProxy()
304 int32_t CJ_SetGlobalHttpProxy(CHttpProxy cHttpProxy) in CJ_SetGlobalHttpProxy()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp396 void RequestContext::ParseUsingHttpProxy(CHttpProxy* proxy, bool useDefault) in ParseUsingHttpProxy()