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:FindSession
(Results
1 - 9
of
9
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H
A
D
session_pool.h
36
bool
FindSession
(int32_t sessionId);
H
A
D
network_agent_template.h
66
bool
FindSession
(int32_t sessionId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
network_agent_template.cpp
137
bool NetworkAgentTemplate::
FindSession
(int32_t sessionId)
in FindSession()
function in OHOS::Storage::DistributedFile::NetworkAgentTemplate
139
return sessionPool_.
FindSession
(sessionId);
in FindSession()
H
A
D
session_pool.cpp
36
bool SessionPool::
FindSession
(int32_t sessionId)
in FindSession()
function in OHOS::Storage::DistributedFile::SessionPool
/foundation/multimodalinput/input/intention/ipc/socket/include/
H
A
D
socket_session_manager.h
69
std::shared_ptr<SocketSession>
FindSession
(int32_t fd) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_agent.cpp
294
if (
FindSession
(sessionId)) {
in OnSessionOpened()
302
if (!
FindSession
(sessionId)) {
in OnSessionOpened()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H
A
D
network_agent_template_test.cpp
227
* @tc.desc: Verify the
FindSession
function.
236
NetworkAgentTemplate::
FindSession
(TEST_SESSION_ID);
in HWTEST_F()
H
A
D
session_pool_test.cpp
151
* @tc.desc: Verify the
FindSession
by Cid function.
167
bool flag = pool->
FindSession
(TEST_SESSION_ID);
in HWTEST_F()
181
* @tc.desc: Verify the
FindSession
by Cid function.
196
bool flag = pool->
FindSession
(TEST_SESSION_ID_TWO);
in HWTEST_F()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_session_manager.cpp
196
std::shared_ptr<SocketSession> SocketSessionManager::
FindSession
(int32_t fd) const
in FindSession()
function in OHOS::Msdp::DeviceStatus::SocketSessionManager
Completed in 5 milliseconds