Searched refs:log_cache_get (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/logging/ |
D | log_cache.h | 50 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data);
|
D | log_cache.c | 53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get() function
|
D | log_mgmt.c | 224 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/ |
D | main.c | 68 res = log_cache_get(cache, id, buf); in cache_get()
|