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

  /external/chromium_org/remoting/host/
branding.h 14 extern const wchar_t kWindowsServiceName[];
branding.cc 38 const wchar_t kWindowsServiceName[] = L"chromoting";
daemon_process_win.cc 249 OpenService(scmanager, kWindowsServiceName, desired_access));
251 PLOG(INFO) << "Failed to open to the '" << kWindowsServiceName
269 PLOG(INFO) << "Failed to change the '" << kWindowsServiceName
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 387 PLOG(ERROR) << "Failed to change the '" << kWindowsServiceName
396 PLOG(ERROR) << "Failed to start the '" << kWindowsServiceName
426 PLOG(ERROR) << "Failed to change the '" << kWindowsServiceName
436 PLOG(ERROR) << "Failed to stop the '" << kWindowsServiceName
516 ::OpenServiceW(scmanager, kWindowsServiceName, desired_access));
519 PLOG(ERROR) << "Failed to open to the '" << kWindowsServiceName