Home
last modified time | relevance | path

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

/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_message.cpp306 static bool unit_testing(getenv("SYST_UNITTESTING") != NULL); in operator <<() local
339 os << (unit_testing ? in operator <<()
344 os << (unit_testing ? in operator <<()
359 os << (unit_testing ? "<--UNITTEST-HIDE_CRC-->" : toHexValue(msg.getCrc())); in operator <<()