/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/ |
H A D | library_func_mock.cpp | 19 void *dlopen(const char *file, int mode) in dlopen() function 24 return LibraryFunc::libraryFunc_->dlopen(file, mode); in dlopen()
|
H A D | library_func_mock.h | 32 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 D | ipc_so_dlclose_unittest.cpp | 55 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 D | dns_resolv_listen_test.cpp | 81 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 D | egl_wrapper_loader.cpp | 64 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 D | backend_manager.cpp | 34 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 D | dynamic_loader_linux.cpp | 23 return dlopen(dlPath, mode); in DynamicLoadLibrary()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | ressched_report.cpp | 27 auto handle = dlopen(RES_SCHED_CLIENT_SO.c_str(), RTLD_NOW); in LoadReportDataFunc()
|
H A D | ace_engine_ext.cpp | 33 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 D | touch_screen.cpp | 37 touchScreenHandle_ = dlopen(TOUCHSCREEN_WRAPPER_PATH.c_str(), RTLD_NOW);
in InitTouchScreen()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | core_library_loader.h | 81 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 D | task_client_adapter.h | 97 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 D | dm_config_manager.cpp | 147 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 D | fms_form_memmgr_client_test.cpp | 60 void* handle = dlopen("libmemmgrclient.z.so", RTLD_LAZY); in HWTEST_F()
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_memmgr_client.cpp | 38 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 D | aie_dl_operation.cpp | 53 void *res = dlopen(realLibPath, flag); in AieDlopen()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | aps_monitor_impl.cpp | 55 auto handle = dlopen(APS_CLIENT_SO.c_str(), RTLD_NOW); in LoadApsFuncOnce()
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | api_policy_adapter.cpp | 21 handle = dlopen("/system/lib64/platformsdk/libapipolicy_client.z.so", RTLD_NOW); in ApiPolicyAdapter()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | utils.h | 29 #define LOADLIB(libPath) dlopen(libPath, RTLD_LAZY|RTLD_LOCAL)
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | cj_envsetup.cpp | 22 return dlopen(name, RTLD_NOW); in OpenLib()
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | api_policy_adapter.cpp | 21 handle = dlopen("/system/lib64/platformsdk/libapipolicy_client.z.so", RTLD_NOW); in ApiPolicyAdapter()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_wrapper.cpp | 35 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 D | gesturesense_wrapper.cpp | 45 gesturesenseWrapperHandle_ = dlopen(GESTURESENSE_WRAPPER_PATH.c_str(), RTLD_NOW); in InitGestureSenseWrapper()
|
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_bundle_utils.cpp | 34 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 D | js_engine.cpp | 55 void* handle = dlopen(napiPluginPath.c_str(), RTLD_LAZY); in GetPixelMapNapiEntry()
|