Searched refs:screen_stack_control (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_error_checking_api_coverage_no_output.c | 113 GX_SCREEN_STACK_CONTROL screen_stack_control; in control_thread_entry() local 2126 memset(&screen_stack_control, 0, sizeof(GX_SCREEN_STACK_CONTROL)); in control_thread_entry() 2127 status = gx_screen_stack_create(&screen_stack_control, 0, 0); //should return GX_PTR_ERROR in control_thread_entry() 2130 …status = gx_screen_stack_create(&screen_stack_control, (GX_WIDGET **)&byte_data, 0); //should retu… in control_thread_entry() 2136 status = gx_screen_stack_push(&screen_stack_control, &widget, 0);// control is NULL in control_thread_entry() 2139 status = gx_screen_stack_push(&screen_stack_control, 0, 0);// screen is NULL in control_thread_entry()
|