Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dreporting_test.go153 closed, _ := c.client.ReportingPollClosed([]string{rep.ID, "foobar"})
161 closed, _ := c.client.ReportingPollClosed([]string{rep.ID, "foobar"})
256 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID})
274 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID})
340 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID, rep3.ID})
/external/syzkaller/dashboard/dashapi/
Ddashapi.go316 func (dash *Dashboard) ReportingPollClosed(ids []string) ([]string, error) { func