Home | History | Annotate | Download | only in ipc

Lines Matching refs:ChannelMojo

49     return ChannelMojo::Create(std::move(handle_), mode_, listener,
83 std::unique_ptr<ChannelMojo> ChannelMojo::Create(
89 return base::WrapUnique(new ChannelMojo(std::move(handle), mode, listener,
94 std::unique_ptr<ChannelFactory> ChannelMojo::CreateServerFactory(
104 std::unique_ptr<ChannelFactory> ChannelMojo::CreateClientFactory(
113 ChannelMojo::ChannelMojo(
128 void ChannelMojo::ForwardMessageFromThreadSafePtr(mojo::Message message) {
136 void ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr(
146 ChannelMojo::~ChannelMojo() {
151 bool ChannelMojo::Connect() {
167 void ChannelMojo::Pause() {
171 void ChannelMojo::Unpause(bool flush) {
177 void ChannelMojo::Flush() {
181 void ChannelMojo::Close() {
192 void ChannelMojo::OnPipeError() {
198 base::Bind(&ChannelMojo::OnPipeError, weak_ptr_));
202 void ChannelMojo::OnAssociatedInterfaceRequest(
219 bool ChannelMojo::Send(Message* message) {
243 ChannelMojo::GetAssociatedInterfaceSupport() { return this; }
246 ChannelMojo::CreateThreadSafeChannel() {
249 base::Bind(&ChannelMojo::ForwardMessageFromThreadSafePtr, weak_ptr_),
250 base::Bind(&ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr,
255 void ChannelMojo::OnPeerPidReceived(int32_t peer_pid) {
259 void ChannelMojo::OnMessageReceived(const Message& message) {
260 TRACE_EVENT2("ipc,toplevel", "ChannelMojo::OnMessageReceived",
268 void ChannelMojo::OnBrokenDataReceived() {
273 MojoResult ChannelMojo::ReadFromMessageAttachmentSet(
303 MojoResult ChannelMojo::WriteToMessageAttachmentSet(
330 void ChannelMojo::AddGenericAssociatedInterface(
338 void ChannelMojo::GetGenericRemoteAssociatedInterface(