Searched refs:FlushCommand (Results 1 – 5 of 5) sorted by relevance
38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand()75 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs()83 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
28 class FlushCommand : public SocketClientCommand {33 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand() function
40 FlushCommand command(*this, logMask); in notifyNewLog()199 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()200 FlushCommand::hasSecurityLogs(cli), in onDataAvailable()
77 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()78 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()
39 "FlushCommand.cpp",