HomeSort by relevance Sort by last modified time
    Searched refs:ServiceController (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cloud_print/service/win/
service_controller.cc 84 ServiceController::ServiceController()
89 ServiceController::~ServiceController() {
92 HRESULT ServiceController::StartService() {
108 HRESULT ServiceController::StopService() {
125 base::FilePath ServiceController::GetBinary() const {
131 HRESULT ServiceController::InstallConnectorService(
140 HRESULT ServiceController::InstallCheckService(
148 HRESULT ServiceController::InstallService(const base::string16& user
    [all...]
service_controller.h 19 class ServiceController {
31 ServiceController();
32 ~ServiceController();
cloud_print_service_config.cc 80 void SetState(ServiceController::State state, const base::string16& user,
91 return state_ > ServiceController::STATE_NOT_FOUND;
113 ServiceController::State state_;
119 ServiceController controller_;
123 : state_(ServiceController::STATE_NOT_FOUND),
156 void SetupDialog::SetState(ServiceController::State status,
164 case ServiceController::STATE_NOT_FOUND:
167 case ServiceController::STATE_STOPPED:
170 case ServiceController::STATE_RUNNING:
183 DWORD start_string = (status == ServiceController::STATE_STOPPED)
    [all...]
cloud_print_service.cc 113 base::string16 StateAsString(ServiceController::State state) {
116 case ServiceController::STATE_NOT_FOUND:
119 case ServiceController::STATE_STOPPED:
122 case ServiceController::STATE_RUNNING:
141 controller_(new ServiceController()) {
145 return ServiceController::GetAppIdT();
285 base::Bind(base::IgnoreResult(&ServiceController::UninstallService),
394 scoped_ptr<ServiceController> controller_;
installer.cc 90 ServiceController controller;
108 ServiceController controller;

Completed in 650 milliseconds