Home
last modified time | relevance | path

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

/tests/subsys/logging/log_link_order/src/
A Dmain.c94 struct log_msg log2; in ZTEST()
95 struct log_msg *log1; in ZTEST()
97 log1 = z_log_msg_alloc(sizeof(struct log_msg) / sizeof(int)); in ZTEST()
120 struct log_msg *log1; in ZTEST()
121 struct log_msg log2; in ZTEST()
128 log1 = z_log_msg_alloc(sizeof(struct log_msg) / sizeof(int)); in ZTEST()
153 struct log_msg *log1; in ZTEST()
154 struct log_msg log2; in ZTEST()
161 log1 = z_log_msg_alloc(sizeof(struct log_msg) / sizeof(int)); in ZTEST()
/tests/subsys/logging/log_msg/src/
A Dmain.c45 void print_msg(struct log_msg *msg) in print_msg()
75 static void basic_validate(struct log_msg *msg, in basic_validate()
124 void clear_pkg_flags(struct log_msg *msg) in clear_pkg_flags()
200 ZTEST(log_msg, test_log_msg_0_args_msg) in ZTEST() argument
228 ZTEST(log_msg, test_log_msg_various_args) in ZTEST() argument
262 ZTEST(log_msg, test_log_msg_only_data) in ZTEST() argument
317 ZTEST(log_msg, test_log_msg_fp) in ZTEST() argument
369 ZTEST(log_msg, test_mode_size_plain_string) in ZTEST() argument
393 exp_len = offsetof(struct log_msg, data) + in ZTEST()
401 ZTEST(log_msg, test_mode_size_data_only) in ZTEST() argument
[all …]
/tests/subsys/logging/log_msg/
A DCMakeLists.txt5 project(log_msg) project
/tests/subsys/zbus/integration/src/
A Dmain.c73 struct net_log_msg log_msg = {.count_net = count_net, in net_thread() local
76 zbus_chan_pub(&net_log_chan, &log_msg, K_MSEC(500)); in net_thread()
90 struct net_log_msg log_msg; in net_log_thread() local
93 if (!zbus_sub_wait_msg(&net_log_sub, &chan, &log_msg, K_FOREVER)) { in net_log_thread()
96 LOG_DBG("[Net log]: count_net = %d, pkt.total = %d", log_msg.count_net, in net_log_thread()
97 log_msg.pkt_total); in net_log_thread()
/tests/bsim/bluetooth/host/att/open_close/src/
A Dmain.c83 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log() argument
89 LOG_WRN("Sync point: %s", log_msg); in bs_sync_all_log()
/tests/bsim/bluetooth/host/att/long_read/
A Dmain.c112 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log() argument
118 LOG_WRN("Sync point: %s", log_msg); in bs_sync_all_log()
/tests/bsim/bluetooth/host/att/timeout/
A Dmain.c75 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log() argument
81 LOG_WRN("Sync point: %s", log_msg); in bs_sync_all_log()
/tests/subsys/logging/log_core_additional/src/
A Dlog_test.c502 char *log_msg = "log user space"; in ZTEST() local
509 call_log_generic("log generic: %s", log_msg); in ZTEST()
/tests/subsys/logging/log_switch_format/src/
A Dmain.c160 void custom_formatting(const struct log_output *output, struct log_msg *msg, uint32_t flags) in custom_formatting()
/tests/subsys/logging/log_api/src/
A Dmain.c28 ROUND_UP(sizeof(struct log_msg) + \
34 ROUND_UP(sizeof(struct log_msg) + \

Completed in 894 milliseconds