Lines Matching full:service
23 // Return the IPC channel to connect to the service process.
27 // Return a name that is scoped to this instance of the service process. We
31 // Return a name that is scoped to this instance of the service process. We
37 // service process (typically the browser process).
39 // This method checks that if the service process is ready to receive
43 // Returns the process id and version of the currently running service process.
44 // Note: DO NOT use this check whether the service process is ready because
51 // Forces a service process matching the specified version to shut down.
55 // This is a class that is used by the service process to signal events and
64 // Tries to become the sole service process for the current user data dir.
65 // Returns false if another service process is already running.
68 // Signal that the service process is ready.
69 // This method is called when the service process is running and initialized.
73 // to monitor the service process.
77 // Signal that the service process is stopped.
80 // Register the service process to run on startup.
83 // Unregister the service process to run on startup.
86 // Return the channel handle used for communicating with the service.
92 // Create the shared memory data for the service process.
95 // If an older version of the service process running, it should be shutdown.
99 // Acquires a singleton lock for the service process. A return value of false
100 // means that a service process instance is already running.
110 // Initializes the command-line that can be used to autorun the service