Home
last modified time | relevance | path

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

/external/syzkaller/pkg/mgrconfig/
Dmgrconfig.go51 DashboardAddr string `json:"dashboard_addr"` member
196 cfg.DashboardAddr == "" ||
/external/syzkaller/syz-ci/
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)
444 mgrcfg.DashboardAddr = mgr.dash.Addr
Dsyz-ci.go73 DashboardAddr string `json:"dashboard_addr"` // Optional. member
/external/syzkaller/syz-manager/
Dmanager.go207 if cfg.DashboardAddr != "" {
208 mgr.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)