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:GetImageSurface
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H
A
D
iimage_source_processor.h
38
virtual sptr<Surface>
GetImageSurface
() = 0;
H
A
D
image_source_processor.h
36
sptr<Surface>
GetImageSurface
() override;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H
A
D
iscreen_source_trans.h
36
virtual sptr<Surface>
GetImageSurface
() = 0;
H
A
D
screen_source_trans.h
47
sptr<Surface>
GetImageSurface
() override;
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H
A
D
image_source_processor_test.cpp
153
* @tc.desc: Verify the
GetImageSurface
function.
161
sptr<Surface> actual = processor.
GetImageSurface
();
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H
A
D
image_source_processor.cpp
104
sptr<Surface> ImageSourceProcessor::
GetImageSurface
()
in GetImageSurface()
function in OHOS::DistributedHardware::ImageSourceProcessor
106
DHLOGI("%{public}s:
GetImageSurface
.", DSCREEN_LOG_TAG);
in GetImageSurface()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
205
sptr<Surface> ScreenSourceTrans::
GetImageSurface
()
in GetImageSurface()
function in OHOS::DistributedHardware::ScreenSourceTrans
207
DHLOGI("%{public}s:
GetImageSurface
.", DSCREEN_LOG_TAG);
in GetImageSurface()
208
return imageProcessor_->
GetImageSurface
();
in GetImageSurface()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen.cpp
437
sptr<OHOS::Surface> windowSurface = sourceTrans_->
GetImageSurface
();
in Start()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H
A
D
screen_source_trans_test.cpp
477
* @tc.desc: Verify the
GetImageSurface
function.
501
EXPECT_NE(nullptr, trans->
GetImageSurface
());
in HWTEST_F()
Completed in 4 milliseconds