Home
last modified time | relevance | path

Searched refs:log_cache_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/logging/
Dlog_cache.h50 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data);
Dlog_cache.c53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get() function
Dlog_mgmt.c224 if (!log_cache_get(&sname_cache, id.raw, &cached)) { in link_source_name_get()
272 if (!log_cache_get(&dname_cache, id, &cached)) { in link_domain_name_get()
/Zephyr-latest/tests/subsys/logging/log_cache/src/
Dmain.c68 res = log_cache_get(cache, id, buf); in cache_get()