/ohos5.0/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/ |
H A D | rs_frame_report_test.cpp | 48 fr.LoadLibrary(); 63 fr.LoadLibrary(); 186 fr.LoadLibrary(); 203 fr.LoadLibrary();
|
/ohos5.0/base/update/updater/services/hdi/client/ |
H A D | update_hdi_client.cpp | 52 return LoadLibrary(); in Init() 55 bool UpdateHdiClient::LoadLibrary() in LoadLibrary() function in Updater::UpdateHdiClient
|
H A D | update_hdi_client.h | 33 bool LoadLibrary();
|
/ohos5.0/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/src/ |
H A D | rs_frame_report_ext.cpp | 45 bool ret = LoadLibrary(); in Init() 57 bool RsFrameReportExt::LoadLibrary() in LoadLibrary() function in OHOS::RsFrameReportExt
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | platform_adp.cpp | 42 return LoadLibrary(packageName.c_str()); in AdpLoadLibrary() 55 void *PlatformAdp::LoadLibrary(const std::string &packageName) in LoadLibrary() function in OHOS::MultimediaPlugin::PlatformAdp
|
H A D | platform_adp.h | 37 void *LoadLibrary(const std::string &packageName);
|
/ohos5.0/base/msdp/device_status/intention/scheduler/plugin_manager/src/ |
H A D | plugin_manager.cpp | 48 cooperate_ = LoadLibrary<ICooperate>(context_, LIB_COOPERATE_PATH.data()); in LoadCooperate() 70 motionDrag_ = LoadLibrary<IMotionDrag>(context_, LIB_MOTION_DRAG_PATH.data()); in LoadMotionDrag()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/src/ |
H A D | rs_frame_report_ext.cpp | 49 int ret = LoadLibrary(); in Init() 61 bool RsFrameReportExt::LoadLibrary() in LoadLibrary() function in OHOS::Rosen::RsFrameReportExt
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/test/unittest/ |
H A D | frame_sched_test.cpp | 114 frameSched->LoadLibrary(); 116 frameSched->LoadLibrary();
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | frame_sched.cpp | 44 LoadLibrary(); in FrameSched() 52 bool FrameSched::LoadLibrary() in LoadLibrary() function in OHOS::Rosen::FrameSched
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/ |
H A D | rs_frame_report.cpp | 52 int ret = LoadLibrary(); in Init() 64 bool RsFrameReport::LoadLibrary() in LoadLibrary() function in OHOS::Rosen::RsFrameReport
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 66 std::unique_ptr<Plugin<IPlugin>> LoadLibrary(IContext *context, const char *libPath); 106 std::unique_ptr<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const… in LoadLibrary() function
|
/ohos5.0/base/msdp/device_status/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 69 std::unique_ptr<Plugin<IPlugin>> LoadLibrary(IContext *context, const char *libPath); 110 std::unique_ptr<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const… in LoadLibrary() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | frame_report.cpp | 44 bool FrameReport::LoadLibrary() in LoadLibrary() function in OHOS::Ace::FrameReport 112 if (LoadLibrary()) { in Init()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_effect_server.cpp | 51 static bool LoadLibrary(const std::string &relativePath, std::shared_ptr<AudioEffectLibEntry> &libE… in LoadLibrary() function 94 bool loadLibrarySuccess = LoadLibrary(library.path, libEntry); in LoadLibraries()
|
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/src/ |
H A D | frame_report.cpp | 76 LoadLibrary(); in SetGameScene() 132 void FrameReport::LoadLibrary() in LoadLibrary() function in OHOS::Rosen::FrameReport
|
/ohos5.0/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/include/ |
H A D | rs_frame_report_ext.h | 36 bool LoadLibrary();
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | utils.h | 23 #define LOADLIB(libPath) LoadLibrary(libPath)
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/ |
H A D | frame_sched.h | 43 bool LoadLibrary();
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/plugin_manager/src/ |
H A D | plugin_manager.cpp | 41 cooperate_ = LoadLibrary<ICooperate>(context_, LIB_COOPERATE_PATH.data()); in LoadCooperate()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/ |
H A D | rs_frame_report_ext.h | 41 bool LoadLibrary();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/ |
H A D | rs_luminance_control.cpp | 69 initStatus_ = LoadLibrary(); in Init() 72 bool RSLuminanceControl::LoadLibrary() in LoadLibrary() function in OHOS::Rosen::RSLuminanceControl
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/ |
H A D | rs_frame_report.h | 51 bool LoadLibrary();
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dragging_player_agent.cpp | 190 void *DraggingPlayerAgent::LoadLibrary() in LoadLibrary() function in OHOS::Media::DraggingPlayerAgent 240 if (!CheckSymbol(LoadLibrary())) { in LoadSymbol()
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing.cpp | 43 if (ImageProcessingNdkLoader::Get().LoadLibrary()) { in CallImageProcessingSupport() 75 if (ImageProcessingNdkLoader::Get().LoadLibrary()) { in CallImageProcessingWithLoad()
|