Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c128 static void ReportStatus( int inType, const char *inFormat, ... );
264 ReportStatus( EVENTLOG_ERROR_TYPE, "install service failed (%d)\n", err ); in Main()
273 ReportStatus( EVENTLOG_ERROR_TYPE, "remove service failed (%d)\n", err ); in Main()
286 ReportStatus( EVENTLOG_ERROR_TYPE, "run service directly failed (%d)\n", err ); in Main()
319 ReportStatus( EVENTLOG_ERROR_TYPE, "start service dispatcher failed (%d)\n", err ); in Main()
431 ReportStatus( EVENTLOG_SUCCESS, "installed service\n" ); in InstallService()
487 ReportStatus( EVENTLOG_SUCCESS, "Removed service\n" ); in RemoveService()
798 static void ReportStatus( int inType, const char *inFormat, ... ) in ReportStatus() function
851 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Running service directly\n" ); in RunDirect()
1132 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Service started\n" ); in ServiceRun()
[all …]