Home
last modified time | relevance | path

Searched refs:BugUpdate (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go36 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{
Dreporting_test.go90 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{
Dreporting.go332 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
Dreporting_external.go57 req := new(dashapi.BugUpdate)
Daccess_test.go208 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
246 reply, _ = client.ReportingUpdate(&dashapi.BugUpdate{
Dutil_test.go282 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
299 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
Dapp_test.go268 c.client.ReportingUpdate(&dashapi.BugUpdate{
Dreporting_email.go119 cmd := &dashapi.BugUpdate{
287 cmd := &dashapi.BugUpdate{
/external/syzkaller/dashboard/dashapi/
Ddashapi.go268 type BugUpdate struct { struct
327 func (dash *Dashboard) ReportingUpdate(upd *BugUpdate) (*BugUpdateReply, error) {