Home
last modified time | relevance | path

Searched refs:ReportingUpdate (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go36 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
58 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
104 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
165 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
172 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
225 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
295 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
316 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
343 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
Dreporting_test.go90 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
104 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ID: rep.ID, Status: dashapi.BugStatusOpen})
125 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
145 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
286 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
360 reply, _ := c.client.ReportingUpdate(cmd)
Daccess_test.go208 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
246 reply, _ = client.ReportingUpdate(&dashapi.BugUpdate{
Dutil_test.go282 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
299 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
Dapp_test.go268 c.client.ReportingUpdate(&dashapi.BugUpdate{
/external/syzkaller/dashboard/dashapi/
Ddashapi.go327 func (dash *Dashboard) ReportingUpdate(upd *BugUpdate) (*BugUpdateReply, error) { func