Home
last modified time | relevance | path

Searched refs:watchEvent (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
H A Dwatch_shellcmd.c51 EVENT_CB_S watchEvent; /* event handle of the watch structure */ member
81 ret = LOS_EventRead(&watchItem->watchEvent, 0x01, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, watchItem->interval); in OsShellCmdDoWatch()
87 (VOID)LOS_EventDestroy(&watchItem->watchEvent); in OsShellCmdDoWatch()
102 ret = LOS_EventWrite(&g_watchCmd->watchEvent, 0x01); in OsWatchOverFunc()
195 ret = LOS_EventInit(&watchItem->watchEvent); in OsWatchTaskCreate()

Completed in 1 milliseconds