Home
last modified time | relevance | path

Searched refs:shellEvent (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/shell/full/src/base/
Dshmsg.c106 (VOID)LOS_EventWrite(&shellCB->shellEvent, SHELL_CMD_PARSE_EVENT); in ShellNotify()
389 ret = LOS_EventRead(&shellCB->shellEvent, in ShellTask()
399 (VOID)LOS_EventDestroy(&shellCB->shellEvent); in ShellTask()
429 (VOID)LOS_EventInit(&shellCB->shellEvent); in ShellTaskInit()
Dshow.c156 (VOID)LOS_EventWrite(&shellCB->shellEvent, CONSOLE_SHELL_KEY_EVENT);
/kernel/liteos_a/shell/full/include/
Dshell.h95 EVENT_CB_S shellEvent; member