Home | History | Annotate | Download | only in api

Lines Matching full:process

17         "description": "Starts new process.",
22 "description": "Name of the process to open. Initially only 'crosh' is supported. Another processes may be added in future."
28 "description": "Returns pid of the launched process. If no process was launched returns -1.",
32 "description": "Pid of the launched process.",
42 "description": "Closes previousy opened process.",
47 "description": "Process id of the process we want to close."
53 "description": "Function that gets called when close operation is started for the process. Returns success of the function.",
66 "description": "Sends input that will be routed to stdin of the process with the specified pid.",
71 "description": "The pid of the process to which we want to send input."
76 "description": "Input we are sending to the process."
95 "description": "Notify the process with the id pid that terminal window size has changed.",
100 "description": "The pid of the process."
131 "description": "Fired when an opened process writes something to its output.",
136 "description": "Pid of the process from which the output came."
141 "description": "Type of the output stream from which output came. When process exits, output type will be set to exit",