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:OnSessionClose
(Results
1 - 16
of
16
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/network/session/
H
A
D
tcp_session.cpp
73
callback_->
OnSessionClose
(socket_->GetPeerFd());
in Send()
115
callback_->
OnSessionClose
(fd);
in OnSessionReadble()
H
A
D
base_network_session.cpp
105
callback->
OnSessionClose
(fd);
in OnShutdown()
/foundation/CastEngine/castengine_wifi_display/services/network/interfaces/
H
A
D
inetwork_session_callback.h
30
virtual void
OnSessionClose
(int32_t fd) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/communication/
H
A
D
connect_manager.h
43
API_EXPORT static void
OnSessionClose
(const std::string &networkId);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/communication/
H
A
D
connect_manager.cpp
88
void ConnectManager::
OnSessionClose
(const std::string &networkId)
in OnSessionClose()
function in OHOS::AppDistributedKv::ConnectManager
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H
A
D
network_server_demo.cpp
63
void
OnSessionClose
(int32_t fd) override
65
SHARING_LOGD("
OnSessionClose
fd: %{public}d,thread_id: %{public}llu.", fd, GetThreadId());
/foundation/distributedhardware/distributed_camera/services/channel/include/
H
A
D
dcamera_softbus_session.h
41
int32_t
OnSessionClose
(int32_t sessionId);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
softbus_adapter_standard.cpp
298
ConnectManager::GetInstance()->
OnSessionClose
(DmAdapter::GetInstance().GetDeviceInfo(key).networkId);
in GetCloseSessionTask()
390
ConnectManager::GetInstance()->
OnSessionClose
(networkId);
in DelConnect()
600
ConnectManager::GetInstance()->
OnSessionClose
(networkId);
in CloseSession()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H
A
D
wfd_source_session.h
63
void
OnSessionClose
(int32_t fd) override;
H
A
D
wfd_source_session.cpp
81
void WfdSourceSession::WfdSourceNetworkSession::
OnSessionClose
(int32_t fd)
in OnSessionClose()
function in OHOS::Sharing::WfdSourceSession::WfdSourceNetworkSession
/foundation/distributedhardware/distributed_camera/services/channel/src/
H
A
D
dcamera_softbus_adapter.cpp
363
session->
OnSessionClose
(socket);
in SourceOnShutDown()
578
session->
OnSessionClose
(socket);
in SinkOnShutDown()
H
A
D
dcamera_softbus_session.cpp
96
int32_t DCameraSoftbusSession::
OnSessionClose
(int32_t sessionId)
in OnSessionClose()
function in OHOS::DistributedHardware::DCameraSoftbusSession
98
DHLOGI("
OnSessionClose
sessionId: %{public}d peerDevId: %{public}s peerSessionName: %{public}s", sessionId,
in OnSessionClose()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/network/
H
A
D
network_tcp_unit_test.cpp
146
void
OnSessionClose
(int32_t fd) override
148
SHARING_LOGD("===[TcpTestAgent]
OnSessionClose
");
H
A
D
network_udp_unit_test.cpp
138
void
OnSessionClose
(int32_t fd) override
140
SHARING_LOGD("===[UdpTestAgent]
OnSessionClose
");
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H
A
D
dcamera_softbus_session_test.cpp
401
int32_t ret = softbusSession_->
OnSessionClose
(sessionId);
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/
H
A
D
wfd_source_session_test.cpp
83
networkSessionCb_->
OnSessionClose
(0);
in HWTEST_F()
Completed in 10 milliseconds