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:THEME
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H
A
D
global_configuration_key.h
34
constexpr const char*
THEME
= "ohos.application.theme";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H
A
D
bundle_resource_observer.cpp
52
std::string theme = configuration.GetItem(AAFwk::GlobalConfigurationKey::
THEME
);
in OnConfigurationUpdated()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H
A
D
theme_style.h
57
THEME
,
member in OHOS::Ace::ThemeConstantsType
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H
A
D
configuration.cpp
69
OHOS::AAFwk::GlobalConfigurationKey::
THEME
,
in MakeTheKey()
member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H
A
D
test_ng.cpp
123
resValueWrapper.type = ThemeConstantsType::
THEME
;
in CreateThemeConstants()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H
A
D
bms_bundle_kit_service_base_test.cpp
50
const std::string
THEME
= "mytheme";
member
190
abilityInfo.theme =
THEME
;
in MockAbilityInfo()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
drag_event_test_ng_property_config.cpp
1403
resValueWrapper.type = ThemeConstantsType::
THEME
;
in HWTEST_F()
1414
EXPECT_EQ(resValueWrapper.type, ThemeConstantsType::
THEME
);
in HWTEST_F()
H
A
D
drag_event_test_ng.cpp
1842
resValueWrapper.type = ThemeConstantsType::
THEME
;
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_field_pattern_testtwo.cpp
289
ResValueWrapper resValueWrapper { .type = ThemeConstantsType::
THEME
, .value = themeStyle };
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
97
const std::string
THEME
= "mytheme";
member
947
abilityInfo.theme =
THEME
;
in MockAbilityInfo()
1082
EXPECT_EQ(
THEME
, abilityInfo.theme);
in CheckAbilityInfo()
1137
EXPECT_EQ(
THEME
, abilityInfo.theme);
in CheckAbilityInfos()
H
A
D
bms_bundle_data_mgr_test.cpp
100
const std::string
THEME
= "mytheme";
member
784
abilityInfo.theme =
THEME
;
in MockAbilityInfo()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
3648
std::string themeTag = configuration.GetItem(OHOS::AAFwk::GlobalConfigurationKey::
THEME
);
in OnConfigurationUpdated()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
4610
if (config.GetItem(AAFwk::GlobalConfigurationKey::
THEME
).empty() && changeKeyV.empty()) {
in UpdateConfiguration()
Completed in 115 milliseconds