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:UpdateColorMode
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H
A
D
resource_wrapper.cpp
24
resourceAdapter->
UpdateColorMode
(colorMode);
in ResourceWrapper()
31
resourceAdapter_->
UpdateColorMode
(SystemProperties::GetColorMode());
in ~ResourceWrapper()
H
A
D
resource_manager.h
140
void
UpdateColorMode
(ColorMode colorMode)
in UpdateColorMode()
function in OHOS::Ace::final
144
iter->second->
UpdateColorMode
(colorMode);
in UpdateColorMode()
147
iter->cacheObj->
UpdateColorMode
(colorMode);
in UpdateColorMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_resource_bridge.cpp
45
ArkUINativeModuleValue ResourceBridge::
UpdateColorMode
(ArkUIRuntimeCallInfo* runtimeCallInfo)
in UpdateColorMode()
function in OHOS::Ace::NG::ResourceBridge
56
ResourceManager::GetInstance().
UpdateColorMode
(colorModeValue);
in UpdateColorMode()
75
ResourceManager::GetInstance().
UpdateColorMode
(colorModeValue);
in Restore()
H
A
D
arkts_native_resource_bridge.h
26
static ArkUINativeModuleValue
UpdateColorMode
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_api_impl_bridge.cpp
5325
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ResourceBridge::
UpdateColorMode
));
in RegisterResourceAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H
A
D
resource_adapter.h
233
virtual void
UpdateColorMode
(ColorMode colorMode) {}
in UpdateColorMode()
function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_adapter_impl_v2.h
83
void
UpdateColorMode
(ColorMode colorMode) override;
H
A
D
resource_adapter_impl_v2.cpp
837
void ResourceAdapterImplV2::
UpdateColorMode
(ColorMode colorMode)
in UpdateColorMode()
function in OHOS::Ace::ResourceAdapterImplV2
Completed in 22 milliseconds