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:initFunc_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
frame_sched.cpp
96
if (
initFunc_
== nullptr) {
in Init()
97
initFunc_
= (InitFunc)LoadSymbol("Init");
in Init()
99
if (
initFunc_
!= nullptr) {
in Init()
100
initFunc_
();
in Init()
/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/src/
H
A
D
rs_frame_report_ext.cpp
51
initFunc_
= reinterpret_cast<InitFunc>(LoadSymbol("Init"));
in Init()
52
if (
initFunc_
!= nullptr) {
in Init()
53
initFunc_
();
in Init()
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/src/
H
A
D
rs_frame_report_ext.cpp
55
initFunc_
= reinterpret_cast<InitFunc>(LoadSymbol("Init"));
in Init()
56
if (
initFunc_
!= nullptr) {
in Init()
57
initFunc_
();
in Init()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H
A
D
external_loader.cpp
46
initFunc_
= reinterpret_cast<InitModuleFunc>(dlsym(effectExtHandle, "Init"));
in LoadExtSo()
65
return
initFunc_
;
in GetInitFunc()
H
A
D
external_loader.h
57
InitFunc
initFunc_
= nullptr;
member in OHOS::Media::Effect::ExternLoader
/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H
A
D
rs_frame_report.cpp
58
initFunc_
= (InitFunc)LoadSymbol("Init");
in Init()
59
if (
initFunc_
!= nullptr) {
in Init()
60
initFunc_
();
in Init()
/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/include/
H
A
D
rs_frame_report_ext.h
43
InitFunc
initFunc_
= nullptr;
member in OHOS::RsFrameReportExt
/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/test/unittest/
H
A
D
rs_frame_report_ext_test.cpp
46
EXPECT_NE(RsFrameReportExt::GetInstance().
initFunc_
, nullptr);
in HWTEST_F()
/foundation/graphic/graphic_surface/sync_fence/include/
H
A
D
frame_sched.h
49
InitFunc
initFunc_
= nullptr;
member in OHOS::Rosen::FrameSched
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H
A
D
rs_frame_report_ext.h
48
InitFunc
initFunc_
= nullptr;
member in OHOS::Rosen::RsFrameReportExt
/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H
A
D
rs_frame_report.h
58
InitFunc
initFunc_
= nullptr;
member in OHOS::Rosen::final
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H
A
D
frame_sched_test.cpp
173
frameSched->
initFunc_
= nullptr;
in HWTEST_F()
Completed in 4 milliseconds