Home
last modified time | relevance | path

Searched refs:kWindowsServiceName (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
Ddaemon_process_win.cc217 OpenService(scmanager, kWindowsServiceName, desired_access)); in DisableAutoStart()
220 << "Failed to open to the '" << kWindowsServiceName << "' service"; in DisableAutoStart()
238 << "Failed to change the '" << kWindowsServiceName in DisableAutoStart()
Dbranding.h14 extern const wchar_t kWindowsServiceName[];
Dbranding.cc38 const wchar_t kWindowsServiceName[] = L"chromoting"; variable
/external/chromium_org/remoting/host/win/
Delevated_controller.cc393 << "Failed to change the '" << kWindowsServiceName in StartDaemon()
403 << "Failed to start the '" << kWindowsServiceName << "'service"; in StartDaemon()
433 << "Failed to change the '" << kWindowsServiceName in StopDaemon()
444 << "Failed to stop the '" << kWindowsServiceName << "'service"; in StopDaemon()
524 ::OpenServiceW(scmanager, kWindowsServiceName, desired_access)); in OpenService()
528 << "Failed to open to the '" << kWindowsServiceName << "' service"; in OpenService()
Dhost_service.cc222 { const_cast<LPWSTR>(kWindowsServiceName), &HostService::ServiceMain }, in RunAsService()
248 kWindowsServiceName, &HostService::ServiceControlHandler, this); in RunAsServiceImpl()
/external/chromium_org/remoting/host/setup/
Ddaemon_controller_delegate_win.cc104 ::OpenServiceW(scmanager, kWindowsServiceName, SERVICE_QUERY_STATUS)); in OpenService()
109 << "Failed to open to the '" << kWindowsServiceName << "' service"; in OpenService()
157 << "Failed to query the state of the '" << kWindowsServiceName in GetState()