Home
last modified time | relevance | path

Searched refs:LoadSymbol (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp45 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 Drs_frame_report.cpp58 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 Drs_frame_report_ext.cpp55 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 Dframe_sched.cpp79 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 Drs_frame_report_ext.cpp51 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 Drs_frame_report_ext.h38 void *LoadSymbol(const char *symName);
/foundation/multimedia/av_session/services/session/adapter/
H A Dplugin_lib.h28 void *LoadSymbol(const std::string &symbolName);
H A Dplugin_lib.cpp55 void *PluginLib::LoadSymbol(const std::string &symbolName) in LoadSymbol() function in OHOS::AVSession::PluginLib
H A Dcollaboration_manager.cpp87 void *collaborationManagerExport = pluginLib_.LoadSymbol("ServiceCollaborationManager_Export"); in ReadCollaborationManagerSo()
/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h45 void* LoadSymbol(const char* symName);
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h43 void *LoadSymbol(const char *symName);
/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp144 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 Drs_frame_report_test.cpp206 fr.LoadSymbol("function"); in HWTEST_F()
209 fr.LoadSymbol("function"); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp39 void* FrameReport::LoadSymbol(const char* symName) in LoadSymbol() function in OHOS::Ace::FrameReport
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp39 void* FrameReport::LoadSymbol(const char* symName) in LoadSymbol() function in OHOS::Ace::FrameReport
/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h53 void *LoadSymbol(const char *symName);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.h44 static bool LoadSymbol();
H A Ddragging_player_agent.cpp74 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 Dframe_report.h51 void* LoadSymbol(const std::string& symName);
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h76 void* LoadSymbol(const char* symName);
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dframe_sched_test.cpp146 * Function: LoadSymbol
150 * CaseDescription: 1. call LoadSymbol
157 auto res = frameSched->LoadSymbol("LoadSymbol001"); in HWTEST_F()

Completed in 6 milliseconds