Searched refs:LoggerImpl (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/logger/include/lib/logger/
H A Dlogger.h20 class LoggerImpl : public fbl::SinglyLinkedListable<fbl::unique_ptr<LoggerImpl>> { class in namespace:logger
24 explicit LoggerImpl(zx::channel channel, int out_fd);
25 ~LoggerImpl();
33 LoggerImpl* GetKey() const { return const_cast<LoggerImpl*>(this); }
34 static size_t GetHash(const LoggerImpl* impl) { return reinterpret_cast<uintptr_t>(impl); }
52 async::WaitMethod<LoggerImpl, &LoggerImpl::OnHandleReady> wait_;
53 async::WaitMethod<LoggerImpl,
[all...]
/fuchsia/zircon/system/ulib/logger/
H A Dlogger.cpp24 LoggerImpl::LoggerImpl(zx::channel channel, int out_fd) function in class:logger::LoggerImpl
31 LoggerImpl::~LoggerImpl() {
35 zx_status_t LoggerImpl::Begin(async_dispatcher_t* dispatcher) {
39 zx_status_t LoggerImpl::PrintLogMessage(const fx_log_packet_t* packet) {
94 void LoggerImpl::OnLogMessage(async_dispatcher_t* dispatcher, async::WaitBase* wait, zx_status_t status,
129 void LoggerImpl::OnHandleReady(async_dispatcher_t* dispatcher, async::WaitBase* wait, zx_status_t status,
163 zx_status_t LoggerImpl::ReadAndDispatchMessage(fidl::MessageBuffer* buffer, async_dispatcher_t* dispatcher) {
179 zx_status_t LoggerImpl
[all...]
H A Dprovider.cpp15 auto logger = new logger::LoggerImpl(zx::channel(request), STDOUT_FILENO);
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp53 logger_ = fbl::make_unique<logger::LoggerImpl>(fbl::move(remote), pipefd_[0]);
120 fbl::unique_ptr<logger::LoggerImpl> logger_;

Completed in 66 milliseconds