Searched refs:ExtID (Results 1 – 7 of 7) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | reporting.go | 243 ExtID: bugReporting.ExtID, 469 if bugReporting.ExtID == "" { 470 bugReporting.ExtID = cmd.ExtID
|
D | entities.go | 91 ExtID string // arbitrary reporting ID that is passed back in dashapi.BugReport member 142 ExtID string // email Message-ID member
|
D | access_test.go | 212 ExtID: accessPrefix + "reporting-ext-id", 250 ExtID: accessPrefix + "reporting-ext-id",
|
D | jobs.go | 110 ExtID: extID, 382 ExtID: job.ExtID,
|
D | access.go | 169 bugReporting.ExtID = ""
|
D | reporting_email.go | 237 return sendMailTemplate(c, rep.Title, from, to, rep.ExtID, nil, templ, data) 289 ExtID: msg.MessageID,
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 232 ExtID string // arbitrary reporting ID forwarded from BugUpdate.ExtID member 270 ExtID string member
|