Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dreporting_test.go32 resp, _ := c.client.ReportingPollBugs("unknown")
36 resp, _ = c.client.ReportingPollBugs("test")
Dapp_test.go266 c.client.ReportingPollBugs("test")
Dutil_test.go271 resp, _ := client.ReportingPollBugs("test")
/external/syzkaller/dashboard/dashapi/
Ddashapi.go305 func (dash *Dashboard) ReportingPollBugs(typ string) (*PollBugsResponse, error) { func