- #ifndef _MONKEY_aem_test_pop_window_
- #define _MONKEY_aem_test_pop_window_
- #include <string.h>
- #include "aem_app_comm.h"
- #define AEM_POP_WINDOWS_TYPE_NUM 60
- int aem_send_pop_window(uint32_t random);
- int aem_test_pop_window(uint32_t pop_type);
- void aem_test_pop_window_start();
- void aem_test_pop_window_stop();
- bool is_pop_testing();
- #endif
|