Home
last modified time | relevance | path

Searched refs:URLRequest (Results 1 – 25 of 47) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTURLRequestDelegate.h20 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent;
26 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response;
32 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data;
38 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTURLRequestDelegate.h20 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent;
26 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response;
32 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data;
38 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTURLRequestDelegate.h20 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent;
26 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response;
32 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data;
38 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error;
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DExpoRequestInterceptorProtocol.swift28 public override class func canInit(with request: URLRequest) -> Bool { in canInit()
43 request: URLRequest,
57 let dataTask = urlSession.dataTask(with: mutableRequest as URLRequest)
61 request: mutableRequest as URLRequest,
67 public override class func canonicalRequest(for request: URLRequest) -> URLRequest { in canonicalRequest()
123 newRequest request: URLRequest,
124 completionHandler: @escaping (URLRequest?) -> Void
166 …func willSendRequest(requestId: String, task: URLSessionTask, request: URLRequest, redirectRespons…
H A DCdpNetworkTypes.swift45 init(_ request: URLRequest) {
97 …init(now: TimeInterval, requestId: RequestId, request: URLRequest, encodedDataLength: Int64, redir…
117 init(now: TimeInterval, requestId: RequestId, request: URLRequest) {
132 …init(now: TimeInterval, requestId: RequestId, request: URLRequest, response: HTTPURLResponse, enco…
H A DURLRequest+httpBodyData.swift8 extension URLRequest { extension
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DExpoRequestInterceptorProtocol.swift28 public override class func canInit(with request: URLRequest) -> Bool { in canInit()
43 request: URLRequest,
57 let dataTask = urlSession.dataTask(with: mutableRequest as URLRequest)
61 request: mutableRequest as URLRequest,
67 public override class func canonicalRequest(for request: URLRequest) -> URLRequest { in canonicalRequest()
123 newRequest request: URLRequest,
124 completionHandler: @escaping (URLRequest?) -> Void
166 …func willSendRequest(requestId: String, task: URLSessionTask, request: URLRequest, redirectRespons…
H A DCdpNetworkTypes.swift45 init(_ request: URLRequest) {
97 …init(now: TimeInterval, requestId: RequestId, request: URLRequest, encodedDataLength: Int64, redir…
117 init(now: TimeInterval, requestId: RequestId, request: URLRequest) {
132 …init(now: TimeInterval, requestId: RequestId, request: URLRequest, response: HTTPURLResponse, enco…
H A DURLRequest+httpBodyData.swift8 extension URLRequest { extension
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0RCTFileRequestHandler.mm57 [delegate URLRequest:weakOp didCompleteWithError:error];
74 [delegate URLRequest:weakOp didReceiveResponse:response];
81 [delegate URLRequest:weakOp didReceiveData:data];
83 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI47_0_0RCTDataRequestHandler.mm56 [delegate URLRequest:weakOp didReceiveResponse:response];
64 [delegate URLRequest:weakOp didReceiveData:data];
66 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI47_0_0RCTNetworkTask.mm123 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent
138 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response
153 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data
188 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error
H A DABI47_0_0RCTHTTPRequestHandler.mm134 [delegate URLRequest:task didSendDataWithProgress:totalBytesSent];
162 [delegate URLRequest:task didReceiveResponse:response];
175 [delegate URLRequest:task didReceiveData:data];
186 [delegate URLRequest:task didCompleteWithError:error];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0RCTFileRequestHandler.mm52 [delegate URLRequest:weakOp didCompleteWithError:error];
69 [delegate URLRequest:weakOp didReceiveResponse:response];
74 [delegate URLRequest:weakOp didReceiveData:data];
76 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI48_0_0RCTDataRequestHandler.mm54 [delegate URLRequest:weakOp didReceiveResponse:response];
60 [delegate URLRequest:weakOp didReceiveData:data];
62 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI48_0_0RCTNetworkTask.mm122 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent
137 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response
152 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data
187 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error
H A DABI48_0_0RCTHTTPRequestHandler.mm131 [delegate URLRequest:task didSendDataWithProgress:totalBytesSent];
159 [delegate URLRequest:task didReceiveResponse:response];
170 [delegate URLRequest:task didReceiveData:data];
181 [delegate URLRequest:task didCompleteWithError:error];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0RCTFileRequestHandler.mm52 [delegate URLRequest:weakOp didCompleteWithError:error];
69 [delegate URLRequest:weakOp didReceiveResponse:response];
74 [delegate URLRequest:weakOp didReceiveData:data];
76 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI49_0_0RCTDataRequestHandler.mm54 [delegate URLRequest:weakOp didReceiveResponse:response];
60 [delegate URLRequest:weakOp didReceiveData:data];
62 [delegate URLRequest:weakOp didCompleteWithError:error];
H A DABI49_0_0RCTNetworkTask.mm122 - (void)URLRequest:(id)requestToken didSendDataWithProgress:(int64_t)bytesSent
137 - (void)URLRequest:(id)requestToken didReceiveResponse:(NSURLResponse *)response
152 - (void)URLRequest:(id)requestToken didReceiveData:(NSData *)data
187 - (void)URLRequest:(id)requestToken didCompleteWithError:(NSError *)error
H A DABI49_0_0RCTHTTPRequestHandler.mm131 [delegate URLRequest:task didSendDataWithProgress:totalBytesSent];
159 [delegate URLRequest:task didReceiveResponse:response];
170 [delegate URLRequest:task didReceiveData:data];
181 [delegate URLRequest:task didCompleteWithError:error];
/expo/packages/expo-file-system/ios/
H A DNetworkingHelpers.swift22 func createUrlRequest(url: URL, headers: [String: String]?) -> URLRequest { in createUrlRequest()
23 var request = URLRequest(url: url) in createUrlRequest()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageStoreManager.mm164 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
172 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
185 [delegate URLRequest:cancellationBlock didReceiveResponse:response];
186 [delegate URLRequest:cancellationBlock didReceiveData:imageData];
187 [delegate URLRequest:cancellationBlock didCompleteWithError:nil];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageStoreManager.mm163 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
170 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
183 [delegate URLRequest:cancellationBlock didReceiveResponse:response];
184 [delegate URLRequest:cancellationBlock didReceiveData:imageData];
185 [delegate URLRequest:cancellationBlock didCompleteWithError:nil];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageStoreManager.mm164 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
172 [delegate URLRequest:cancellationBlock didCompleteWithError:error];
185 [delegate URLRequest:cancellationBlock didReceiveResponse:response];
186 [delegate URLRequest:cancellationBlock didReceiveData:imageData];
187 [delegate URLRequest:cancellationBlock didCompleteWithError:nil];

12