Searched refs:BugUpdate (Results 1 – 9 of 9) 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{ 346 cmds := []*dashapi.BugUpdate{
|
D | reporting.go | 332 func incomingCommand(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) { argument 343 func incomingCommandImpl(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) { argument 426 func incomingCommandTx(c context.Context, now time.Time, cmd *dashapi.BugUpdate, argument 494 func incomingCommandCmd(c context.Context, now time.Time, cmd *dashapi.BugUpdate, argument 548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting… argument
|
D | reporting_external.go | 57 req := new(dashapi.BugUpdate)
|
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{
|
D | reporting_email.go | 119 cmd := &dashapi.BugUpdate{ 287 cmd := &dashapi.BugUpdate{
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 268 type BugUpdate struct { struct 327 func (dash *Dashboard) ReportingUpdate(upd *BugUpdate) (*BugUpdateReply, error) {
|