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:SetHdrFormats
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H
A
D
rs_screen_hdr_capability.h
45
void
SetHdrFormats
(const std::vector<ScreenHDRFormat>& formats);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H
A
D
rs_screen_hdr_capability.cpp
62
void RSScreenHDRCapability::
SetHdrFormats
(const std::vector<ScreenHDRFormat>& formats)
in SetHdrFormats()
function in OHOS::Rosen::RSScreenHDRCapability
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H
A
D
rsbasescreenmanager_fuzzer.cpp
104
hdrScreenCapability.
SetHdrFormats
(hdrFormats);
in RSScreenHdrCapabilityFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenhdrcapability_fuzzer/
H
A
D
rsscreenhdrcapability_fuzzer.cpp
224
capability.
SetHdrFormats
(hdrFormats);
in DoSetHdrFormats()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
184
void
SetHdrFormats
(std::vector<uint32_t>&& hdrFormats);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_session_manager.h
256
void
SetHdrFormats
(ScreenId screenId, sptr<ScreenSession>& session);
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
239
displayInfo->
SetHdrFormats
(hdrFormats_);
in ConvertToDisplayInfo()
1421
void ScreenSession::
SetHdrFormats
(std::vector<uint32_t>&& hdrFormats)
in SetHdrFormats()
function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_test.cpp
986
* @tc.name:
SetHdrFormats
990
HWTEST_F(ScreenSessionTest,
SetHdrFormats
, Function | SmallTest | Level2)
in HWTEST_F()
992
GTEST_LOG_(INFO) << "
SetHdrFormats
start";
in HWTEST_F()
1001
screenSession->
SetHdrFormats
(std::move(hdrFormats));
in HWTEST_F()
1002
GTEST_LOG_(INFO) << "
SetHdrFormats
end";
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H
A
D
rs_screen_manager.cpp
1792
screenHdrCapability.
SetHdrFormats
(hdrFormats);
in GetScreenHDRCapabilityLocked()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
1533
SetHdrFormats
(screenId, session);
in GetOrCreateScreenSession()
1541
void ScreenSessionManager::
SetHdrFormats
(ScreenId screenId, sptr<ScreenSession>& session)
in SetHdrFormats()
function in OHOS::Rosen::ScreenSessionManager
1543
TLOGI(WmsLogTag::DMS, "
SetHdrFormats
%{public}" PRIu64, screenId);
in SetHdrFormats()
1553
session->
SetHdrFormats
(std::move(hdrFormat));
in SetHdrFormats()
Completed in 22 milliseconds