Searched refs:CrashID (Results 1 – 10 of 10) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | reporting_test.go | 63 CrashID: rep.CrashID, 79 if want.CrashID == rep1.CrashID { 83 want.CrashID = rep1.CrashID 206 CrashID: rep.CrashID,
|
D | app_test.go | 215 func testCrashID(crash *dashapi.Crash) *dashapi.CrashID { 216 return &dashapi.CrashID{ 260 cid := &dashapi.CrashID{
|
D | reporting.go | 267 CrashID: crashKey.IntID(), 454 if cmd.CrashID != 0 { 457 crashKey := datastore.NewKey(c, "Crash", "", cmd.CrashID, bugKey) 460 cmd.CrashID, err) 465 cmd.CrashID, err) 467 bugReporting.CrashID = cmd.CrashID
|
D | entities.go | 94 CrashID int64 // crash that we've last reported in this reporting member 147 CrashID int64 member
|
D | util_test.go | 286 CrashID: rep.CrashID,
|
D | reporting_email.go | 123 CrashID: rep.CrashID,
|
D | jobs.go | 115 CrashID: crashKey.IntID(), 201 crashKey := datastore.NewKey(c, "Crash", "", job.CrashID, bugKey)
|
D | api.go | 707 req := new(dashapi.CrashID) 741 req := new(dashapi.CrashID)
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 189 type CrashID struct { struct 200 func (dash *Dashboard) NeedRepro(crash *CrashID) (bool, error) { 207 func (dash *Dashboard) ReportFailedRepro(crash *CrashID) error { 257 CrashID int64 // returned back in BugUpdate member 277 CrashID int64 member
|
/external/syzkaller/syz-manager/ |
D | manager.go | 701 cid := &dashapi.CrashID{ 715 cid := &dashapi.CrashID{
|