Searched defs:store (Results 1 – 3 of 3) sorted by relevance
81 protected abstract void collectDeviceInfo(HostInfoStore store) throws Exception; in collectDeviceInfo()88 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in collectDeviceInfo()
39 private ReportLogHostInfoStore store; field in MetricsReportLog
175 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in runIncrementalDeqp()