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:ThemeValue
(Results
1 - 4
of
4
) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
theme_pack_resource.h
92
class
ThemeValue
{
class in OHOS::Global::Resource::ThemeResource
103
~
ThemeValue
();
115
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > GetThemeValues(
166
std::vector<std::tuple<ResType, std::string, std::shared_ptr<
ThemeValue
>> > themeValueVec_;
H
A
D
theme_pack_manager.h
167
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > GetThemeResourceList(
175
const std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > &candidates,
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
theme_pack_resource.cpp
43
ThemeResource::
ThemeValue
::~
ThemeValue
()
in ~ThemeValue()
130
auto themeValue = std::make_shared<
ThemeValue
>();
in InitThemeRes()
197
auto themeValue = std::make_shared<
ThemeValue
>();
in ParseIcon()
205
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > ThemeResource::GetThemeValues(
in GetThemeValues()
208
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > result;
in GetThemeValues()
H
A
D
theme_pack_manager.cpp
218
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > ThemePackManager::GetThemeResourceList(
in GetThemeResourceList()
222
std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > result;
in GetThemeResourceList()
249
const std::vector<std::shared_ptr<ThemeResource::
ThemeValue
> > &candidates, const ResConfigImpl &resConfig)
in GetBestMatchThemeResource()
Completed in 3 milliseconds