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:COLOR_MODE_DARK
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.cpp
25
const std::string
COLOR_MODE_DARK
= "dark";
member
45
if (strColorMode != COLOR_MODE_LIGHT && strColorMode !=
COLOR_MODE_DARK
) {
in ParseJsonColorMode()
49
if (strColorMode ==
COLOR_MODE_DARK
) {
in ParseJsonColorMode()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
configuration.h
49
constexpr const char*
COLOR_MODE_DARK
= "dark";
member
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H
A
D
configuration.h
39
constexpr const char*
COLOR_MODE_DARK
= "dark";
member
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H
A
D
js_service_extension_test.cpp
227
newConfig.AddItem(AAFwk::GlobalConfigurationKey::SYSTEM_COLORMODE, ConfigurationInner::
COLOR_MODE_DARK
);
in HWTEST_F()
240
EXPECT_EQ(colorMode, ConfigurationInner::
COLOR_MODE_DARK
);
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
root_scene.cpp
132
bool isDark = (colorMode == AppExecFwk::ConfigurationInner::
COLOR_MODE_DARK
);
in UpdateConfiguration()
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H
A
D
configuration_convertor.cpp
173
ret = ConfigurationInner::
COLOR_MODE_DARK
;
in GetColorModeStr()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl.cpp
116
: Global::Resource::COLOR_MODE::
COLOR_MODE_DARK
;
in ConvertColorMode()
/foundation/arkui/ui_appearance/services/src/
H
A
D
ui_appearance_ability.cpp
405
AAFwk::GlobalConfigurationKey::SYSTEM_COLORMODE, AppExecFwk::ConfigurationInner::
COLOR_MODE_DARK
);
in OnSetDarkMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
5668
if (colorMode == OHOS::AppExecFwk::ConfigurationInner::
COLOR_MODE_DARK
) {
in GetSystemColor()
Completed in 16 milliseconds