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:SetTheme
(Results
1 - 25
of
29
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_value_component.h
58
void
SetTheme
(const RefPtr<PickerTheme>& value)
in SetTheme()
function in OHOS::Ace::PickerValueComponent
67
option_->
SetTheme
(value);
in SetTheme()
H
A
D
picker_option_component.h
69
void
SetTheme
(const RefPtr<PickerTheme>& value)
in SetTheme()
function in OHOS::Ace::PickerOptionComponent
H
A
D
picker_column_component.cpp
70
option->
SetTheme
(theme_->clone());
in Initialize()
H
A
D
picker_column_component.h
46
void
SetTheme
(const RefPtr<PickerTheme>& value)
in SetTheme()
function in OHOS::Ace::PickerColumnComponent
H
A
D
picker_datetime_component.cpp
94
datePicker_->
SetTheme
(GetTheme());
in InitDatePicker()
H
A
D
picker_base_component.h
222
void
SetTheme
(const RefPtr<PickerTheme>& value)
in SetTheme()
function in OHOS::Ace::PickerBaseComponent
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H
A
D
menu_component.h
62
void
SetTheme
(const RefPtr<SelectTheme>& theme)
in SetTheme()
function in OHOS::Ace::MenuComponent
65
popup_->
SetTheme
(theme);
in SetTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
picker_model_impl.cpp
31
datePicker->
SetTheme
(theme);
in CreateDatePicker()
42
timePicker->
SetTheme
(theme);
in CreateTimePicker()
H
A
D
textpicker_model_impl.cpp
30
textPicker->
SetTheme
(pickerTheme);
in Create()
H
A
D
timepicker_model_impl.cpp
29
timePicker->
SetTheme
(pickerTheme);
in CreateTimePicker()
H
A
D
select_model_impl.cpp
29
selectComponent->
SetTheme
(selectTheme);
in Create()
45
optionComponent->
SetTheme
(optionTheme);
in Create()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_context_interface1_test.cpp
121
* @tc.name:
SetTheme
122
* @tc.desc: Test the attachbasecontext call to verify that the return value of
SetTheme
is correct.
137
abilityContext->
SetTheme
(testValue);
in HWTEST_F()
143
* @tc.name:
SetTheme
144
* @tc.desc: Test the attachbasecontext call to verify that the return value of
SetTheme
is correct.
154
abilityContext->
SetTheme
(testValue);
in HWTEST_F()
156
abilityContext->
SetTheme
(testValue);
in HWTEST_F()
158
abilityContext->
SetTheme
(testValue);
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
context_container.h
274
void
SetTheme
(int themeId) override;
H
A
D
fa_context.h
429
virtual void
SetTheme
(int themeId) = 0;
H
A
D
context_deal.h
254
void
SetTheme
(int themeId);
/foundation/arkui/ace_engine/frameworks/core/components/select/
H
A
D
select_component.h
355
void
SetTheme
(const RefPtr<SelectTheme>& theme)
in SetTheme()
function in OHOS::Ace::SelectComponent
358
popup_->
SetTheme
(theme);
in SetTheme()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_context.h
72
virtual void
SetTheme
(int themeId) = 0;
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_deal_interface1_test.cpp
120
* @tc.name:
SetTheme
121
* @tc.desc: Test the attachbasecontext call to verify that the return value of
SetTheme
is correct.
134
contextDeal->
SetTheme
(testValue);
in HWTEST_F()
140
* @tc.name:
SetTheme
141
* @tc.desc: Test the attachbasecontext call to verify that the return value of
SetTheme
is correct.
149
contextDeal->
SetTheme
(testValue);
in HWTEST_F()
H
A
D
context_deal_test.cpp
717
* @tc.name:
SetTheme
718
* @tc.desc: Verify that the
SetTheme
execute normally.
725
context_->
SetTheme
(themeId);
in HWTEST_F()
729
context_->
SetTheme
(themeId);
in HWTEST_F()
H
A
D
context_container_test.cpp
902
* @tc.name:
SetTheme
903
* @tc.desc:
SetTheme
909
context_->
SetTheme
(1);
in HWTEST_F()
914
* @tc.name:
SetTheme
915
* @tc.desc:
SetTheme
921
context_->
SetTheme
(1);
in HWTEST_F()
1437
context_->
SetTheme
(0);
in HWTEST_F()
1448
context_->
SetTheme
(0);
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_deal.cpp
342
SetTheme
(GetThemeId());
in GetTheme()
347
void ContextDeal::
SetTheme
(int themeId)
in SetTheme()
function in OHOS::AppExecFwk::ContextDeal
365
TAG_LOGE(AAFwkTag::APPKIT, "
SetTheme
GetThemeById(themeId:%d) retval is %u", themeId, errval);
in SetTheme()
H
A
D
context_container.cpp
421
void ContextContainer::
SetTheme
(int themeId)
in SetTheme()
function in OHOS::AppExecFwk::ContextContainer
424
baseContext_->
SetTheme
(themeId);
in SetTheme()
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H
A
D
abilitycontext_fuzzer.cpp
119
abilityContext.
SetTheme
(themeId);
in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
select_popup_component.h
238
void
SetTheme
(const RefPtr<SelectTheme>& theme)
in SetTheme()
function in OHOS::Ace::SelectPopupComponent
/foundation/arkui/ace_engine/frameworks/core/components/option/
H
A
D
option_component.h
62
void
SetTheme
(const RefPtr<SelectTheme>& theme)
in SetTheme()
function in OHOS::Ace::OptionComponent
Completed in 17 milliseconds
1
2