/tests/subsys/logging/log_api/src/ |
A D | mock_backend.c | 11 void mock_log_backend_reset(const struct log_backend *backend) in mock_log_backend_reset() 23 void mock_log_backend_check_enable(const struct log_backend *backend) in mock_log_backend_check_enable() 30 void mock_log_backend_check_disable(const struct log_backend *backend) in mock_log_backend_check_disable() 37 void mock_log_backend_dummy_record(const struct log_backend *backend, int cnt) in mock_log_backend_dummy_record() 48 void mock_log_backend_drop_record(const struct log_backend *backend, int cnt) in mock_log_backend_drop_record() 55 void mock_log_backend_generic_record(const struct log_backend *backend, in mock_log_backend_generic_record() 126 static void process(const struct log_backend *const backend, in process() 199 static void mock_init(struct log_backend const *const backend) in mock_init() 204 static void panic(struct log_backend const *const backend) in panic() 211 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() [all …]
|
A D | mock_backend.h | 61 static inline void mock_log_backend_record(const struct log_backend *backend, in mock_log_backend_record()
|
A D | mock_frontend.c | 24 static const struct log_backend backend = { variable
|
/tests/subsys/logging/log_switch_format/src/ |
A D | main.c | 45 const struct log_backend *backend; in test_log_switch_format_success_case() local 86 const struct log_backend *backend; in test_log_switch_format_set() local 114 const struct log_backend *backend; in test_log_switch_format_set_all_active_backends() local 170 const struct log_backend *backend; in ZTEST() local 190 const struct log_backend *backend; in ZTEST() local 209 const struct log_backend *backend; in ZTEST() local
|
A D | mock_backend.c | 49 static void process(const struct log_backend *const backend, in process() 99 static int format_set(const struct log_backend *const backend, uint32_t log_type) in format_set() 105 static void mock_init(struct log_backend const *const backend) in mock_init() 110 static void panic(struct log_backend const *const backend) in panic()
|
/tests/subsys/logging/log_syst/src/ |
A D | mock_backend.c | 44 static void process(const struct log_backend *const backend, in process() 107 static int format_set(const struct log_backend *const backend, uint32_t log_type) in format_set() 113 static void mock_init(struct log_backend const *const backend) in mock_init() 118 static void panic(struct log_backend const *const backend) in panic()
|
A D | main.c | 134 const struct log_backend *backend; in before() local 148 const struct log_backend *backend; in after() local
|
/tests/subsys/modem/modem_pipe/src/ |
A D | main.c | 49 struct modem_backend_fake *backend = in modem_backend_fake_opened_handler() local 57 struct modem_backend_fake *backend = data; in modem_backend_fake_open() local 73 struct modem_backend_fake *backend = in modem_backend_fake_transmit_idle_handler() local 81 struct modem_backend_fake *backend = data; in modem_backend_fake_transmit() local 98 struct modem_backend_fake *backend = data; in modem_backend_fake_receive() local 109 struct modem_backend_fake *backend = in modem_backend_fake_closed_handler() local 117 struct modem_backend_fake *backend = data; in modem_backend_fake_close() local 137 static struct modem_pipe *modem_backend_fake_init(struct modem_backend_fake *backend) in modem_backend_fake_init() 150 static void modem_backend_fake_reset(struct modem_backend_fake *backend) in modem_backend_fake_reset() 162 static void modem_backend_fake_set_sync(struct modem_backend_fake *backend, bool sync) in modem_backend_fake_set_sync()
|
/tests/subsys/logging/log_backend_init/src/ |
A D | main.c | 38 static void backend_process(const struct log_backend *const backend, in backend_process() 58 static void panic(const struct log_backend *const backend) in panic() 71 static void backend_init(const struct log_backend *const backend) in backend_init() 80 static int backend_is_ready(const struct log_backend *const backend) in backend_is_ready()
|
/tests/subsys/logging/log_blocking/src/ |
A D | main.c | 105 static void process(const struct log_backend *const backend, union log_msg_generic *msg) in process() 115 static void mock_init(struct log_backend const *const backend) in mock_init() 119 static void panic(struct log_backend const *const backend) in panic() 129 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped()
|
/tests/subsys/logging/log_stress/src/ |
A D | main.c | 51 static void process(const struct log_backend *const backend, in process() 62 static void mock_init(struct log_backend const *const backend) in mock_init() 67 static void panic(struct log_backend const *const backend) in panic() 72 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped()
|
/tests/subsys/debug/cpu_load/src/ |
A D | main.c | 50 static void process(const struct log_backend *const backend, in process() 62 static void init(const struct log_backend *const backend) in init()
|
/tests/subsys/logging/log_link_order/src/ |
A D | main.c | 26 static void process(const struct log_backend *const backend, in process() 32 static void panic(const struct log_backend *const backend) in panic()
|
/tests/subsys/logging/log_benchmark/src/ |
A D | main.c | 47 static void process(struct log_backend const *const backend, in process() 52 static void panic(struct log_backend const *const backend) in panic() 59 static void dropped(struct log_backend const *const backend, uint32_t cnt) in dropped()
|
/tests/subsys/logging/log_links/src/ |
A D | main.c | 25 static void process(const struct log_backend *const backend, in process() 31 static void panic(const struct log_backend *const backend) in panic()
|
/tests/subsys/logging/log_custom_header/src/ |
A D | log_custom_header.c | 32 static void backend_process(const struct log_backend *const backend, union log_msg_generic *msg) in backend_process()
|
/tests/subsys/tracing/tracing_api/src/ |
A D | main.c | 64 const struct tracing_backend *backend, in tracing_backends_output()
|
/tests/subsys/logging/log_core_additional/src/ |
A D | log_test.c | 78 static void process(const struct log_backend *const backend, in process() 130 static void panic(const struct log_backend *const backend) in panic()
|
/tests/subsys/logging/log_backend_fs/src/ |
A D | log_fs_test.c | 32 static const struct log_backend *backend; variable
|
/tests/subsys/mgmt/ec_host_cmd/simulator/src/ |
A D | main.c | 15 static int host_send(const struct ec_host_cmd_backend *backend) in host_send()
|