Searched refs:CreateNonRestrictedLogEvent (Results 1 – 4 of 4) sorted by relevance
62 events.push_back(CreateNonRestrictedLogEvent(atomTag, configAddedTimeNs + 10 * NS_PER_SEC)); in CreateLogEvents()63 events.push_back(CreateNonRestrictedLogEvent(atomTag, configAddedTimeNs + 20 * NS_PER_SEC)); in CreateLogEvents()64 events.push_back(CreateNonRestrictedLogEvent(atomTag, configAddedTimeNs + 30 * NS_PER_SEC)); in CreateLogEvents()
1122 CreateNonRestrictedLogEvent(atomTag, originalEventElapsedTime); in TEST_F()1144 CreateNonRestrictedLogEvent(atomTag, originalEventElapsedTime + 100); in TEST_F()
555 std::unique_ptr<LogEvent> CreateNonRestrictedLogEvent(int atomTag, int64_t timestampNs = 0);
1408 std::unique_ptr<LogEvent> CreateNonRestrictedLogEvent(int atomTag, int64_t timestampNs) { in CreateNonRestrictedLogEvent() function