Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetPeerPid
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_impl_test.cpp
65
EXPECT_EQ(-1, sessionImpl_.
GetPeerPid
());
in HWTEST_F()
226
* @tc.desc: Test
GetPeerPid
method
234
EXPECT_EQ(sessionImpl_.
GetPeerPid
(), expectedPeerPid);
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H
A
D
Session.h
68
virtual pid_t
GetPeerPid
() const = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_impl.cpp
102
pid_t SessionImpl::
GetPeerPid
() const
in GetPeerPid()
function in Communication::SoftBus::SessionImpl
H
A
D
session_impl.h
71
pid_t
GetPeerPid
() const override;
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
ipc_msg_adapter.cpp
102
int32_t IpcMsgAdapter::
GetPeerPid
()
in GetPeerPid()
function in OHOS::Sharing::IpcMsgAdapter
H
A
D
ipc_msg_adapter.h
78
int32_t
GetPeerPid
();
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
dbinder_session_object.h
70
int
GetPeerPid
() const;
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
dbinder_session_object.cpp
130
int DBinderSessionObject::
GetPeerPid
() const
in GetPeerPid()
function in OHOS::DBinderSessionObject
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
dbinder_session_object_unittest.cpp
174
* @tc.desc: Verify the DBinderSessionObject::SetPeerPid and
GetPeerPid
functions
182
EXPECT_EQ(object.
GetPeerPid
(), PEER_PID);
in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
dbinder_databus_invoker.cpp
106
!data.WriteUint32(session->
GetPeerPid
()) || !data.WriteUint32(session->GetPeerUid()) ||
in GetSessionForProxy()
154
if (!data.WriteUint32(session->
GetPeerPid
()) || !data.WriteUint32(session->GetPeerUid()) ||
in AuthSession2Proxy()
773
int pid = static_cast<int>(session->
GetPeerPid
());
in CheckAndSetCallerInfo()
879
int peerPid = sessionObject->
GetPeerPid
();
in ConnectRemoteObject2Session()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H
A
D
interprocess_unit_test.cpp
703
auto ret = ipcMsgAdapter->
GetPeerPid
();
in HWTEST_F()
Completed in 6 milliseconds