Home
last modified time | relevance | path

Searched defs:RunRequest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_target_runner/go/
H A Dworker_pool.go30 type RunRequest struct { struct
32 Path string
35 ResponseChannel chan<- *RunResponse
38 queueStart time.Time
72 HandleRunRequest(*RunRequest) *RunResponse
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_http_job_unittest.cc1762 void RunRequest(URLRequestContext* context, const GURL& url) { in RunRequest() function