Lines Matching full:service
30 // A ServiceProcessControl works as a portal between the service process and
33 // It is used to start and terminate the service process. It is also used
34 // to send and receive IPC messages from the service process.
49 // An interface for handling messages received from the service process.
63 // Return the user profile associated with this service process.
66 // Return true if this object is connected to the service.
69 // If no service process is currently running, creates a new service process
71 // If a service process is already running this method will try to connect
75 // |failure_task| is called when we failed to connect to the service process.
78 // Note that if we are already connected to service process then
100 // Send a shutdown message to the service process. IPC channel will be
110 // Send a message to enable the remoting service in the service process.
118 // Send request for current status of the remoting service.
123 // Add a message handler for receiving messages from the service
133 // This class is responsible for launching the service process on the
168 // Method called by Launcher when the service process is launched.
171 // Used internally to connect to the service process.
178 // IPC channel to the service process.
181 // Service process launcher.
196 // Handler for messages from service process.