Lines Matching refs:sec
22 auto make_message = [&](uint32_t sec, const char* tag, const char* msg, in TEST_P()
25 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()
94 auto make_message = [&](uint32_t sec, const char* tag, const char* msg, in TEST_P()
97 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()
107 uint32_t sec = 0; in TEST_P() local
109 make_message(sec++, "test_tag", "normal"), in TEST_P()
113 log_messages.emplace_back(make_message(sec++, "test_tag", "duplicate")); in TEST_P()
115 log_messages.emplace_back(make_message(sec++, "test_tag", "normal")); in TEST_P()
139 auto make_message = [&](uint32_t sec, int32_t tag, int32_t count) -> LogMessage { in TEST_P() argument
141 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_EVENTS, .uid = 0}; in TEST_P()
206 auto make_message = [&](uint32_t sec, int32_t pid, uint32_t uid, uint32_t lid, const char* tag, in TEST_P()
208 logger_entry entry = {.pid = pid, .tid = 1, .sec = sec, .nsec = 1, .lid = lid, .uid = uid}; in TEST_P()
276 auto make_message = [&](uint32_t sec, const char* tag, const char* msg, in TEST_P()
279 .pid = 1, .tid = 1, .sec = sec, .nsec = 1, .lid = LOG_ID_MAIN, .uid = 0}; in TEST_P()