Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c220 z_log_msg_runtime_create(domain, source, in ZTEST()
253 z_log_msg_runtime_create(domain, (void *)source, level, NULL, in ZTEST()
280 z_log_msg_runtime_create(domain, (void *)source, level, array, in ZTEST()
309 z_log_msg_runtime_create(domain, (void *)source, level, array, in ZTEST()
346 z_log_msg_runtime_create(domain, (void *)source, level, NULL, 0, 0, in ZTEST()
569 z_log_msg_runtime_create(0, (void *)1, 2, NULL, 0, 0, "test"); in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c511 z_log_msg_runtime_create(domain, __log_current_const_data, in ZTEST()
539 z_log_msg_runtime_create(domain, NULL, in ZTEST_USER()
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h507 z_log_msg_runtime_create((_domain_id), (void *)(_source), \
705 static inline void z_log_msg_runtime_create(uint8_t domain_id, in z_log_msg_runtime_create() function