OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
217
OpenService(scmanager,
kWindowsServiceName
, desired_access));
220
<< "Failed to open to the '" <<
kWindowsServiceName
<< "' service";
238
<< "Failed to change the '" <<
kWindowsServiceName
/external/chromium_org/remoting/host/win/
elevated_controller.cc
393
<< "Failed to change the '" <<
kWindowsServiceName
403
<< "Failed to start the '" <<
kWindowsServiceName
<< "'service";
433
<< "Failed to change the '" <<
kWindowsServiceName
444
<< "Failed to stop the '" <<
kWindowsServiceName
<< "'service";
524
::OpenServiceW(scmanager,
kWindowsServiceName
, desired_access));
528
<< "Failed to open to the '" <<
kWindowsServiceName
<< "' service";
host_service.cc
222
{ const_cast<LPWSTR>(
kWindowsServiceName
), &HostService::ServiceMain },
248
kWindowsServiceName
, &HostService::ServiceControlHandler, this);
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc
104
::OpenServiceW(scmanager,
kWindowsServiceName
, SERVICE_QUERY_STATUS));
109
<< "Failed to open to the '" <<
kWindowsServiceName
<< "' service";
157
<< "Failed to query the state of the '" <<
kWindowsServiceName
Completed in 189 milliseconds