Searched refs:ReportingUpdate (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | fix_test.go | 36 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 58 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ 104 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 165 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 172 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ 225 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 295 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 316 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ 343 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
|
D | reporting_test.go | 90 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 104 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ID: rep.ID, Status: dashapi.BugStatusOpen}) 125 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ 145 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 286 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{ 360 reply, _ := c.client.ReportingUpdate(cmd)
|
D | access_test.go | 208 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{ 246 reply, _ = client.ReportingUpdate(&dashapi.BugUpdate{
|
D | util_test.go | 282 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{ 299 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
|
D | app_test.go | 268 c.client.ReportingUpdate(&dashapi.BugUpdate{
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 327 func (dash *Dashboard) ReportingUpdate(upd *BugUpdate) (*BugUpdateReply, error) { func
|