Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_collection/winscope_proxy/
Dutils.ts50 return await processProxyResponse(response, onSuccess, onStateChange);
69 return await processProxyResponse(response, onSuccess, onStateChange);
72 async function processProxyResponse( function