Home
last modified time | relevance | path

Searched refs:dlsym (Results 1 - 25 of 188) sorted by relevance

12345678

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp34 GRD_DBApiInfo.DBOpenApi = (DBOpen)dlsym(g_library, "GRD_DBOpen"); in GRD_DBApiInitEnhance()
35 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
36 GRD_DBApiInfo.DBRepairApi = (DBRepair)dlsym(g_library, "GRD_DBRepair"); in GRD_DBApiInitEnhance()
37 GRD_DBApiInfo.DBSqlPrepare = (DBSqlPrepare)dlsym(g_library, "GRD_SqlPrepare"); in GRD_DBApiInitEnhance()
38 GRD_DBApiInfo.DBSqlReset = (DBSqlReset)dlsym(g_library, "GRD_SqlReset"); in GRD_DBApiInitEnhance()
39 GRD_DBApiInfo.DBSqlFinalize = (DBSqlFinalize)dlsym(g_library, "GRD_SqlFinalize"); in GRD_DBApiInitEnhance()
40 GRD_DBApiInfo.DBSqlBindBlob = (DBSqlBindBlob)dlsym(g_library, "GRD_SqlBindBlob"); in GRD_DBApiInitEnhance()
41 GRD_DBApiInfo.DBSqlBindText = (DBSqlBindText)dlsym(g_library, "GRD_SqlBindText"); in GRD_DBApiInitEnhance()
42 GRD_DBApiInfo.DBSqlBindInt = (DBSqlBindInt)dlsym(g_library, "GRD_SqlBindInt"); in GRD_DBApiInitEnhance()
43 GRD_DBApiInfo.DBSqlBindInt64 = (DBSqlBindInt64)dlsym(g_librar in GRD_DBApiInitEnhance()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp78 GRD_DBApiInfo.DBOpenApi = (DBOpen)dlsym(g_library, "GRD_DBOpen"); in GRD_DBApiInitEnhance()
79 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
80 GRD_DBApiInfo.DBBackupApi = (DBBackup)dlsym(g_library, "GRD_DBBackup"); in GRD_DBApiInitEnhance()
81 GRD_DBApiInfo.DBRestoreApi = (DBRestore)dlsym(g_library, "GRD_DBRestore"); in GRD_DBApiInitEnhance()
82 GRD_DBApiInfo.FlushApi = (DBFlush)dlsym(g_library, "GRD_Flush"); in GRD_DBApiInitEnhance()
83 GRD_DBApiInfo.IndexPreloadApi = (IndexPreload)dlsym(g_library, "GRD_IndexPreload"); in GRD_DBApiInitEnhance()
84 GRD_DBApiInfo.CreateCollectionApi = (CreateCollection)dlsym(g_library, "GRD_CreateCollection"); in GRD_DBApiInitEnhance()
85 GRD_DBApiInfo.DropCollectionApi = (DropCollection)dlsym(g_library, "GRD_DropCollection"); in GRD_DBApiInitEnhance()
86 GRD_DBApiInfo.InsertDocApi = (InsertDoc)dlsym(g_library, "GRD_InsertDoc"); in GRD_DBApiInitEnhance()
87 GRD_DBApiInfo.FindDocApi = (FindDoc)dlsym(g_librar in GRD_DBApiInitEnhance()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_innovation.cpp51 _s_createParallelSyncSignal = dlsym(innovationHandle, "CreateParallelSyncSignal"); in GetParallelCompositionFunc()
52 _s_signalCountDown = dlsym(innovationHandle, "SignalCountDown"); in GetParallelCompositionFunc()
53 _s_signalAwait = dlsym(innovationHandle, "SignalAwait"); in GetParallelCompositionFunc()
54 _s_assignTask = dlsym(innovationHandle, "AssignTask"); in GetParallelCompositionFunc()
55 _s_removeStoppedThreads = dlsym(innovationHandle, "RemoveStoppedThreads"); in GetParallelCompositionFunc()
56 _s_checkForSerialForced = dlsym(innovationHandle, "CheckForSerialForced"); in GetParallelCompositionFunc()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp59 foramtAllocOutputFunc = (FormatAllocOutputContextFunc)dlsym(handler, "avformat_alloc_output_context2"); in LoadFormatApi()
61 formatFreeContextFunc = (FormatFreeContextFunc)dlsym(handler, "avformat_free_context"); in LoadFormatApi()
63 formatNewStreamFunc = (FormatNewStreamFunc)dlsym(handler, "avformat_new_stream"); in LoadFormatApi()
65 formatFlushFunc = (FormatFlushFunc)dlsym(handler, "avformat_flush"); in LoadFormatApi()
67 formatWriteHeaderFunc = (FormatWriteHeaderFunc)dlsym(handler, "avformat_write_header"); in LoadFormatApi()
69 formatWriteTrailerFunc = (FormatWriteTrailerFunc)dlsym(handler, "av_write_trailer"); in LoadFormatApi()
71 ioOpenFunc = (IoOpenFunc)dlsym(handler, "avio_open2"); in LoadFormatApi()
73 ioFlushFunc = (IoFlushFunc)dlsym(handler, "avio_flush"); in LoadFormatApi()
75 ioCloseFunc = (IoCloseFunc)dlsym(handler, "avio_close"); in LoadFormatApi()
77 writeFrameFunc = (FormatWriteFrameFunc)dlsym(handle in LoadFormatApi()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp103 setHdrStatus_ = reinterpret_cast<SetHdrStatusFunc>(dlsym(extLibHandle_, "SetHdrStatus")); in LoadStatusControl()
108 isHdrOn_ = reinterpret_cast<IsHdrOnFunc>(dlsym(extLibHandle_, "IsHdrOn")); in LoadStatusControl()
113 isDimmingOn_ = reinterpret_cast<IsDimmingOnFunc>(dlsym(extLibHandle_, "IsDimmingOn")); in LoadStatusControl()
118 dimmingIncrease_ = reinterpret_cast<DimmingIncreaseFunc>(dlsym(extLibHandle_, "DimmingIncrease")); in LoadStatusControl()
131 setSdrLuminance_ = reinterpret_cast<SetSdrLuminanceFunc>(dlsym(extLibHandle_, "SetSdrLuminance")); in LoadLumControl()
136 getNewHdrLuminance_ = reinterpret_cast<GetNewHdrLuminanceFunc>(dlsym(extLibHandle_, "GetNewHdrLuminance")); in LoadLumControl()
141 setNowHdrLuminance_ = reinterpret_cast<SetNowHdrLuminanceFunc>(dlsym(extLibHandle_, "SetNowHdrLuminance")); in LoadLumControl()
146 isNeedUpdateLuminance_ = reinterpret_cast<IsNeedUpdateLuminanceFunc>(dlsym(extLibHandle_, "IsNeedUpdateLuminance")); in LoadLumControl()
159 getHdrTmoNits_ = reinterpret_cast<GetHdrTmoNitsFunc>(dlsym(extLibHandle_, "GetHdrTmoNits")); in LoadTmoControl()
164 getSdrDisplayNits_ = reinterpret_cast<GetSdrDisplayNitsFunc>(dlsym(extLibHandle in LoadTmoControl()
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Ddump_buffer_wrap.cpp46 newFunc = (BufferNewFunc)dlsym(handler, "DumpBufferNew"); in Open()
49 createFunc = (BufferCreateFunc)dlsym(handler, "DumpBufferCreate"); in Open()
52 destroyFunc = (BufferDestroyFunc)dlsym(handler, "DumpBufferDestroy"); in Open()
55 getAddrFunc = (BufferGetAddrFunc)dlsym(handler, "DumpBufferGetAddr"); in Open()
58 getSizeFunc = (BufferGetSizeFunc)dlsym(handler, "DumpBufferGetSize"); in Open()
61 setSizeFunc = (BufferSetSizeFunc)dlsym(handler, "DumpBufferSetSize"); in Open()
64 getIdFunc = (BufferGetUniIdFunc)dlsym(handler, "DumpBufferGetUniqueId"); in Open()
67 getCapacityFunc = (BufferGetCapacityFunc)dlsym(handler, "DumpBufferGetCapacity"); in Open()
70 writeFunc = (BufferWriteFunc)dlsym(handler, "DumpBufferWrite"); in Open()
73 readFromParcel = (BufferReadFromParcelFunc)dlsym(handle in Open()
[all...]
/foundation/multimodalinput/input/service/fingersense_wrapper/src/
H A Dfingersense_wrapper.cpp53 setCurrentToolType_ = (SET_CURRENT_TOOL_TYPE)dlsym(fingerSenseWrapperHandle_, "SetCurrentToolType"); in InitFingerSenseWrapper()
54 notifyTouchUp_ = (NOTIFY_TOUCH_UP)dlsym(fingerSenseWrapperHandle_, "NotifyTouchUp"); in InitFingerSenseWrapper()
55 enableFingersense_ = (ENABLE_FINGERSENSE)dlsym(fingerSenseWrapperHandle_, "EnableFingersense"); in InitFingerSenseWrapper()
56 disableFingerSense_ = (DISABLE_FINGERSENSE)dlsym(fingerSenseWrapperHandle_, "DisableFingerSense"); in InitFingerSenseWrapper()
64 sendFingerSenseDisplayMode_ = (SEND_FINGERSENSE_DISPLAYMODE)dlsym(fingerSenseWrapperHandle_, "UpdateDisplayMode"); in InitFingerSenseWrapper()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dexternal_loader.cpp44 createImageEffectExtFunc_ = reinterpret_cast<CreateImageEffectExtFunc>(dlsym(effectExtHandle, in LoadExtSo()
46 initFunc_ = reinterpret_cast<InitModuleFunc>(dlsym(effectExtHandle, "Init")); in LoadExtSo()
47 deinitFunc_ = reinterpret_cast<InitModuleFunc>(dlsym(effectExtHandle, "Deinit")); in LoadExtSo()
48 initModuleFunc_ = reinterpret_cast<InitModuleFunc>(dlsym(effectExtHandle, "InitModule")); in LoadExtSo()
49 deinitModuleFunc_ = reinterpret_cast<InitModuleFunc>(dlsym(effectExtHandle, "DeinitModule")); in LoadExtSo()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp49 GRD_DBApiInfo.DbOpenApi = (DBOpen)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DBOpen"); in GRDDBApiInitEnhance()
50 GRD_DBApiInfo.DbCloseApi = (DBClose)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DBClose"); in GRDDBApiInitEnhance()
51 GRD_DBApiInfo.DbCreateCollectionApi = (DBCreateCollection)dlsym(PreferenceDbAdapter::gLibrary_, in GRDDBApiInitEnhance()
53 GRD_DBApiInfo.DbDropCollectionApi = (DBDropCollection)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DropCollection"); in GRDDBApiInitEnhance()
54 GRD_DBApiInfo.DbIndexPreloadApi = (DBIndexPreload)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_IndexPreload"); in GRDDBApiInitEnhance()
55 GRD_DBApiInfo.DbKvPutApi = (DBKvPut)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_KVPut"); in GRDDBApiInitEnhance()
56 GRD_DBApiInfo.DbKvGetApi = (DBKvGet)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_KVGet"); in GRDDBApiInitEnhance()
57 GRD_DBApiInfo.DbKvDelApi = (DBKvDel)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_KVDel"); in GRDDBApiInitEnhance()
58 GRD_DBApiInfo.DbKvFilterApi = (DBKvFilter)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_KVFilter"); in GRDDBApiInitEnhance()
59 GRD_DBApiInfo.NextApi = (ResultNext)dlsym(PreferenceDbAdapte in GRDDBApiInitEnhance()
[all...]
/foundation/resourceschedule/ffrt/src/util/
H A Devent_handler_adapter.h111 dlsym(handle_, "GetMainEventHandlerForFFRT")); in Load()
118 dlsym(handle_, "GetCurrentEventHandlerForFFRT")); in Load()
125 dlsym(handle_, "PostTaskByFFRT")); in Load()
132 dlsym(handle_, "RemoveTaskForFFRT")); in Load()
139 dlsym(handle_, "AddFdListenerByFFRT")); in Load()
146 dlsym(handle_, "RemoveFdListenerByFFRT")); in Load()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp82 grantPermissionFunc_ = (DBinderGrantPermissionFunc)dlsym(soHandle_, "DBinderGrantPermission"); in DBinderGrantPermission()
84 ZLOGE(LOG_LABEL, "dlsym DBinderGrantPermission fail, err msg:%{public}s", dlerror()); in DBinderGrantPermission()
102 removePermissionFunc_ = (DBinderRemovePermissionFunc)dlsym(soHandle_, "DBinderRemovePermission"); in DBinderRemovePermission()
104 ZLOGE(LOG_LABEL, "dlsym DBinderRemovePermission fail, err msg:%{public}s", dlerror()); in DBinderRemovePermission()
128 getLocalNodeDeviceInfoFunc_ = (GetLocalNodeDeviceInfoFunc)dlsym(soHandle_, "GetLocalNodeDeviceInfo"); in GetLocalNodeDeviceId()
130 ZLOGE(LOG_LABEL, "dlsym GetLocalNodeDeviceInfo fail, err msg:%{public}s", dlerror()); in GetLocalNodeDeviceId()
153 socketFunc_ = (SocketFunc)dlsym(soHandle_, "Socket"); in Socket()
155 ZLOGE(LOG_LABEL, "dlsym Socket fail, err msg:%{public}s", dlerror()); in Socket()
174 listenFunc_ = (ListenFunc)dlsym(soHandle_, "Listen"); in Listen()
176 ZLOGE(LOG_LABEL, "dlsym Liste in Listen()
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp98 auto startServer = reinterpret_cast<StartServer>(dlsym(handlerConnectServerSo_, "StartServer")); in StartConnectServer()
107 reinterpret_cast<StartServerForSocketPair>(dlsym(handlerConnectServerSo_, "StartServerForSocketPair")); in StartConnectServer()
122 auto stopServer = reinterpret_cast<StopServer>(dlsym(handlerConnectServerSo_, "StopServer")); in StopConnectServer()
190 dlsym(handlerConnectServerSo_, "SetConnectCallback")); in SetConnectedCallback()
205 dlsym(handlerConnectServerSo_, "SetSwitchCallBack")); in SetSwitchCallback()
231 dlsym(handlerConnectServerSo_, "SetProfilerCallback")); in SetProfilerCallBack()
253 auto storeMessage = reinterpret_cast<StoreMessage>(dlsym(handlerConnectServerSo_, "StoreMessage")); in SendInstanceMessage()
288 auto storeMessage = reinterpret_cast<StoreMessage>(dlsym(handlerConnectServerSo_, "StoreMessage")); in AddInstance()
296 auto sendMessage = reinterpret_cast<SendMessage>(dlsym(handlerConnectServerSo_, "SendMessage")); in AddInstance()
331 auto waitForConnection = reinterpret_cast<WaitForConnection>(dlsym(handlerConnectServerSo in RemoveInstance()
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp97 g_sendMessage = reinterpret_cast<SendMessage>(dlsym(handlerConnectServerSo_, "SendMessage")); in InitFunc()
98 g_storeMessage = reinterpret_cast<StoreMessage>(dlsym(handlerConnectServerSo_, "StoreMessage")); in InitFunc()
99 g_removeMessage = reinterpret_cast<RemoveMessage>(dlsym(handlerConnectServerSo_, "RemoveMessage")); in InitFunc()
100 g_setSwitchCallBack = reinterpret_cast<SetSwitchCallBack>(dlsym(handlerConnectServerSo_, "SetSwitchCallBack")); in InitFunc()
102 reinterpret_cast<SetDebugModeCallBack>(dlsym(handlerConnectServerSo_, "SetDebugModeCallBack")); in InitFunc()
103 g_sendLayoutMessage = reinterpret_cast<SendLayoutMessage>(dlsym(handlerConnectServerSo_, "SendLayoutMessage")); in InitFunc()
104 g_storeInspectorInfo = reinterpret_cast<StoreInspectorInfo>(dlsym(handlerConnectServerSo_, "StoreInspectorInfo")); in InitFunc()
105 g_waitForConnection = reinterpret_cast<WaitForConnection>(dlsym(handlerConnectServerSo_, "WaitForConnection")); in InitFunc()
143 StartServer startServer = reinterpret_cast<StartServer>(dlsym(handlerConnectServerSo_, "StartServer")); in InitConnectServer()
163 reinterpret_cast<StartServerForSocketPair>(dlsym(handlerConnectServerSo in StartConnectServerWithSocketPair()
[all...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dvpe_helper.cpp76 reinterpret_cast<VpeColorSpaceConverterCreate>(dlsym(vpeHandle, "ColorSpaceConverterCreate")); in LoadVpeSo()
78 reinterpret_cast<VpeColorSpaceConverterComposeImage>(dlsym(vpeHandle, "ColorSpaceConverterComposeImage")); in LoadVpeSo()
80 reinterpret_cast<VpeColorSpaceConverterDecomposeImage>(dlsym(vpeHandle, "ColorSpaceConverterDecomposeImage")); in LoadVpeSo()
82 reinterpret_cast<VpeColorSpaceConverterProcessImage>(dlsym(vpeHandle, "ColorSpaceConverterProcessImage")); in LoadVpeSo()
84 reinterpret_cast<VpeColorSpaceConverterDestroy>(dlsym(vpeHandle, "ColorSpaceConverterDestroy")); in LoadVpeSo()
87 reinterpret_cast<VpeMetadataGeneratorCreate>(dlsym(vpeHandle, "MetadataGeneratorCreate")); in LoadVpeSo()
89 reinterpret_cast<VpeMetadataGeneratorProcessImage>(dlsym(vpeHandle, "MetadataGeneratorProcessImage")); in LoadVpeSo()
91 reinterpret_cast<VpeMetadataGeneratorDestroy>(dlsym(vpeHandle, "MetadataGeneratorDestroy")); in LoadVpeSo()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.cpp81 (GetProcAddressType)dlsym(dlEglHandle_, "eglGetProcAddress"); in LoadEgl()
91 FunctionPointerType func = (FunctionPointerType)dlsym(dlEglHandle_, name); in LoadEgl()
134 (GetProcAddressType)dlsym(dlEglHandle_, "eglGetProcAddress"); in LoadGl()
144 FunctionPointerType func = (FunctionPointerType)dlsym(dlHandle, name); in LoadGl()
252 func = dlsym(dlEglHandle_, name); in GetProcAddrFromDriver()
256 func = dlsym(dlGlHandle3_, name); in GetProcAddrFromDriver()
260 func = dlsym(dlGlHandle2_, name); in GetProcAddrFromDriver()
264 func = dlsym(dlGlHandle1_, name); in GetProcAddrFromDriver()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_sbc_dynamic_lib_ctrl.cpp47 lib->sbcEncoder.createSbcEncode = (sbc::createSbcEncoder)dlsym(lib->lib, "CreateEncode"); in LoadCodecSbcLib()
51 lib->sbcEncoder.destroySbcEncode = (sbc::destroySbcEncoder)dlsym(lib->lib, "DestroyEncode"); in LoadCodecSbcLib()
56 lib->sbcDecoder.createSbcDecode = (sbc::createSbcDecoder)dlsym(lib->lib, "CreateDecode"); in LoadCodecSbcLib()
62 lib->sbcDecoder.destroySbcDecode = (sbc::destroySbcDecoder)dlsym(lib->lib, "DestroyDecode"); in LoadCodecSbcLib()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_fwk_ext_manager.cpp70 doHardWareEncodeFunc_ = reinterpret_cast<DoHardWareEncodeFunc>(dlsym(extNativeSoHandle_, "DoHardwareEncode")); in LoadImageFwkExtNativeSo()
72 reinterpret_cast<HevcSoftwareDecodeFunc>(dlsym(extNativeSoHandle_, "HevcSoftwareDecode")); in LoadImageFwkExtNativeSo()
74 IMAGE_LOGE("DoHardwareEncode dlsym falied"); in LoadImageFwkExtNativeSo()
79 doHardwareEncodePictureFunc_ = reinterpret_cast<DoHardwareEncodePictureFunc>(dlsym(extNativeSoHandle_, in LoadImageFwkExtNativeSo()
82 IMAGE_LOGE("DoHardwareEncodePicture dlsym falied"); in LoadImageFwkExtNativeSo()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhdi_wrapper.c40 lib->hdiInit = dlsym(lib->lib, "HdiInit"); in LoadHdiLib()
45 lib->hdiSendHciPacket = dlsym(lib->lib, "HdiSendHciPacket"); in LoadHdiLib()
50 lib->hdiClose = dlsym(lib->lib, "HdiClose"); in LoadHdiLib()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_query_tool.cpp57 queryAudioEncoderFunc = (QueryAudioEncoderFunc)dlsym(pHandler, in Init()
66 queryAudioDecoderFunc = (QueryAudioDecoderFunc)dlsym(pHandler, in Init()
75 queryVideoEncoderFunc = (QueryVideoEncoderFunc)dlsym(pHandler, in Init()
84 queryVideoDecoderFunc = (QueryVideoDecoderFunc)dlsym(pHandler, in Init()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp53 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(handle, "ReportDataInProcess")); in LoadUtils()
59 "ERR_MSG", "ResSchedUtils don't found dlsym " + RES_SCHED_SERVICE_SO + "!"); in LoadUtils()
64 reportAppStateFunc_ = reinterpret_cast<ReportAppStateFunc>(dlsym(handle, "ReportAppStateInProcess")); in LoadUtils()
70 "ERR_MSG", "ResSchedUtils don't found dlsym " + RES_SCHED_SERVICE_SO + "!"); in LoadUtils()
87 reinterpret_cast<ReportArbitrationResultFunc>(dlsym(handle, "ReportArbitrationResult")); in LoadUtilsExtra()
93 "ERR_MSG", "ResSchedUtils don't found dlsym " + RES_SCHED_CG_EXT_SO + "!"); in LoadUtilsExtra()
98 dispatchResourceExtFunc_ = reinterpret_cast<DispatchResourceExtFunc>(dlsym(handle, "DispatchResourceExt")); in LoadUtilsExtra()
104 "ERR_MSG", "ResSchedUtils don't found dlsym " + RES_SCHED_CG_EXT_SO + "!"); in LoadUtilsExtra()
109 reportSysEventFunc_ = reinterpret_cast<ReportSysEventFunc>(dlsym(handle, "ReportSysEvent")); in LoadUtilsExtra()
120 subscribeResourceExtFunc_ = reinterpret_cast<SubscribeResourceExtFunc>(dlsym(handl in LoadUtilsExtra()
[all...]
/foundation/multimodalinput/input/service/gesturesense_wrapper/src/
H A Dgesturesense_wrapper.cpp52 touchUp_ = (TOUCH_UP)dlsym(gesturesenseWrapperHandle_, "TouchUp"); in InitGestureSenseWrapper()
58 getBoundingSquareness_ = (GET_BOUNDING_SQUARENESS)dlsym(gesturesenseWrapperHandle_, "GetBoundingSquareness"); in InitGestureSenseWrapper()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
H A Dlibrary_func_mock.cpp35 void *dlsym(void *__restrict handle, const char *__restrict name) in dlsym() function
40 return LibraryFunc::libraryFunc_->dlsym(handle, name); in dlsym()
H A Dlibrary_func_mock.h34 virtual void *dlsym(void *__restrict handle, const char *__restrict name) = 0;
45 MOCK_METHOD2(dlsym, void *(void *__restrict handle, const char *__restrict name));
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_loader.cpp46 mCreateDataDetectorInstance_ = (DataDetectorInterface* (*)())dlsym(mLibraryHandle_, in Init()
48 mDestoryDataDetectorInstance_ = (void (*)(DataDetectorInterface*))dlsym( in Init()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp86 GetConfig func = (GetConfig)dlsym(handle, "NetSysGetResolvConf"); in HWTEST_F()
88 NETNATIVE_LOGI("dlsym err %{public}s\n", dlerror()); in HWTEST_F()
110 GetConfig func = (GetConfig)dlsym(handle, "NetSysGetResolvConf"); in HWTEST_F()
112 NETNATIVE_LOGI("dlsym err %{public}s\n", dlerror()); in HWTEST_F()
130 SetCache func = (SetCache)dlsym(handle, "NetSysSetResolvCache"); in HWTEST_F()
132 NETNATIVE_LOGI("ProcSetCacheCommandTest001 dlsym err %{public}s\n", dlerror()); in HWTEST_F()
154 GetCache func = (GetCache)dlsym(handle, "NetSysGetResolvCache"); in HWTEST_F()
156 NETNATIVE_LOGI("ProcGetCacheCommandTest001 dlsym err %{public}s\n", dlerror()); in HWTEST_F()

Completed in 10 milliseconds

12345678