Home
last modified time | relevance | path

Searched refs:DashboardClient (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/syz-ci/
Dsyz-ci.go74 DashboardClient string `json:"dashboard_client"` // Optional. member
90 DashboardClient string `json:"dashboard_client"` member
Djobs.go37 if cfg.DashboardAddr != "" && cfg.DashboardClient != "" {
38 jp.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)
Dmanager.go79 if cfg.DashboardAddr != "" && mgrcfg.DashboardClient != "" {
80 dash = dashapi.New(mgrcfg.DashboardClient, cfg.DashboardAddr, mgrcfg.DashboardKey)
443 mgrcfg.DashboardClient = mgr.dash.Client
/external/syzkaller/pkg/mgrconfig/
Dmgrconfig.go50 DashboardClient string `json:"dashboard_client"` member
195 if cfg.DashboardClient != "" && (cfg.Name == "" ||
/external/syzkaller/syz-manager/
Dmanager.go208 mgr.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)