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

  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 4 StartService() {
19 StartService "$@"
  /external/libpcap/ChmodBPF/
ChmodBPF 5 StartService ()
31 RestartService () { StartService; }
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 92 HRESULT ServiceController::StartService() {
98 if (!::StartService(service.Get(), 0, NULL))
268 hr = StartService();
  /external/chromium_org/dbus/
test_service.cc 49 bool TestService::StartService() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsvc.h 287 #define StartService __MINGW_NAME_AW(StartService)
sdoias.h 437 virtual HRESULT WINAPI StartService(void) = 0;
452 HRESULT (WINAPI *StartService)(ISdoServiceControl *This);
469 #define ISdoServiceControl_StartService(This) (This)->lpVtbl->StartService(This)
    [all...]

Completed in 289 milliseconds