Searched refs:get_domain_name (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_link_order/src/ |
D | mock_log_link.c | 22 static int get_domain_name(const struct log_link *link, uint32_t domain_id, in get_domain_name() function 63 .get_domain_name = get_domain_name,
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | mock_log_link.c | 27 static int get_domain_name(const struct log_link *link, uint32_t domain_id, in get_domain_name() function 80 .get_domain_name = get_domain_name,
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_link.h | 42 int (*get_domain_name)(const struct log_link *link, uint32_t domain_id, member 207 return link->api->get_domain_name(link, domain_id, buf, length); in log_link_get_domain_name()
|
/Zephyr-latest/subsys/logging/ |
D | log_multidomain_link.c | 323 .get_domain_name = link_remote_get_domain_name,
|