#include <AsyncChannel.h>
List of all members.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
| ChannelClosed |
|
| ChannelOpening |
|
| ChannelConnected |
|
| ChannelTimeout |
|
| ChannelClosing |
|
| ChannelError |
|
Constructor & Destructor Documentation
| mozilla::ipc::AsyncChannel::AsyncChannel |
( |
AsyncListener * |
aListener |
) |
|
| virtual mozilla::ipc::AsyncChannel::~AsyncChannel |
( |
|
) |
[virtual] |
Member Function Documentation
| void mozilla::ipc::AsyncChannel::AssertIOThread |
( |
|
) |
const [inline, protected] |
| void mozilla::ipc::AsyncChannel::AssertWorkerThread |
( |
|
) |
const [inline, protected] |
| virtual void mozilla::ipc::AsyncChannel::Clear |
( |
|
) |
[protected, virtual] |
| void mozilla::ipc::AsyncChannel::Close |
( |
|
) |
|
| bool mozilla::ipc::AsyncChannel::Connected |
( |
|
) |
const [inline, protected] |
| void mozilla::ipc::AsyncChannel::DispatchOnChannelConnected |
( |
int32 |
peer_pid |
) |
|
| bool mozilla::ipc::AsyncChannel::MaybeHandleError |
( |
Result |
code, |
|
|
const char * |
channelName | |
|
) |
| | [protected] |
| bool mozilla::ipc::AsyncChannel::MaybeInterceptSpecialIOMessage |
( |
const Message & |
msg |
) |
[protected] |
| void mozilla::ipc::AsyncChannel::NotifyChannelClosed |
( |
|
) |
[protected] |
| void mozilla::ipc::AsyncChannel::NotifyMaybeChannelError |
( |
|
) |
[protected] |
| virtual void mozilla::ipc::AsyncChannel::OnChannelConnected |
( |
int32 |
peer_pid |
) |
[virtual] |
| virtual void mozilla::ipc::AsyncChannel::OnChannelError |
( |
|
) |
[virtual] |
| void mozilla::ipc::AsyncChannel::OnChannelOpened |
( |
|
) |
[protected] |
| void mozilla::ipc::AsyncChannel::OnCloseChannel |
( |
|
) |
[protected] |
| void mozilla::ipc::AsyncChannel::OnDispatchMessage |
( |
const Message & |
aMsg |
) |
[protected] |
| virtual void mozilla::ipc::AsyncChannel::OnMessageReceived |
( |
const Message & |
msg |
) |
[virtual] |
| void mozilla::ipc::AsyncChannel::OnNotifyMaybeChannelError |
( |
|
) |
[protected] |
| virtual bool mozilla::ipc::AsyncChannel::OnSpecialMessage |
( |
uint16 |
id, |
|
|
const Message & |
msg | |
|
) |
| | [protected, virtual] |
| bool mozilla::ipc::AsyncChannel::Open |
( |
Transport * |
aTransport, |
|
|
MessageLoop * |
aIOLoop = 0 | |
|
) |
| | |
| void mozilla::ipc::AsyncChannel::PostErrorNotifyTask |
( |
|
) |
[protected] |
| void mozilla::ipc::AsyncChannel::PrintErrorMessage |
( |
const char * |
channelName, |
|
|
const char * |
msg | |
|
) |
| | const [inline, protected] |
| void mozilla::ipc::AsyncChannel::ProcessGoodbyeMessage |
( |
|
) |
[protected] |
| void mozilla::ipc::AsyncChannel::ReportConnectionError |
( |
const char * |
channelName |
) |
const [protected] |
| virtual bool mozilla::ipc::AsyncChannel::Send |
( |
Message * |
msg |
) |
[virtual] |
| void mozilla::ipc::AsyncChannel::SendSpecialMessage |
( |
Message * |
msg |
) |
const [protected] |
| void mozilla::ipc::AsyncChannel::SendThroughTransport |
( |
Message * |
msg |
) |
const [protected] |
| virtual bool mozilla::ipc::AsyncChannel::ShouldDeferNotifyMaybeError |
( |
|
) |
const [inline, protected, virtual] |
| void mozilla::ipc::AsyncChannel::SynchronouslyClose |
( |
|
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: