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:LoadSymbol
(Results
1 - 21
of
21
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
frame_report.cpp
45
frameInitFunc_ = (FrameInitFunc)
LoadSymbol
("Init");
in LoadLibrary()
47
frameGetEnableFunc_ = (FrameGetEnableFunc)
LoadSymbol
("GetSenseSchedEnable");
in LoadLibrary()
49
beginFlushAnimationFunc_ = (BeginFlushAnimationFunc)
LoadSymbol
("BeginFlushAnimation");
in LoadLibrary()
51
endFlushAnimationFunc_ = (EndFlushAnimationFunc)
LoadSymbol
("EndFlushAnimation");
in LoadLibrary()
53
beginFlushBuildFunc_ = (BeginFlushBuildFunc)
LoadSymbol
("BeginFlushBuild");
in LoadLibrary()
55
endFlushBuildFunc_ = (EndFlushBuildFunc)
LoadSymbol
("EndFlushBuild");
in LoadLibrary()
57
beginFlushLayoutFunc_ = (BeginFlushLayoutFunc)
LoadSymbol
("BeginFlushLayout");
in LoadLibrary()
59
endFlushLayoutFunc_ = (EndFlushLayoutFunc)
LoadSymbol
("EndFlushLayout");
in LoadLibrary()
61
beginFlushRenderFunc_ = (BeginFlushRenderFunc)
LoadSymbol
("BeginFlushRender");
in LoadLibrary()
63
endFlushRenderFunc_ = (EndFlushRenderFunc)
LoadSymbol
("EndFlushRende
in LoadLibrary()
100
void* FrameReport::
LoadSymbol
(const char* symName)
LoadSymbol()
function in OHOS::Ace::FrameReport
[all...]
/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H
A
D
rs_frame_report.cpp
58
initFunc_ = (InitFunc)
LoadSymbol
("Init");
in Init()
90
void *RsFrameReport::
LoadSymbol
(const char *symName)
in LoadSymbol()
function in OHOS::Rosen::RsFrameReport
111
frameGetEnableFunc_ = (FrameGetEnableFunc)
LoadSymbol
("GetSenseSchedEnable");
in GetEnable()
124
processCommandsStartFun_ = (ProcessCommandsStartFunc)
LoadSymbol
("ProcessCommandsStart");
in ProcessCommandsStart()
136
animateStartFunc_ = (AnimateStartFunc)
LoadSymbol
("AnimateStart");
in AnimateStart()
148
renderStartFunc_ = (RenderStartFunc)
LoadSymbol
("RenderStart");
in RenderStart()
161
parallelRenderStartFunc_ = reinterpret_cast<ParallelRenderStartFunc>(
LoadSymbol
("RSRenderStart"));
in RSRenderStart()
173
renderEndFunc_ = (RenderEndFunc)
LoadSymbol
("RenderEnd");
in RenderEnd()
186
parallelRenderEndFunc_ = reinterpret_cast<ParallelRenderEndFunc>(
LoadSymbol
("RSRenderEnd"));
in RSRenderEnd()
198
sendCommandsStartFunc_ = (SendCommandsStartFunc)
LoadSymbol
("SendCommandsStar
in SendCommandsStart()
[all...]
/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()
87
void *RsFrameReportExt::
LoadSymbol
(const char *symName)
in LoadSymbol()
function in OHOS::Rosen::RsFrameReportExt
109
frameGetEnableFunc_ = reinterpret_cast<FrameGetEnableFunc>(
LoadSymbol
("GetSenseSchedEnable"));
in GetEnable()
122
handleSwapBufferFunc_ = reinterpret_cast<HandleSwapBufferFunc>(
LoadSymbol
("HandleSwapBuffer"));
in HandleSwapBuffer()
134
requestNextVSyncFunc_ = reinterpret_cast<RequestNextVSyncFunc>(
LoadSymbol
("RequestNextVSync"));
in RequestNextVSync()
146
receiveVSyncFunc_ = reinterpret_cast<ReceiveVSyncFunc>(
LoadSymbol
("ReceiveVSync"));
in ReceiveVSync()
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
frame_sched.cpp
79
void* FrameSched::
LoadSymbol
(const char* symName)
in LoadSymbol()
function in OHOS::Rosen::FrameSched
97
initFunc_ = (InitFunc)
LoadSymbol
("Init");
in Init()
109
monitorGpuStartFunc_ = (MonitorGpuStartFunc)
LoadSymbol
("MonitorGpuStart");
in MonitorGpuStart()
121
monitorGpuEndFunc_ = (MonitorGpuEndFunc)
LoadSymbol
("MonitorGpuEnd");
in MonitorGpuEnd()
133
setFrameParamFunc_ = (SetFrameParamFunc)
LoadSymbol
("SetFrameParam");
in SetFrameParam()
/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()
72
void *RsFrameReportExt::
LoadSymbol
(const char *symName)
in LoadSymbol()
function in OHOS::RsFrameReportExt
94
frameGetEnableFunc_ = reinterpret_cast<FrameGetEnableFunc>(
LoadSymbol
("GetSenseSchedEnable"));
in GetEnable()
107
handleSwapBufferFunc_ = reinterpret_cast<HandleSwapBufferFunc>(
LoadSymbol
("HandleSwapBuffer"));
in HandleSwapBuffer()
/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/include/
H
A
D
rs_frame_report_ext.h
38
void *
LoadSymbol
(const char *symName);
/foundation/multimedia/av_session/services/session/adapter/
H
A
D
plugin_lib.h
28
void *
LoadSymbol
(const std::string &symbolName);
H
A
D
plugin_lib.cpp
55
void *PluginLib::
LoadSymbol
(const std::string &symbolName)
in LoadSymbol()
function in OHOS::AVSession::PluginLib
H
A
D
collaboration_manager.cpp
87
void *collaborationManagerExport = pluginLib_.
LoadSymbol
("ServiceCollaborationManager_Export");
in ReadCollaborationManagerSo()
/foundation/graphic/graphic_surface/sync_fence/include/
H
A
D
frame_sched.h
45
void*
LoadSymbol
(const char* symName);
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H
A
D
rs_frame_report_ext.h
43
void *
LoadSymbol
(const char *symName);
/foundation/graphic/graphic_surface/utils/frame_report/src/
H
A
D
frame_report.cpp
144
LoadSymbol
(GAME_ACCELERATE_SCHEDULE_NOTIFYFRAMEINFO));
in LoadLibrary()
174
void* FrameReport::
LoadSymbol
(const std::string& symName)
in LoadSymbol()
function in OHOS::Rosen::FrameReport
179
LOGE("FrameReport::
LoadSymbol
Get %{public}s symbol failed: %{public}s", symName.c_str(), dlerror());
in LoadSymbol()
/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/
H
A
D
rs_frame_report_test.cpp
206
fr.
LoadSymbol
("function");
in HWTEST_F()
209
fr.
LoadSymbol
("function");
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
frame_report.cpp
39
void* FrameReport::
LoadSymbol
(const char* symName)
in LoadSymbol()
function in OHOS::Ace::FrameReport
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_frame_report.cpp
39
void* FrameReport::
LoadSymbol
(const char* symName)
in LoadSymbol()
function in OHOS::Ace::FrameReport
/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H
A
D
rs_frame_report.h
53
void *
LoadSymbol
(const char *symName);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
dragging_player_agent.h
44
static bool
LoadSymbol
();
H
A
D
dragging_player_agent.cpp
74
if (!agent->
LoadSymbol
()) {
in Create()
211
bool DraggingPlayerAgent::
LoadSymbol
()
in LoadSymbol()
function in OHOS::Media::DraggingPlayerAgent
/foundation/graphic/graphic_surface/utils/frame_report/export/
H
A
D
frame_report.h
51
void*
LoadSymbol
(const std::string& symName);
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
frame_report.h
76
void*
LoadSymbol
(const char* symName);
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H
A
D
frame_sched_test.cpp
146
* Function:
LoadSymbol
150
* CaseDescription: 1. call
LoadSymbol
157
auto res = frameSched->
LoadSymbol
("LoadSymbol001");
in HWTEST_F()
Completed in 6 milliseconds