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:screenChannel_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H
A
D
screen_sink_trans.cpp
63
if (
screenChannel_
!= nullptr) {
in Release()
65
ret =
screenChannel_
->ReleaseSession();
in Release()
70
screenChannel_
= nullptr;
in Release()
111
if (
screenChannel_
!= nullptr) {
in Stop()
113
ret =
screenChannel_
->CloseSession();
in Stop()
206
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId);
in InitScreenTrans()
208
screenChannel_
->SetJpegSessionFlag(true);
in InitScreenTrans()
213
screenChannel_
= nullptr;
in InitScreenTrans()
222
screenChannel_
= nullptr;
in InitScreenTrans()
239
int32_t ret =
screenChannel_
in RegisterChannelListener()
[all...]
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
76
if (imageProcessor_ == nullptr ||
screenChannel_
== nullptr) {
in Release()
88
ret =
screenChannel_
->ReleaseSession();
in Release()
93
screenChannel_
= nullptr;
in Release()
107
if (
screenChannel_
== nullptr) {
in Start()
118
if (
screenChannel_
== nullptr) {
in Start()
122
int32_t ret =
screenChannel_
->OpenSession(listener);
in Start()
155
if (imageProcessor_ == nullptr ||
screenChannel_
== nullptr) {
in Stop()
178
ret =
screenChannel_
->CloseSession();
in Stop()
275
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId);
in InitScreenTrans()
277
screenChannel_
in InitScreenTrans()
[all...]
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H
A
D
screen_source_trans_test.cpp
155
trans->
screenChannel_
= std::make_shared<MockScreenDataChannelImpl>();
in HWTEST_F()
179
trans->
screenChannel_
= std::make_shared<MockScreenDataChannelImpl>();
in HWTEST_F()
209
trans->
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId);
in HWTEST_F()
238
trans->
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId);
in HWTEST_F()
254
trans->
screenChannel_
= std::make_shared<MockScreenDataChannelImpl>();
in HWTEST_F()
282
trans->
screenChannel_
= std::make_shared<MockScreenDataChannelImpl>();
in HWTEST_F()
298
trans->
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H
A
D
screen_sink_trans.h
64
std::shared_ptr<IScreenChannel>
screenChannel_
;
member in OHOS::DistributedHardware::ScreenSinkTrans
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H
A
D
screen_source_trans.h
80
std::shared_ptr<IScreenChannel>
screenChannel_
;
member in OHOS::DistributedHardware::ScreenSourceTrans
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H
A
D
screen_sink_trans_test.cpp
42
trans_->
screenChannel_
= std::make_shared<ScreenDataChannelImpl>(peerDevId_);
in SetUp()
Completed in 3 milliseconds