OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staged_log
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/metrics/
metrics_log_manager.h
57
const std::string&
staged_log
() const {
function in class:metrics::MetricsLogManager
59
initial_log_queue_.
staged_log
() : ongoing_log_queue_.
staged_log
();
persisted_logs_unittest.cc
70
EXPECT_EQ(
staged_log
(), Compress(expected_log));
108
EXPECT_EQ(persisted_logs.
staged_log
(), result_persisted_logs.
staged_log
());
238
EXPECT_EQ(persisted_logs.
staged_log
(), Compress("two"));
240
EXPECT_EQ(persisted_logs.
staged_log
(), Compress("two"));
246
EXPECT_EQ(persisted_logs.
staged_log
(), Compress("three"));
249
EXPECT_EQ(persisted_logs.
staged_log
(), Compress("one"));
282
EXPECT_EQ(Compress(kFooText), persisted_logs.
staged_log
());
persisted_logs.h
66
// Stages the most recent log. The
staged_log
will remain the same even if
77
const std::string&
staged_log
() const {
function in class:metrics::PersistedLogs
metrics_service_unittest.cc
225
EXPECT_TRUE(GzipUncompress(log_manager->
staged_log
(),
281
EXPECT_TRUE(metrics::GzipUncompress(log_manager->
staged_log
(),
metrics_log_manager_unittest.cc
72
EXPECT_FALSE(log_manager.
staged_log
().empty());
metrics_service.cc
[
all
...]
Completed in 247 milliseconds