Home
last modified time | relevance | path

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

/base/startup/appspawn/standard/
H A Dappspawn_service.c602 LE_WatchInfo watchInfo = {}; in WatchChildProcessFd() local
603 watchInfo.fd = fd; in WatchChildProcessFd()
604 watchInfo.flags = WATCHER_ONCE; in WatchChildProcessFd()
605 watchInfo.events = EVENT_READ; in WatchChildProcessFd()
606 watchInfo.close = ClosePidfdWatcher; in WatchChildProcessFd()
607 watchInfo.processEvent = ProcessChildProcessFd; in WatchChildProcessFd()
612 LE_STATUS status = LE_StartWatcher(LE_GetDefaultLoop(), &property->forkCtx.pidFdWatcherHandle, &watchInfo, appPid); in WatchChildProcessFd()
634 LE_WatchInfo watchInfo = {}; in AddChildWatcher() local
635 watchInfo.fd = property->forkCtx.fd[0]; in AddChildWatcher()
636 watchInfo in AddChildWatcher()
[all...]
/base/startup/init/services/param/linux/
H A Dparam_service.c129 msg->id.msgId = extData->info.watchInfo.watchId; in SendWatcherNotifyMessage()
201 node->watchId = extInfo->info.watchInfo.watchId; in AddWatchNode()
226 extData.info.watchInfo.watchId = node->watchId; in ExecuteWatchTrigger_()
297 extData.info.watchInfo.watchId = msg->id.watcherId; in HandleParamWatcherAdd()
/base/startup/init/services/param/include/
H A Dtrigger_manager.h77 } watchInfo; member

Completed in 5 milliseconds