Searched refs:sub_type (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/subsys/logging/log_syst/src/ |
| D | main.c | 82 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()
|
| D | mock_backend.h | 32 const char *module_id, const char *sub_type,
|
| D | mock_backend.c | 63 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/ |
| D | main.c | 209 int sub_type = *(int *)p1; in tThread_entry() local 215 switch (sub_type) { in tThread_entry()
|
| /Zephyr-latest/modules/openthread/platform/ |
| D | radio.c | 1557 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()
|