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:SessionPool
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H
A
D
session_pool_test.cpp
135
shared_ptr<
SessionPool
> pool = make_shared<
SessionPool
>(kernelTalker);
in HWTEST_F()
161
shared_ptr<
SessionPool
> pool = make_shared<
SessionPool
>(kernelTalker);
in HWTEST_F()
191
shared_ptr<
SessionPool
> pool = make_shared<
SessionPool
>(kernelTalker);
in HWTEST_F()
221
shared_ptr<
SessionPool
> pool = make_shared<
SessionPool
>(kernelTalker);
in HWTEST_F()
249
shared_ptr<
SessionPool
> pool = make_shared<
SessionPool
>(kernelTalke
in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
session_pool.cpp
30
void
SessionPool
::OccupySession(int32_t sessionId, uint8_t linkType)
in OccupySession()
36
bool
SessionPool
::FindSession(int32_t sessionId)
in FindSession()
47
void
SessionPool
::HoldSession(shared_ptr<BaseSession> session, const std::string backStage)
in HoldSession()
58
uint8_t
SessionPool
::ReleaseSession(const int32_t fd)
in ReleaseSession()
97
void
SessionPool
::ReleaseSession(const string &cid, const uint8_t linkType)
in ReleaseSession()
121
void
SessionPool
::ReleaseAllSession()
in ReleaseAllSession()
131
void
SessionPool
::AddSessionToPool(shared_ptr<BaseSession> session)
in AddSessionToPool()
137
bool
SessionPool
::DeviceDisconnectCountOnly(const string &cid, const uint8_t linkType, bool needErase)
in DeviceDisconnectCountOnly()
171
bool
SessionPool
::DeviceConnectCountOnly(std::shared_ptr<BaseSession> session)
in DeviceConnectCountOnly()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H
A
D
session_pool.h
31
class
SessionPool
final : protected NoCopyable {
33
explicit
SessionPool
(std::shared_ptr<KernelTalker> &talker) : talker_(talker) {}
in SessionPool()
function in OHOS::Storage::DistributedFile::final
34
~
SessionPool
() = default;
H
A
D
network_agent_template.h
95
SessionPool
sessionPool_;
Completed in 3 milliseconds