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:GetIntByName
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H
A
D
resource_wrapper.h
84
int32_t
GetIntByName
(const std::string& resName) const
in GetIntByName()
function in OHOS::Ace::ResourceWrapper
87
return resourceAdapter_->
GetIntByName
(resName);
in GetIntByName()
89
return themeConstants_->
GetIntByName
(resName);
in GetIntByName()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H
A
D
theme_mock.h
46
int32_t
GetIntByName
(const std::string& resName) override;
H
A
D
theme_mock.cpp
234
int32_t ResourceAdapterMock::
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapterMock
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
theme_mock.h
46
int32_t
GetIntByName
(const std::string& resName) override;
H
A
D
mock_theme_constants.cpp
60
int32_t ThemeConstants::
GetIntByName
(const std::string& resName) const
in GetIntByName()
function in OHOS::Ace::ThemeConstants
H
A
D
theme_mock.cpp
234
int32_t ResourceAdapterMock::
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapterMock
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl_standard.h
51
int32_t
GetIntByName
(const std::string& resName) override;
H
A
D
resource_adapter_impl_standard.cpp
384
int32_t ResourceAdapterImpl::
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapterImpl
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H
A
D
theme_constants.cpp
167
int32_t ThemeConstants::
GetIntByName
(const std::string& resName) const
in GetIntByName()
function in OHOS::Ace::ThemeConstants
172
return resAdapter_->
GetIntByName
(resName);
in GetIntByName()
H
A
D
theme_constants.h
110
int32_t
GetIntByName
(const std::string& resName) const;
H
A
D
resource_adapter.h
90
virtual int32_t
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_adapter_impl_v2.h
57
int32_t
GetIntByName
(const std::string& resName) override;
H
A
D
resource_adapter_impl.h
54
int32_t
GetIntByName
(const std::string& resName) override;
H
A
D
resource_adapter_impl.cpp
389
int32_t ResourceAdapterImpl::
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapterImpl
H
A
D
resource_adapter_impl_v2.cpp
499
int32_t ResourceAdapterImplV2::
GetIntByName
(const std::string& resName)
in GetIntByName()
function in OHOS::Ace::ResourceAdapterImplV2
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_abstract.h
565
result = static_cast<T>(resourceWrapper->
GetIntByName
(param->ToString()));
in ParseJsInteger()
H
A
D
js_view_abstract.cpp
5151
auto value = std::to_string(resourceWrapper->
GetIntByName
(param->ToString()));
in ParseJsDimensionNG()
5260
auto value = std::to_string(resourceWrapper->
GetIntByName
(param->ToString()));
in ParseJsDimension()
5404
result = resourceWrapper->
GetIntByName
(param->ToString());
in ParseResourceToDoubleByName()
5484
result = resourceWrapper->
GetIntByName
(param->ToString());
in ParseJsInt32()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H
A
D
napi_utils.cpp
822
result = std::to_string(resourceWrapper->
GetIntByName
(info.params[0]));
in ParseIntegerToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_utils.cpp
691
result = resourceWrapper->
GetIntByName
(param->ToString(vm)->ToString(vm));
in ParseJsIntegerWithResource()
745
result = resourceWrapper->
GetIntByName
(param->ToString(vm)->ToString(vm));
in ParseResourceToDouble()
Completed in 37 milliseconds