Searched refs:get_source_name (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_link_order/src/ |
D | mock_log_link.c | 31 static int get_source_name(const struct log_link *link, uint32_t domain_id, in get_source_name() function 64 .get_source_name = get_source_name,
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | mock_log_link.c | 41 static int get_source_name(const struct log_link *link, uint32_t domain_id, in get_source_name() function 81 .get_source_name = get_source_name,
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_link.h | 44 int (*get_source_name)(const struct log_link *link, uint32_t domain_id, member 229 return link->api->get_source_name(link, domain_id, source_id, in log_link_get_source_name()
|
/Zephyr-latest/subsys/logging/ |
D | log_multidomain_link.c | 324 .get_source_name = link_remote_get_source_name,
|