Searched defs:SERVICE_NAME (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBInstall.cpp104 #define SERVICE_NAME "VBoxUSBMon" macro
129 SERVICE_NAME,
193 SERVICE_NAME,
H A DUSBUninstall.cpp85 #define SERVICE_NAME "VBoxUSBMon" macro
110 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, SERVICE_STOP | SERVICE_QUERY_STATUS);
170 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, DELETE);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp63 #define SERVICE_NAME "VBoxDrv" macro
313 SERVICE_NAME,
359 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, SERVICE_STOP | SERVICE_QUERY_STATUS);
428 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, DELETE);
477 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, SERVICE_CHANGE_CONFIG);
542 SC_HANDLE hService = OpenService(hSMgr, SERVICE_NAME, SERVICE_QUERY_STATUS | SERVICE_START);
555 hService = OpenService(hSMgr, SERVICE_NAME, SERVICE_QUERY_STATUS | SERVICE_START);
H A DSUPDrv-win.cpp61 #define SERVICE_NAME "VBoxDrv" macro
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp32 * %SERVICE_NAME% -> the name of the service.
78 #define SERVICE_NAME "%SERVICE_NAME%" macro
571 SERVICE_NAME, sizeof(SERVICE_NAME) - 1))

Completed in 69 milliseconds