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:SessionImpl
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_impl.cpp
25
SessionImpl
::
SessionImpl
() : sessionId_(-1), isServer_(false), peerUid_(-1), peerPid_(-1) {}
in SessionImpl()
function in Communication::SoftBus::SessionImpl
27
int64_t
SessionImpl
::GetChannelId() const
in GetChannelId()
32
void
SessionImpl
::SetSessionId(int sessionId)
in SetSessionId()
37
int
SessionImpl
::GetSessionId() const
in GetSessionId()
42
void
SessionImpl
::SetMySessionName(const std::string &name)
in SetMySessionName()
47
const std::string &
SessionImpl
::GetMySessionName() const
in GetMySessionName()
52
void
SessionImpl
::SetPeerSessionName(const std::string &name)
in SetPeerSessionName()
57
const std::string &
SessionImpl
::GetPeerSessionName() const
in GetPeerSessionName()
62
void
SessionImpl
[all...]
H
A
D
session_impl.h
29
class
SessionImpl
: public std::enable_shared_from_this<
SessionImpl
>, public Session {
class
37
SessionImpl
();
39
~
SessionImpl
() override = default;
78
NO_COPY_AND_ASSIGN(
SessionImpl
);
H
A
D
session_service_impl.cpp
183
std::shared_ptr<Session> session = std::make_shared<
SessionImpl
>();
in OpenSessionCallback()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H
A
D
sessionimpl_fuzzer.cpp
26
Communication::SoftBus::
SessionImpl
session;
in SessionTest()
42
Communication::SoftBus::
SessionImpl
session;
in SetOpeTest()
61
Communication::SoftBus::
SessionImpl
session;
in SendBytesTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_service_impl_test.cpp
252
std::shared_ptr<
SessionImpl
> session = std::make_shared<
SessionImpl
>();
in HWTEST_F()
267
std::shared_ptr<
SessionImpl
> session = std::make_shared<
SessionImpl
>();
in HWTEST_F()
H
A
D
client_trans_session_impl_test.cpp
47
SessionImpl
sessionImpl_;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H
A
D
client_trans_session_impl_test.cpp
187
Communication::SoftBus::
SessionImpl
testSessionImpl;
in HWTEST_F()
Completed in 5 milliseconds