Searched refs:shellEvent (Results 1 – 3 of 3) sorted by relevance
106 (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()
156 (VOID)LOS_EventWrite(&shellCB->shellEvent, CONSOLE_SHELL_KEY_EVENT);
95 EVENT_CB_S shellEvent; member