Lines Matching refs:ReportStatus
128 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()
1134 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Service stopped (%d)\n", err ); in ServiceRun()
1192 gPlatformStorage.reportStatusFunc = ReportStatus; in ServiceSpecificInitialize()
1474 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Maintenance wake" ); in ServiceSpecificRun()
1483 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Returning to sleep after maintenance wake" ); in ServiceSpecificRun()
2255 …ReportStatus( EVENTLOG_INFORMATION_TYPE, "enabling sleep proxy client with next maintenance wake i… in SystemWakeForNetworkAccess()