Home
last modified time | relevance | path

Searched refs:OSP_DLOG_IF (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/platform/impl/
Dlogging_unittest.cc173 OSP_DLOG_IF(INFO, true) << "Info"; in TEST_F()
174 OSP_DLOG_IF(WARN, true) << "Warning"; in TEST_F()
175 OSP_DLOG_IF(ERROR, true) << "Error"; in TEST_F()
188 OSP_DLOG_IF(INFO, false) << "Info"; in TEST_F()
189 OSP_DLOG_IF(WARN, false) << "Warning"; in TEST_F()
190 OSP_DLOG_IF(ERROR, false) << "Error"; in TEST_F()
/external/openscreen/util/
Dosp_logging.h120 #define OSP_DLOG_IF(level, condition) \ macro