Home
last modified time | relevance | path

Searched refs:SetLogBufferForTest (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/platform/impl/
Dlogging_test.h20 void SetLogBufferForTest(std::vector<std::string>* messages);
Dlogging_unittest.cc27 SetLogBufferForTest(&log_messages); in SetUp()
33 SetLogBufferForTest(nullptr); in TearDown()
Dlogging_posix.cc123 void SetLogBufferForTest(std::vector<std::string>* messages) { in SetLogBufferForTest() function