Home
last modified time | relevance | path

Searched refs:eventFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Devent_manager.cpp95 for (auto& eventFile : in restore() local
98 if (!fs::is_regular_file(eventFile)) in restore()
105 auto eventPath = eventFile.path().string(); in restore()
110 auto timestamp = eventFile.path().filename().string(); in restore()
116 if (deserialize(eventFile.path(), *event)) in restore()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp187 std::ifstream eventFile(eventPath); in checkEvent() local
188 if (!eventFile.good()) in checkEvent()
248 std::ifstream eventFile(limitEventPath); in checkEventLimits() local
249 if (!eventFile.good()) in checkEventLimits()