Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c82 const char *sub_type = SUB_TYPE; in ZTEST() local
86 validate_msg(type, optional_flags, module_id, sub_type, payload); in ZTEST()
94 const char *sub_type = SUB_TYPE; in ZTEST() local
97 validate_msg(type, optional_flags, module_id, sub_type, payload); in ZTEST()
105 const char *sub_type = SUB_TYPE; in ZTEST() local
109 validate_msg(type, optional_flags, module_id, sub_type, payload); in ZTEST()
Dmock_backend.h32 const char *module_id, const char *sub_type,
Dmock_backend.c63 const char *module_id, const char *sub_type, in validate_msg() argument
68 const char *syst_format_headers[4] = {type, optional_flags, module_id, sub_type}; in validate_msg()
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c209 int sub_type = *(int *)p1; in tThread_entry() local
215 switch (sub_type) { in tThread_entry()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1557 const uint8_t sub_type = 1; in set_vendor_ie_header_lm() local
1582 content_len = oui_size + sub_type + link_metrics_data_len; in set_vendor_ie_header_lm()