/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_test.cpp | 68 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in ExecFfrtNoParam() 108 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F() 128 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F() 148 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F() 165 void* handle = dlopen("/system/lib64/chipset-pub-sdk/libeventhandler.z.so", RTLD_LAZY); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | dlfcn.h | 25 #define RTLD_LAZY 1 macro
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
H A D | mock_os_account_dlfcn.h | 25 #define RTLD_LAZY 1 macro
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | memory_dumper.cpp | 75 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemByPid() 97 void* handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemNoPid() 115 void *handle = dlopen(MEM_LIB.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetMemSmapsByPid()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | dev_auth_dynamic_load.c | 23 return dlopen(filePath, RTLD_LAZY | RTLD_LOCAL); in DevAuthDlopen()
|
/base/security/security_component_manager/frameworks/inner_api/enhance_kits/test/unittest/src/ |
H A D | sec_comp_enhance_test.cpp | 38 void *handle = dlopen(ENHANCE_INPUT_INTERFACE_LIB.c_str(), RTLD_LAZY); in SetUpTestCase() 44 handle = dlopen(ENHANCE_SRV_INTERFACE_LIB.c_str(), RTLD_LAZY); in SetUpTestCase()
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | thread_sampler_test.cpp | 126 void* funcHandler = dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY); in HWTEST_F() 172 void* funcHandler = dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY); in HWTEST_F() 217 void* funcHandler = dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY); in HWTEST_F() 281 void* funcHandler = dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY); in HWTEST_F() 339 void* funcHandler = dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY); in HWTEST_F()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_middle.cpp | 41 g_libHandle = dlopen("libusbmanager.z.so", RTLD_LAZY); in RegisterModule()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_web_adapter_webcore_bridge_helper.cpp | 34 CHECK(LoadLibFile(RTLD_LAZY, ADAPTER_LIB_FILE_NAME, false)); in Init()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_webcore_bridge_helper.cpp | 34 CHECK(LoadLibFile(RTLD_LAZY, NWEB_LIB_FILE_NAME, false)); in Init()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_ext_mgr.cpp | 46 handle_ = dlopen(pluginPath.c_str(), RTLD_LAZY); in Init()
|
/base/security/access_token/services/common/libraryloader/src/ |
H A D | libraryloader.cpp | 35 handle_ = dlopen(path.c_str(), RTLD_LAZY); in LibraryLoader()
|
/base/security/security_guard/services/security_collector/src/ |
H A D | lib_loader.cpp | 42 m_handle = dlopen(realPath.c_str(), RTLD_LAZY); in LoadLib()
|
/base/useriam/fingerprint_auth/services/src/ |
H A D | service_ex_manager.cpp | 45 handle_ = dlopen(SO_NAME, RTLD_LAZY); in Acquire()
|
/base/useriam/face_auth/services/src/ |
H A D | service_ex_manager.cpp | 45 handle_ = dlopen(SO_NAME, RTLD_LAZY); in Acquire()
|
/base/location/services/utils/lbsutils/include/ |
H A D | dynamic_library_loader.h | 32 handle_ = dlopen(libPath.c_str(), RTLD_LAZY); in DynamicLibraryLoader()
|
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/ |
H A D | static_subscriber_extension_module_loader_test.cpp | 63 void *handle = dlopen(STATIC_SUBSCRIBER_EXTENSION_MODULE_LIB_PATH, RTLD_LAZY); in HWTEST_F()
|
/base/update/updater/services/hdi/client/ |
H A D | update_hdi_client.cpp | 63 handler_ = dlopen(HDI_LIB_NAME, RTLD_LAZY); in LoadLibrary()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | cppcrash_reporter.cpp | 89 void* handle = dlopen("libfaultlogger.z.so", RTLD_LAZY | RTLD_NODELETE); in ReportToHiview() 164 void* handle = dlopen("libability_manager_c.z.so", RTLD_LAZY | RTLD_NODELETE); in ReportToAbilityManagerService()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | process_collector_impl.cpp | 43 handle_ = dlopen(LIB_NAME.c_str(), RTLD_LAZY); in ProcessCollectorImpl()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_plugin_manager.cpp | 71 libHandle_ = dlopen(soPath.c_str(), RTLD_LAZY); in LoaderLib()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_symbols.cpp | 57 void* rustDemangleLibHandle = dlopen("librustc_demangle.z.so", RTLD_LAZY | RTLD_NODELETE); in FindRustDemangleFunction()
|
/base/telephony/call_manager/services/distributed_call/src/ |
H A D | distributed_call_proxy.cpp | 33 dCallClientHandler_ = dlopen("libdistributed_call_client.z.so", RTLD_LAZY | RTLD_NODELETE); in DistributedCallProxy()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | ark_test.cpp | 53 g_handle = dlopen(ARK_LIB_NAME, RTLD_LAZY);
in GetLibArkHandle() 312 void* handle = dlopen("librustc_demangle.z.so", RTLD_LAZY | RTLD_NODELETE);
in HWTEST_F()
|
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/ |
H A D | cJSON.c | 52 g_handle = dlopen("/system/lib64/chipset-pub-sdk/libcjson.z.so", RTLD_LAZY); in GetHandle() 54 g_handle = dlopen("/system/lib/chipset-pub-sdk/libcjson.z.so", RTLD_LAZY); in GetHandle()
|