Home
last modified time | relevance | path

Searched defs:watchItem (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
Dwatch_shellcmd.c71 WatchCB *watchItem = (WatchCB *)arg1; in OsShellCmdDoWatch() local
114 INT32 OsWatchOptionParsed(UINT32 argc, UINT32 *argoff, const CHAR **argv, WatchCB *watchItem) in OsWatchOptionParsed()
166 INT32 OsWatchCmdSplice(UINT32 argc, UINT32 argoff, const CHAR **argv, WatchCB *watchItem) in OsWatchCmdSplice()
189 UINT32 OsWatchTaskCreate(WatchCB *watchItem) in OsWatchTaskCreate()
218 WatchCB *watchItem = NULL; in OsShellCmdWatch() local