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:SetPeerDeviceId
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_impl_test.cpp
148
* @tc.desc: Test
SetPeerDeviceId
when name is empty.
155
sessionImpl_.
SetPeerDeviceId
(name);
in HWTEST_F()
161
* @tc.desc: Test
SetPeerDeviceId
when name is not empty.
168
sessionImpl_.
SetPeerDeviceId
(name);
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H
A
D
Session.h
82
virtual void
SetPeerDeviceId
(const std::string &name) = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_impl.cpp
62
void SessionImpl::
SetPeerDeviceId
(const std::string &name)
in SetPeerDeviceId()
function in Communication::SoftBus::SessionImpl
H
A
D
session_impl.h
53
void
SetPeerDeviceId
(const std::string &name) override;
H
A
D
session_service_impl.cpp
172
session->
SetPeerDeviceId
(peerNetworkId);
in CreateSession()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H
A
D
sessionimpl_fuzzer.cpp
44
session.
SetPeerDeviceId
(deviceId);
in SetOpeTest()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H
A
D
softbus_wrapper.h
52
void
SetPeerDeviceId
(const std::string &peerDeviceId);
H
A
D
softbus_wrapper.cpp
192
void SoftBusWrapper::
SetPeerDeviceId
(const std::string &peerDeviceId)
in SetPeerDeviceId()
function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H
A
D
softbus_connection.cpp
395
softbus_.
SetPeerDeviceId
(request.remoteDeviceInfo.deviceId);
in StashConnectionInfo()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H
A
D
softbus_wrapper.h
52
void
SetPeerDeviceId
(const std::string &peerDeviceId);
H
A
D
softbus_wrapper.cpp
192
void SoftBusWrapper::
SetPeerDeviceId
(const std::string &peerDeviceId)
in SetPeerDeviceId()
function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H
A
D
softbus_connection.cpp
392
softbus_.
SetPeerDeviceId
(request.remoteDeviceInfo.deviceId);
in StashConnectionInfo()
Completed in 7 milliseconds