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:GetThemeId
(Results
1 - 15
of
15
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
context_container.h
297
int
GetThemeId
() override;
H
A
D
fa_context.h
452
virtual int
GetThemeId
() = 0;
H
A
D
context_deal.h
277
int
GetThemeId
();
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
237
int32_t
GetThemeId
() const
in GetThemeId()
function in OHOS::Ace::ResourceInfo
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_context.h
75
virtual int
GetThemeId
() = 0;
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
resource_config_helper.cpp
147
TAG_LOGD(AAFwkTag::ABILITY, "set themeId: %{public}u", resConfig->
GetThemeId
());
in UpdateResConfig()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_deal.cpp
342
SetTheme(
GetThemeId
());
in GetTheme()
396
int ContextDeal::
GetThemeId
()
in GetThemeId()
function in OHOS::AppExecFwk::ContextDeal
402
TAG_LOGE(AAFwkTag::APPKIT, "
GetThemeId
hapModInfo is nullptr");
in GetThemeId()
H
A
D
context_container.cpp
450
int ContextContainer::
GetThemeId
()
in GetThemeId()
function in OHOS::AppExecFwk::ContextContainer
453
return baseContext_->
GetThemeId
();
in GetThemeId()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_deal_test.cpp
562
EXPECT_EQ(context_->
GetThemeId
(), -1);
in HWTEST_F()
567
* @tc.name:
GetThemeId
568
* @tc.desc: Verify that the
GetThemeId
return value is -1.
572
EXPECT_EQ(context_->
GetThemeId
(), -1);
in HWTEST_F()
H
A
D
context_container_test.cpp
959
* @tc.name:
GetThemeId
960
* @tc.desc:
GetThemeId
965
EXPECT_EQ(context_->
GetThemeId
(), -1);
in HWTEST_F()
1549
EXPECT_EQ(context_->
GetThemeId
(), -1);
in HWTEST_F()
1560
EXPECT_EQ(context_->
GetThemeId
(), -1);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
sub_container.cpp
249
cardThemeManager->LoadSystemTheme(cardResourceInfo.
GetThemeId
());
in RunCard()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_sub_container.cpp
327
pluginThemeManager->LoadSystemTheme(pluginResourceInfo.
GetThemeId
());
in SetPluginComponentTheme()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
887
themeManager->LoadSystemTheme(resourceInfo_.
GetThemeId
());
in AttachView()
1012
themeManager->LoadSystemTheme(resourceInfo_.
GetThemeId
());
in AttachView()
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H
A
D
ability_context_test.cpp
858
* @tc.name:
GetThemeId
859
* @tc.desc: Verify that function
GetThemeId
.
863
auto result = context_->
GetThemeId
();
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
base_utils_test.cpp
358
ASSERT_EQ(resourceInfo.
GetThemeId
(), NUM_OF_ID);
in HWTEST_F()
Completed in 15 milliseconds