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:ISessionService
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H
A
D
ISessionService.h
26
class COMM_EXPORT
ISessionService
{
class
28
static std::shared_ptr<
ISessionService
> GetInstance();
30
ISessionService
() = default;
31
virtual ~
ISessionService
() = default;
48
NO_COPY_AND_ASSIGN(
ISessionService
);
49
static std::shared_ptr<
ISessionService
> instance_;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/permission/
H
A
D
trans_dynamic_permission_test.cpp
18
#include "
ISessionService
.h"
26
using Communication::SoftBus::
ISessionService
;
69
std::shared_ptr<
ISessionService
> softbusManager =
ISessionService
::GetInstance();
in HWTEST_F()
84
std::shared_ptr<
ISessionService
> softbusManager =
ISessionService
::GetInstance();
in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H
A
D
session_service_impl.cpp
27
std::shared_mutex
ISessionService
::instanceMutex_;
28
std::shared_ptr<
ISessionService
>
ISessionService
::instance_ = nullptr;
34
std::shared_ptr<
ISessionService
>
ISessionService
::GetInstance()
in GetInstance()
36
std::shared_ptr<
ISessionService
> tmp = instance_;
in GetInstance()
H
A
D
session_service_impl.h
25
#include "
ISessionService
.h"
29
class SessionServiceImpl : public
ISessionService
, public std::enable_shared_from_this<SessionServiceImpl> {
Completed in 2 milliseconds