Searched refs:timestampOut (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | manager_logservices_journal_test.cpp | 22 uint64_t timestampOut = 0; in TEST() local 30 EXPECT_FALSE(getTimestampFromID(shareAsyncResp, "", bootIDOut, timestampOut, in TEST() 33 timestampOut, indexOut)); in TEST() 36 bootIDOut, timestampOut, indexOut)); in TEST() 39 bootIDOut, timestampOut, indexOut)); in TEST() 46 bootIDOut, timestampOut, indexOut)); in TEST() 51 bootIDOut, timestampOut, indexOut)); in TEST() 53 EXPECT_EQ(timestampIn, timestampOut); in TEST() 59 bootIDOut, timestampOut, indexOut)); in TEST() 64 bootIDOut, timestampOut, indexOut)); in TEST() [all …]
|