Home
last modified time | relevance | path

Searched defs:ClockFake (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dhttp_connection_test.cpp50 struct ClockFake struct
52 bool wascalled = false;
53 std::string getDateStr() in getDateStr()
/openbmc/telemetry/tests/src/fakes/
H A Dclock_fake.hpp6 class ClockFake : public interfaces::Clock class