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:SetPeerUid
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H
A
D
Session.h
88
virtual void
SetPeerUid
(uid_t peerUid) = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_impl.cpp
82
void SessionImpl::
SetPeerUid
(uid_t peerUid)
in SetPeerUid()
function in Communication::SoftBus::SessionImpl
H
A
D
session_impl.h
63
void
SetPeerUid
(uid_t peerUid) override;
H
A
D
session_service_impl.cpp
206
session->
SetPeerUid
(static_cast<uid_t>(tmp));
in OpenSessionCallback()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H
A
D
sessionimpl_fuzzer.cpp
50
session.
SetPeerUid
(peerUid);
in SetOpeTest()
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
dbinder_session_object.h
69
void
SetPeerUid
(int peerUid);
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
dbinder_session_object.cpp
125
void DBinderSessionObject::
SetPeerUid
(int peerUid)
in SetPeerUid()
function in OHOS::DBinderSessionObject
H
A
D
ipc_object_proxy.cpp
873
dbinderSession->
SetPeerUid
(data.peerUid);
in MakeDBinderTransSession()
/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
194
object.
SetPeerUid
(PEER_UID);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_impl_test.cpp
219
sessionImpl_.
SetPeerUid
(expectedPeerUid);
in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
dbinder_databus_invoker.cpp
238
sessionObject->
SetPeerUid
(peerUid);
in OnReceiveNewConnection()
577
sessionObject->
SetPeerUid
(std::stoi(peerUid));
in UpdateClientSession()
Completed in 10 milliseconds