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:occupySession_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
session_pool.cpp
33
occupySession_
[sessionId] = linkType;
in OccupySession()
39
auto linkTypeIter =
occupySession_
.find(sessionId);
in FindSession()
40
if (linkTypeIter !=
occupySession_
.end()) {
in FindSession()
74
auto linkTypeIter =
occupySession_
.find((*iter)->GetSessionId());
in ReleaseSession()
75
if (linkTypeIter !=
occupySession_
.end()) {
in ReleaseSession()
84
auto linkTypeIter =
occupySession_
.find((*iter)->GetSessionId());
in ReleaseSession()
85
if (linkTypeIter !=
occupySession_
.end()) {
in ReleaseSession()
87
occupySession_
.erase(linkTypeIter);
in ReleaseSession()
103
auto linkTypeIter =
occupySession_
.find((*iter)->GetSessionId());
in ReleaseSession()
104
if (linkTypeIter !=
occupySession_
in ReleaseSession()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H
A
D
session_pool_test.cpp
165
pool->
occupySession_
.erase(TEST_SESSION_ID);
in HWTEST_F()
166
pool->
occupySession_
.insert(make_pair(TEST_SESSION_ID, LINK_TYPE_AP));
in HWTEST_F()
169
pool->
occupySession_
.erase(TEST_SESSION_ID);
in HWTEST_F()
195
pool->
occupySession_
.erase(TEST_SESSION_ID_TWO);
in HWTEST_F()
251
pool->
occupySession_
.insert(make_pair(TEST_SESSION_ID, LINK_TYPE_P2P));
in HWTEST_F()
252
pool->
occupySession_
.erase(TEST_SESSION_ID);
in HWTEST_F()
253
pool->
occupySession_
.insert(make_pair(TEST_SESSION_ID, LINK_TYPE_P2P));
in HWTEST_F()
320
pool->
occupySession_
.insert(make_pair(TEST_SESSION_ID_TWO, LINK_TYPE_P2P));
in HWTEST_F()
326
auto iter = pool->
occupySession_
.find(TEST_SESSION_ID_TWO);
in HWTEST_F()
327
if (iter == pool->
occupySession_
in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H
A
D
session_pool.h
48
std::map<int32_t, uint8_t>
occupySession_
;
member in OHOS::Storage::DistributedFile::final
Completed in 2 milliseconds