Home
last modified time | relevance | path

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

/external/pigweed/pw_log/
Dbasic_log_test.cc55 PW_LOG_WARN("This log statement should be at WARN level; no args"); in TEST()
57 PW_LOG_WARN("Counting: %d", i); in TEST()
59 PW_LOG_WARN("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
112 PW_LOG_WARN(TEST_FAILED_LOG); in TEST()
197 PW_LOG_WARN("This log statement should be at WARN level; no args"); in TEST()
199 PW_LOG_WARN("Counting: %d", i); in TEST()
201 PW_LOG_WARN("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
Dbasic_log_test_plain_c.c53 PW_LOG_WARN("This log statement should be at WARN level; no args"); in BasicLogTestPlainC()
55 PW_LOG_WARN("Counting: %d", i); in BasicLogTestPlainC()
57 PW_LOG_WARN("Here is a string: %s; with another string %s", "foo", "bar"); in BasicLogTestPlainC()
120 PW_LOG_WARN("Abc %d %s", 123, "four"); in CustomFormatStringTest()
Ddocs.rst135 .. cpp:function:: PW_LOG_WARN(fmt, ...)
202 PW_LOG_WARN("This is above INFO level, and will display");
/external/pigweed/pw_rpc/
Dclient.cc32 PW_LOG_WARN("RPC client failed to decode incoming packet"); in ProcessPacket()
44 PW_LOG_WARN("RPC client received a malformed packet"); in ProcessPacket()
59 PW_LOG_WARN("RPC client received a packet for an unregistered channel"); in ProcessPacket()
64 PW_LOG_WARN("RPC client received a packet for a request it did not make"); in ProcessPacket()
92 PW_LOG_WARN( in RegisterCall()
Dserver.cc37 PW_LOG_WARN("Failed to decode packet on interface %s", interface.name()); in DecodePacket()
46 PW_LOG_WARN("Received incomplete packet on interface %s", interface.name()); in DecodePacket()
118 PW_LOG_WARN("Unable to handle packet of type %u", in ProcessPacket()
148 PW_LOG_WARN("Received CANCEL packet for method that is not pending"); in HandleCancelPacket()
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method.cc56 PW_LOG_WARN("Nanopb failed to decode request payload from channel %u", in DecodeRequest()
81 PW_LOG_WARN("Failed to send response packet for channel %u, status %u", in SendResponse()
88 PW_LOG_WARN( in SendResponse()
/external/pigweed/pw_log/public/pw_log/
Dlog.h97 #ifndef PW_LOG_WARN
98 #define PW_LOG_WARN(message, ...) \ macro
Dshort.h29 #define LOG_WARN PW_LOG_WARN
Dshorter.h30 #define WRN PW_LOG_WARN
/external/pigweed/pw_kvs/
Dentry_cache.cc96 PW_LOG_WARN( in Find()
112 PW_LOG_WARN("Found key hash collision for 0x%08" PRIx32, hash); in Find()
Dkey_value_store_map_test.cc306 PW_LOG_WARN("Delete: RESOURCE_EXHAUSTED could not delete key %s", in Delete()
/external/pigweed/pw_rpc/raw/
Draw_method.cc65 PW_LOG_WARN("Failed to send response packet for channel %u", in CallUnary()
/external/pigweed/pw_tool/
Dmain.cc89 PW_LOG_WARN("Assuming closing quote at EOL."); in TokenizeLine()