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:SetPhyWidth
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H
A
D
rs_screen_capability.h
43
void
SetPhyWidth
(uint32_t phyWidth);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H
A
D
rsbasescreenmanager_fuzzer.cpp
70
screenCapability.
SetPhyWidth
(GetData<uint32_t>());
in RSScreenCapabilityFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H
A
D
rs_screen_capability.cpp
40
void RSScreenCapability::
SetPhyWidth
(uint32_t phyWidth)
in SetPhyWidth()
function in OHOS::Rosen::RSScreenCapability
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_screen.h
70
void
SetPhyWidth
(uint32_t phyWidth);
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
76
void
SetPhyWidth
(uint32_t phyWidth);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_property_test.cpp
100
property->
SetPhyWidth
(phyWidth);
in HWTEST_F()
109
property->
SetPhyWidth
(phyWidth1);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H
A
D
rsscreencapability_fuzzer.cpp
139
capability.
SetPhyWidth
(phyWidth);
in DoSetPhyWidth()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
157
void ScreenProperty::
SetPhyWidth
(uint32_t phyWidth)
in SetPhyWidth()
function in OHOS::Rosen::ScreenProperty
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen.cpp
472
void AbstractScreen::
SetPhyWidth
(uint32_t phyWidth)
in SetPhyWidth()
function in OHOS::Rosen::AbstractScreen
H
A
D
abstract_screen_controller.cpp
367
absScreen->
SetPhyWidth
(screenCapability.GetPhyWidth());
in InitAndGetScreen()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H
A
D
rs_screen_manager.cpp
884
screenCapability.
SetPhyWidth
(capability.phyWidth);
in GetScreenCapabilityLocked()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
1418
property.
SetPhyWidth
(screenCapability.GetPhyWidth());
in CreateScreenProperty()
Completed in 21 milliseconds