Searched refs:_ux_system_host_class_hub_name (Results 1 – 5 of 5) sorted by relevance
93 _ux_host_stack_class_get(_ux_system_host_class_hub_name, &class); in _ux_host_class_hub_change_detect()
418 UX_TEST_CHECK_SUCCESS(ux_host_stack_class_get(_ux_system_host_class_hub_name, &class)); in class_hub_get()453 …if (!memcmp(class->ux_host_class_name, _ux_system_host_class_hub_name, strlen(_ux_system_host_clas… in system_change_function()576 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_hub_name, ux_host_class_h… in thread_entry_host()
380 status = ux_host_stack_class_register(_ux_system_host_class_hub_name, ux_host_class_hub_entry); in test_application_define()
111 extern UCHAR _ux_system_host_class_hub_name[];
52 UCHAR _ux_system_host_class_hub_name[] = "ux_host_class_hub"; variable