Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts359 private requestCallbacks: { [key: number]: ProtocolReaderCallback } = {}; property in AFCProtocolClient
366 this.requestCallbacks[err.requestId](resp, err);
368 this.requestCallbacks[resp.id](resp, new AFCError(AFC_STATUS[resp.data], resp.data));
370 this.requestCallbacks[resp.id](resp);
379 this.requestCallbacks[requestId] = async (resp: any, err?: Error) => {