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:GetRawfile
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H
A
D
resource_wrapper.h
212
std::string
GetRawfile
(const std::string& fileName) const
in GetRawfile()
function in OHOS::Ace::ResourceWrapper
215
return resourceAdapter_->
GetRawfile
(fileName);
in GetRawfile()
217
return themeConstants_->
GetRawfile
(fileName);
in GetRawfile()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl.h
50
std::string
GetRawfile
(const std::string& fileName) override;
H
A
D
resource_adapter_impl_standard.h
58
std::string
GetRawfile
(const std::string& fileName) override;
H
A
D
resource_adapter_impl.cpp
467
std::string ResourceAdapterImpl::
GetRawfile
(const std::string& fileName)
in GetRawfile()
function in OHOS::Ace::ResourceAdapterImpl
H
A
D
resource_adapter_impl_standard.cpp
489
std::string ResourceAdapterImpl::
GetRawfile
(const std::string& fileName)
in GetRawfile()
function in OHOS::Ace::ResourceAdapterImpl
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_resource_adapter.h
41
MOCK_METHOD1(
GetRawfile
, std::string(const std::string& fileName));
H
A
D
mock_theme_constants.cpp
115
std::string ThemeConstants::
GetRawfile
(const std::string& fileName) const
in GetRawfile()
function in OHOS::Ace::ThemeConstants
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H
A
D
theme_constants.cpp
295
std::string ThemeConstants::
GetRawfile
(const std::string& fileName) const
in GetRawfile()
function in OHOS::Ace::ThemeConstants
300
return resAdapter_->
GetRawfile
(fileName);
in GetRawfile()
H
A
D
theme_constants.h
250
std::string
GetRawfile
(const std::string& fileName) const;
H
A
D
resource_adapter.h
120
virtual std::string
GetRawfile
(const std::string& fileName)
in GetRawfile()
function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_adapter_impl_v2.h
65
std::string
GetRawfile
(const std::string& fileName) override;
H
A
D
resource_adapter_impl.h
62
std::string
GetRawfile
(const std::string& fileName) override;
H
A
D
resource_adapter_impl.cpp
524
std::string ResourceAdapterImpl::
GetRawfile
(const std::string& fileName)
in GetRawfile()
function in OHOS::Ace::ResourceAdapterImpl
541
LOGE("
GetRawfile
error, filename:%{public}s, error:%{public}u", fileName.c_str(), state);
in GetRawfile()
H
A
D
resource_adapter_impl_v2.cpp
639
std::string ResourceAdapterImplV2::
GetRawfile
(const std::string& fileName)
in GetRawfile()
function in OHOS::Ace::ResourceAdapterImplV2
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_image_modifier.cpp
171
src = themeConstants->
GetRawfile
(name);
in SetImageResource()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H
A
D
napi_utils.cpp
742
result = resourceWrapper->
GetRawfile
(fileName);
in ParseString()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_view_abstract_ffi.cpp
1674
result = themeConstants->
GetRawfile
(params);
in ParseCjMedia()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_utils.cpp
1035
result = resourceWrapper->
GetRawfile
(fileName->ToString(vm)->ToString(vm));
in ParseJsMediaFromResource()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_abstract.cpp
5863
result = resourceWrapper->
GetRawfile
(fileName->ToString());
in ParseJSMediaInternal()
Completed in 39 milliseconds