Home
last modified time | relevance | path

Searched full:no_backends (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c19 #ifndef NO_BACKENDS
20 #define NO_BACKENDS 0 macro
46 #if NO_BACKENDS
61 return NO_BACKENDS ? (log_timestamp_t)UINT32_MAX : stamp++; in timestamp_get()
85 return NO_BACKENDS || IS_ENABLED(CONFIG_LOG_FRONTEND_ONLY); in frontend_only()
137 if (NO_BACKENDS) { in process_and_validate()
863 if (NO_BACKENDS) { in log_api_suite_teardown()
883 if (NO_BACKENDS) { in log_api_suite_setup()
898 if (NO_BACKENDS) { in log_api_suite_before()
921 if (NO_BACKENDS) { in log_api_suite_after()
/Zephyr-latest/tests/subsys/logging/log_api/
Dtestcase.yaml156 logging.frontend.no_backends: