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:GetDarkMode
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_appearance/test/unittest/
H
A
D
ui_appearance_test.cpp
78
* @tc.desc: Test SetDarkMode and
GetDarkMode
APIs when setting dark/light.
83
LOGI("Test SetDarkMode and
GetDarkMode
APIs when setting dark/light.");
in HWTEST_F()
88
auto mode = test->
GetDarkMode
();
in HWTEST_F()
93
mode = test->
GetDarkMode
();
in HWTEST_F()
99
* @tc.desc: Test SetDarkMode and
GetDarkMode
APIs when repeatedly setting dark/light.
104
LOGI("Test SetDarkMode and
GetDarkMode
APIs when repeatedly setting dark/light.");
in HWTEST_F()
109
auto mode = test->
GetDarkMode
();
in HWTEST_F()
114
mode = test->
GetDarkMode
();
in HWTEST_F()
119
mode = test->
GetDarkMode
();
in HWTEST_F()
124
mode = test->
GetDarkMode
();
in HWTEST_F()
[all...]
/foundation/arkui/ui_appearance/services/src/
H
A
D
ui_appearance_ability_client.cpp
58
int32_t UiAppearanceAbilityClient::
GetDarkMode
()
in GetDarkMode()
function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityClient
61
LOGE("
GetDarkMode
quit because redoing CreateUiAppearanceServiceProxy failed.");
in GetDarkMode()
64
return uiAppearanceServiceProxy_->
GetDarkMode
();
in GetDarkMode()
79
LOGE("
GetDarkMode
quit because redoing CreateUiAppearanceServiceProxy failed.");
in GetFontScale()
101
LOGE("
GetDarkMode
quit because redoing CreateUiAppearanceServiceProxy failed.");
in GetFontWeightScale()
H
A
D
ui_appearance_ability_stub.cpp
41
ret = reply.WriteInt32(
GetDarkMode
());
in OnRemoteRequest()
H
A
D
ui_appearance_ability_proxy.cpp
49
int32_t UiAppearanceAbilityProxy::
GetDarkMode
()
in GetDarkMode()
function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityProxy
H
A
D
ui_appearance_ability.cpp
484
int32_t UiAppearanceAbility::
GetDarkMode
()
in GetDarkMode()
function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility
/foundation/arkui/ui_appearance/services/include/
H
A
D
ui_appearance_ability_interface.h
40
virtual int32_t
GetDarkMode
() = 0;
H
A
D
ui_appearance_ability_proxy.h
26
int32_t
GetDarkMode
() override;
H
A
D
ui_appearance_ability_client.h
40
int32_t
GetDarkMode
();
H
A
D
ui_appearance_ability.h
54
int32_t
GetDarkMode
() override;
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H
A
D
js_ui_appearance.cpp
315
auto mode = UiAppearanceAbilityClient::GetInstance()->
GetDarkMode
();
in JSGetDarkMode()
Completed in 7 milliseconds