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:intNumbersConfig_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_config.cpp
37
std::map<std::string, std::vector<int>> DisplayManagerConfig::
intNumbersConfig_
;
member in OHOS::Rosen::DisplayManagerConfig
163
intNumbersConfig_
[nodeName] = numbersVec;
in ReadIntNumbersConfigInfo()
205
return
intNumbersConfig_
;
in GetIntNumbersConfig()
218
for (auto& numbers :
intNumbersConfig_
) {
in DumpConfig()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_scene_config.cpp
66
std::map<std::string, std::vector<int>> ScreenSceneConfig::
intNumbersConfig_
;
member in OHOS::Rosen::ScreenSceneConfig
245
intNumbersConfig_
[nodeName] = numbersVec;
in ReadIntNumbersConfigInfo()
417
return
intNumbersConfig_
;
in GetIntNumbersConfig()
435
for (auto& numbers :
intNumbersConfig_
) {
in DumpConfig()
513
if (
intNumbersConfig_
[xmlNodeMap_[CURVED_AREA_IN_LANDSCAPE]].size() > 0) {
in SetCurvedCompressionAreaInLandscape()
514
curvedAreaInLandscape_ = static_cast<uint32_t>(
intNumbersConfig_
[xmlNodeMap_[CURVED_AREA_IN_LANDSCAPE]][0]);
in SetCurvedCompressionAreaInLandscape()
522
return
intNumbersConfig_
[xmlNodeMap_[CURVED_SCREEN_BOUNDARY]];
in GetCurvedScreenBoundaryConfig()
/foundation/window/window_manager/dmserver/include/
H
A
D
display_manager_config.h
38
static std::map<std::string, std::vector<int>>
intNumbersConfig_
;
member in OHOS::Rosen::DisplayManagerConfig
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_scene_config.h
54
static std::map<std::string, std::vector<int>>
intNumbersConfig_
;
member in OHOS::Rosen::ScreenSceneConfig
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_manager_service_test.cpp
114
DisplayManagerConfig::
intNumbersConfig_
.clear();
in HWTEST_F()
119
DisplayManagerConfig::
intNumbersConfig_
= {
in HWTEST_F()
member in OHOS::Rosen::__anon12030::DisplayManagerConfig
139
DisplayManagerConfig::
intNumbersConfig_
["curvedScreenBoundary"][0]);
in HWTEST_F()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_scene_config_test.cpp
191
ASSERT_GE(ScreenSceneConfig::
intNumbersConfig_
.size(), readCount);
in HWTEST_F()
Completed in 5 milliseconds