Searched defs:ReportingState (Results 1 – 3 of 3) sorted by relevance
| /external/syzkaller/dashboard/app/ |
| D | reporting.go | 71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR… 84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) ( 688 func saveReportingState(c context.Context, state *ReportingState) error {
|
| D | main.go | 361 state *ReportingState, onlyFixed bool) (*uiBugNamespace, error) { 456 func loadDupsForBug(c context.Context, r *http.Request, bug *Bug, state *ReportingState, managers [… 485 func loadSimilarBugs(c context.Context, r *http.Request, bug *Bug, state *ReportingState) (*uiBugGr… 523 func createUIBug(c context.Context, bug *Bug, state *ReportingState, managers []string) *uiBug {
|
| D | entities.go | 118 type ReportingState struct { struct 119 Entries []ReportingStateEntry
|