Home
last modified time | relevance | path

Searched refs:ReportingState (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/dashboard/app/
Dreporting.go71 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 {
Dadmin.go90 newState := new(ReportingState)
Dmain.go361 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
Dentities.go118 type ReportingState struct { struct