Searched refs:GetLogString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_event_log_unittest.cc57 std::string GetLogString(StringOrder order, size_t max_events) { function in class:chromeos::network_event_log::NetworkEventLogTest
67 std::string output_none = GetLogString(OLDEST_FIRST, 0);
84 std::string output_oldest_first = GetLogString(OLDEST_FIRST, 0);
90 std::string output_oldest_first_short = GetLogString(OLDEST_FIRST, 2);
97 std::string output_newest_first = GetLogString(NEWEST_FIRST, 0);
103 std::string output_newest_first_short = GetLogString(NEWEST_FIRST, 2);
115 std::string output = GetLogString(OLDEST_FIRST, 0);

Completed in 72 milliseconds