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:modes_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/window/window_manager/utils/src/
H
A
D
screen_info.cpp
28
parcel.WriteUint32(modeId_) && parcel.WriteUint32(static_cast<uint32_t>(
modes_
.size())) &&
in Marshalling()
33
if (
modes_
.size() > MAX_SUPPORTED_SCREEN_MODES_SIZE) {
in Marshalling()
36
for (uint32_t modeIndex = 0; modeIndex <
modes_
.size(); modeIndex++) {
in Marshalling()
37
if (parcel.WriteUint32(
modes_
[modeIndex]->id_) &&
in Marshalling()
38
parcel.WriteUint32(
modes_
[modeIndex]->height_) &&
in Marshalling()
39
parcel.WriteUint32(
modes_
[modeIndex]->width_) &&
in Marshalling()
40
parcel.WriteUint32(
modes_
[modeIndex]->refreshRate_)) {
in Marshalling()
83
modes_
.clear();
in InnerUnmarshalling()
93
modes_
.push_back(mode);
in InnerUnmarshalling()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_dumper_test.cpp
371
absScreen->
modes_
.clear();
in HWTEST_F()
372
absScreen->
modes_
= { { info } };
in HWTEST_F()
438
absScreen->
modes_
.clear();
in HWTEST_F()
439
absScreen->
modes_
= { { info } };
in HWTEST_F()
482
absScreen->
modes_
.clear();
in HWTEST_F()
483
absScreen->
modes_
= { { info } };
in HWTEST_F()
H
A
D
abstract_screen_test.cpp
51
absScreen_->
modes_
.clear();
in SetUpTestCase()
77
absScreen_->
modes_
= {mode0, mode1};
in HWTEST_F()
81
absScreen_->activeIdx_ = static_cast<int32_t>(absScreen_->
modes_
.size());
in HWTEST_F()
233
absScreen_->
modes_
.clear();
in HWTEST_F()
241
absScreen_->
modes_
= {mode};
in HWTEST_F()
658
absScreen_->
modes_
= {mode0, mode1};
in HWTEST_F()
662
absScreen_->activeIdx_ = static_cast<int32_t>(absScreen_->
modes_
.size());
in HWTEST_F()
705
absScreen_->
modes_
.clear();
in HWTEST_F()
713
absScreen_->
modes_
= {mode};
in HWTEST_F()
H
A
D
display_cutout_controller_test.cpp
296
absScreen->
modes_
.emplace_back(info);
in HWTEST_F()
H
A
D
screen_rotation_controller_test.cpp
58
absScreen->
modes_
.clear();
in SetUpTestCase()
59
absScreen->
modes_
= { { info } };
in SetUpTestCase()
H
A
D
abstract_screen_controller_test.cpp
494
defaultScreen->
modes_
.emplace_back(modes);
in HWTEST_F()
1220
defaultScreen->
modes_
.emplace_back(modes);
in HWTEST_F()
H
A
D
abstract_display_controller_test.cpp
96
absScreen_->
modes_
[0] = modesInfo_;
in InitScreen()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen.cpp
44
if (activeIdx_ < 0 || activeIdx_ >= static_cast<int32_t>(
modes_
.size())) {
in GetActiveScreenMode()
48
return
modes_
[activeIdx_];
in GetActiveScreenMode()
53
return
modes_
;
in GetAbstractScreenModes()
389
info->
modes_
=
modes_
;
in FillScreenInfo()
H
A
D
abstract_screen_controller.cpp
439
absScreen->
modes_
.push_back(info);
in InitAbstractScreenModesInfo()
665
absScreen->
modes_
.emplace_back(info);
in InitVirtualScreen()
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_screen.h
85
std::vector<sptr<SupportedScreenModes>>
modes_
= {};
member in OHOS::Rosen::AbstractScreen
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_test.cpp
1958
session->
modes_
= { supportedScreenModes };
in HWTEST_F()
2022
session->
modes_
= { supportedScreenModes };
in HWTEST_F()
2070
session->
modes_
= { supportedScreenModes };
in HWTEST_F()
2110
session->
modes_
= { supportedScreenModes };
in HWTEST_F()
2147
session->
modes_
= { supportedScreenModes };
in HWTEST_F()
H
A
D
screen_session_manager_test.cpp
1361
screenSession->
modes_
= {mode};
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
682
if (activeIdx_ < 0 || activeIdx_ >= static_cast<int32_t>(
modes_
.size())) {
in GetActiveScreenMode()
686
return
modes_
[activeIdx_];
in GetActiveScreenMode()
939
info->
modes_
=
modes_
;
in FillScreenInfo()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
210
std::vector<sptr<SupportedScreenModes>>
modes_
= {};
member in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
3665
screenSession->
modes_
.emplace_back(info);
in InitVirtualScreen()
3693
screenSession->
modes_
.push_back(info);
in InitAbstractScreenModesInfo()
Completed in 31 milliseconds