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:GetPeerUid
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_impl_test.cpp
64
EXPECT_EQ(-1, sessionImpl_.
GetPeerUid
());
in HWTEST_F()
212
* @tc.desc: Test when
GetPeerUid
is called then it returns the correct peerUid.
220
uid_t actualPeerUid = sessionImpl_.
GetPeerUid
();
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H
A
D
Session.h
66
virtual uid_t
GetPeerUid
() const = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_impl.cpp
97
uid_t SessionImpl::
GetPeerUid
() const
in GetPeerUid()
function in Communication::SoftBus::SessionImpl
H
A
D
session_impl.h
69
uid_t
GetPeerUid
() const override;
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
dbinder_session_object.h
71
int
GetPeerUid
() const;
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
dbinder_session_object.cpp
135
int DBinderSessionObject::
GetPeerUid
() const
in GetPeerUid()
function in OHOS::DBinderSessionObject
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
dbinder_session_object_unittest.cpp
187
* @tc.desc: Verify the DBinderSessionObject::SetPeerUid and
GetPeerUid
functions
195
EXPECT_EQ(object.
GetPeerUid
(), PEER_UID);
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()
774
int uid = static_cast<int>(session->
GetPeerUid
());
in CheckAndSetCallerInfo()
880
int peerUid = sessionObject->
GetPeerUid
();
in ConnectRemoteObject2Session()
Completed in 8 milliseconds