Enhance app manager (#1011)

Add app_manager_is_started API per requested by #1004 to support
checking the status of app manager in another thread.
This commit is contained in:
Wenyong Huang
2022-02-17 15:04:52 +08:00
committed by GitHub
parent 3fe191b0df
commit 9fc124b06f
2 changed files with 15 additions and 0 deletions

View File

@ -183,6 +183,10 @@ app_manager_host_init(host_interface *intf);
void
app_manager_startup(host_interface *intf);
/* Return whether app manager is started */
bool
app_manager_is_started(void);
/* Get queue of current applet */
void *
app_manager_get_module_queue(uint32 module_type, void *module_inst);