Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 - 25 of 197) sorted by relevance

12345678

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
H A Dlibrary_func_mock.cpp19 void *dlopen(const char *file, int mode) in dlopen() function
24 return LibraryFunc::libraryFunc_->dlopen(file, mode); in dlopen()
H A Dlibrary_func_mock.h32 virtual void *dlopen(const char *file, int mode) = 0;
43 MOCK_METHOD2(dlopen, void *(const char *file, int mode));
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_so_dlclose_unittest.cpp55 void *handle = dlopen(path.c_str(), RTLD_NOW); in HWTEST_F()
72 void *handle = dlopen(path.c_str(), RTLD_NOW); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp81 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in HWTEST_F()
83 NETNATIVE_LOGI("StartListenTest002 dlopen err %{public}s", dlerror()); in HWTEST_F()
105 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in HWTEST_F()
107 NETNATIVE_LOGI("StartListenTest002 dlopen err %{public}s", dlerror()); in HWTEST_F()
125 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in HWTEST_F()
127 NETNATIVE_LOGI("ProcSetCacheCommandTest001 dlopen err %{public}s", dlerror()); in HWTEST_F()
149 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in HWTEST_F()
151 NETNATIVE_LOGI("ProcGetCacheCommandTest001 dlopen err %{public}s", dlerror()); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.cpp64 dlEglHandle_ = dlopen(realPath.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadEgl()
73 dlEglHandle_ = dlopen(realPath.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadEgl()
75 WLOGE("dlopen failed. error: %{public}s.", dlerror()); in LoadEgl()
117 dlHandle = dlopen(realPath.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadGl()
126 dlHandle = dlopen(realPath.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadGl()
128 WLOGE("dlopen failed. error: %{public}s.", dlerror()); in LoadGl()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend_manager.cpp34 if (dlopen("libneural_network_runtime.so", RTLD_NOLOAD) != nullptr) { in GetInstance()
35 // if libneural_network_runtime_ext.so not loaded, try to dlopen it in GetInstance()
36 if (dlopen("libneural_network_runtime_ext.so", RTLD_NOLOAD) == nullptr) { in GetInstance()
37 LOGI("dlopen libneural_network_runtime_ext.so."); in GetInstance()
38 void* libHandle = dlopen("libneural_network_runtime_ext.so", RTLD_NOW | RTLD_GLOBAL); in GetInstance()
40 LOGW("Failed to dlopen libneural_network_runtime_ext.so."); in GetInstance()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Ddynamic_loader_linux.cpp23 return dlopen(dlPath, mode); in DynamicLoadLibrary()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dressched_report.cpp27 auto handle = dlopen(RES_SCHED_CLIENT_SO.c_str(), RTLD_NOW); in LoadReportDataFunc()
H A Dace_engine_ext.cpp33 auto handle = dlopen(DRAG_EXTENSION_SO_PATH.c_str(), RTLD_LAZY); in CallDragExtFunc()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/touch_screen/
H A Dtouch_screen.cpp37 touchScreenHandle_ = dlopen(TOUCHSCREEN_WRAPPER_PATH.c_str(), RTLD_NOW); in InitTouchScreen()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dcore_library_loader.h81 g_EngineLibrary.reset(dlopen("libAGPEngineDLL.dylib", RTLD_LAZY)); in LoadCoreLibrary()
83 g_EngineLibrary.reset(dlopen(::string(libraryFile).c_str(), RTLD_LAZY)); in LoadCoreLibrary()
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_client_adapter.h97 handle_1 = dlopen(TRACE_LIB_PATH_1, RTLD_NOW | RTLD_LOCAL); in Load()
103 handle_2 = dlopen(TRACE_LIB_PATH_2, RTLD_NOW | RTLD_LOCAL); in Load()
/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp147 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in ~DmConfigManager()
159 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in ~DmConfigManager()
193 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NODELETE); in GetCryptoAdapter()
226 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NODELETE); in GetAuthAdapter()
/foundation/ability/form_fwk/test/unittest/fms_form_memmgr_client_test/
H A Dfms_form_memmgr_client_test.cpp60 void* handle = dlopen("libmemmgrclient.z.so", RTLD_LAZY); in HWTEST_F()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_memmgr_client.cpp38 void *libMemmgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in SetCritical()
40 HILOG_ERROR("dlopen libmemmgrclient fail"); in SetCritical()
/foundation/ai/ai_engine/services/common/platform/dl_operation/source/
H A Daie_dl_operation.cpp53 void *res = dlopen(realLibPath, flag); in AieDlopen()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Daps_monitor_impl.cpp55 auto handle = dlopen(APS_CLIENT_SO.c_str(), RTLD_NOW); in LoadApsFuncOnce()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Dapi_policy_adapter.cpp21 handle = dlopen("/system/lib64/platformsdk/libapipolicy_client.z.so", RTLD_NOW); in ApiPolicyAdapter()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dutils.h29 #define LOADLIB(libPath) dlopen(libPath, RTLD_LAZY|RTLD_LOCAL)
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dcj_envsetup.cpp22 return dlopen(name, RTLD_NOW); in OpenLib()
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Dapi_policy_adapter.cpp21 handle = dlopen("/system/lib64/platformsdk/libapipolicy_client.z.so", RTLD_NOW); in ApiPolicyAdapter()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_wrapper.cpp35 auto soHandler_ = ::dlopen(WRAPPER_DL_PATH.c_str(), RTLD_NOW); in MediaMonitorWrapper()
37 MEDIA_LOG_E("dlopen failed due to " PUBLIC_LOG_S, ::dlerror()); in MediaMonitorWrapper()
/foundation/multimodalinput/input/service/gesturesense_wrapper/src/
H A Dgesturesense_wrapper.cpp45 gesturesenseWrapperHandle_ = dlopen(GESTURESENSE_WRAPPER_PATH.c_str(), RTLD_NOW); in InitGestureSenseWrapper()
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_bundle_utils.cpp34 void *handler = dlopen(LIB_NET_BUNDL_UTILS_SO_PATH.c_str(), RTLD_NOW); in IsAtomicService()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.cpp55 void* handle = dlopen(napiPluginPath.c_str(), RTLD_LAZY); in GetPixelMapNapiEntry()

Completed in 209 milliseconds

12345678