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:HasIconInTheme
(Results
1 - 8
of
8
) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H
A
D
theme_manager_test.cpp
195
* @tc.desc: Test
HasIconInTheme
function, file case.
207
bool result = rm->
HasIconInTheme
("ohos.global.test");
in HWTEST_F()
210
result = rm->
HasIconInTheme
("ohos.global.test.all");
in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H
A
D
theme_pack_manager.h
128
bool
HasIconInTheme
(const std::string &bundleName);
H
A
D
theme_pack_resource.h
146
bool
HasIconInTheme
(const std::string &bundleName);
H
A
D
resource_manager_impl.h
671
virtual bool
HasIconInTheme
(const std::string &bundleName);
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
theme_pack_manager.cpp
360
bool ThemePackManager::
HasIconInTheme
(const std::string &bundleName)
in HasIconInTheme()
function in OHOS::Global::Resource::ThemePackManager
369
result = pThemeResource->
HasIconInTheme
(bundleName);
in HasIconInTheme()
H
A
D
theme_pack_resource.cpp
416
bool ThemeResource::
HasIconInTheme
(const std::string &bundleName)
in HasIconInTheme()
function in OHOS::Global::Resource::ThemeResource
H
A
D
resource_manager_impl.cpp
1671
bool ResourceManagerImpl::
HasIconInTheme
(const std::string &bundleName)
in HasIconInTheme()
function in OHOS::Global::Resource::ResourceManagerImpl
1673
return ThemePackManager::GetThemePackManager()->
HasIconInTheme
(bundleName);
in HasIconInTheme()
/base/global/resource_management/interfaces/inner_api/include/
H
A
D
resource_manager.h
219
virtual bool
HasIconInTheme
(const std::string &bundleName) = 0;
Completed in 8 milliseconds