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:ExternLoader
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H
A
D
external_loader.cpp
23
ExternLoader
*
ExternLoader
::Instance()
in Instance()
25
static
ExternLoader
instance;
in Instance()
29
void
ExternLoader
::LoadExtSo()
in LoadExtSo()
53
bool
ExternLoader
::IsExtLoad() const
in IsExtLoad()
58
CreateImageEffectExtFunc
ExternLoader
::GetCreateImageEffectExtFunc() const
in GetCreateImageEffectExtFunc()
63
InitFunc
ExternLoader
::GetInitFunc() const
in GetInitFunc()
68
InitFunc
ExternLoader
::GetDeinitFunc() const
in GetDeinitFunc()
73
InitModuleFunc
ExternLoader
::GetInitModuleFunc() const
in GetInitModuleFunc()
78
InitModuleFunc
ExternLoader
[all...]
H
A
D
external_loader.h
34
class
ExternLoader
{
class
36
~
ExternLoader
() = default;
38
IMAGE_EFFECT_EXPORT static
ExternLoader
*Instance();
53
ExternLoader
() = default;
H
A
D
image_effect_inner.cpp
155
ExternLoader
::Instance()->InitExt();
in ImageEffect()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter_factory.cpp
51
ExternLoader
::Instance()->InitExt();
in RegisterDelegate()
89
ExternLoader
::Instance()->InitExt();
in Create()
104
ExternLoader
::Instance()->InitExt();
in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
image_effect.cpp
51
if (!
ExternLoader
::Instance()->IsExtLoad()) {
in OH_ImageEffect_Create()
52
ExternLoader
::Instance()->LoadExtSo();
in OH_ImageEffect_Create()
54
auto func =
ExternLoader
::Instance()->GetCreateImageEffectExtFunc();
in OH_ImageEffect_Create()
/foundation/multimedia/image_effect/test/unittest/
H
A
D
image_effect_inner_unittest.cpp
73
ExternLoader
::Instance()->InitExt();
in SetUp()
H
A
D
TestImageEffect.cpp
107
ExternLoader
::Instance()->InitExt();
H
A
D
native_image_effect_unittest.cpp
170
ExternLoader
::Instance()->InitExt();
H
A
D
image_effect_capi_unittest.cpp
69
ExternLoader
::Instance()->InitExt();
in SetUp()
Completed in 12 milliseconds