Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 20 of 20) sorted by relevance

/tests/subsys/logging/log_api/src/
A Dmock_backend.c11 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 Dmock_backend.h61 static inline void mock_log_backend_record(const struct log_backend *backend, in mock_log_backend_record()
A Dmock_frontend.c24 static const struct log_backend backend = { variable
/tests/subsys/logging/log_switch_format/src/
A Dmain.c45 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 Dmock_backend.c49 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 Dmock_backend.c44 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 Dmain.c134 const struct log_backend *backend; in before() local
148 const struct log_backend *backend; in after() local
/tests/subsys/modem/modem_pipe/src/
A Dmain.c49 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 Dmain.c38 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 Dmain.c105 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 Dmain.c51 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 Dmain.c50 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 Dmain.c26 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 Dmain.c47 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 Dmain.c25 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 Dlog_custom_header.c32 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 Dmain.c64 const struct tracing_backend *backend, in tracing_backends_output()
/tests/subsys/logging/log_core_additional/src/
A Dlog_test.c78 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 Dlog_fs_test.c32 static const struct log_backend *backend; variable
/tests/subsys/mgmt/ec_host_cmd/simulator/src/
A Dmain.c15 static int host_send(const struct ec_host_cmd_backend *backend) in host_send()

Completed in 71 milliseconds