Searched refs:ReportingState (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | reporting.go | 71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR… argument 84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) ( argument 679 func loadReportingState(c context.Context) (*ReportingState, error) { 680 state := new(ReportingState) 688 func saveReportingState(c context.Context, state *ReportingState) error { argument 696 func (state *ReportingState) getEntry(now time.Time, namespace, name string) *ReportingStateEntry {
|
D | admin.go | 90 newState := new(ReportingState)
|
D | main.go | 361 state *ReportingState, onlyFixed bool) (*uiBugNamespace, error) { argument 456 func loadDupsForBug(c context.Context, r *http.Request, bug *Bug, state *ReportingState, managers [… argument 485 func loadSimilarBugs(c context.Context, r *http.Request, bug *Bug, state *ReportingState) (*uiBugGr… argument 523 func createUIBug(c context.Context, bug *Bug, state *ReportingState, managers []string) *uiBug { argument
|
D | entities.go | 118 type ReportingState struct { struct
|