OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPeerPID
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ipc/
ipc_channel_proxy.h
120
base::ProcessId
GetPeerPID
() const { return context_->peer_pid_; }
ipc_test_sink.cc
33
base::ProcessId TestSink::
GetPeerPID
() const {
ipc_channel_nacl.cc
142
base::ProcessId ChannelNacl::
GetPeerPID
() const {
312
listener()->OnChannelConnected(
GetPeerPID
());
ipc_channel_win.cc
136
base::ProcessId ChannelWin::
GetPeerPID
() const {
ipc_channel_posix.cc
[
all
...]
/external/chromium_org/ipc/mojo/
ipc_channel_mojo.cc
175
listener_->OnChannelConnected(
GetPeerPID
());
196
base::ProcessId ChannelMojo::
GetPeerPID
() const {
Completed in 245 milliseconds