Home
last modified time | relevance | path

Searched refs:libMemMgrClientHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp77 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in main() local
78 if (!libMemMgrClientHandle) { in main()
83 notifyProcessStatus = (dlsym(libMemMgrClientHandle, "notify_process_status")); in main()
86 dlclose(libMemMgrClientHandle); in main()
93 dlclose(libMemMgrClientHandle); in main()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp481 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in NotifyProcessStatus() local
482 if (!libMemMgrClientHandle) { in NotifyProcessStatus()
486 void *notifyProcessStatusFunc = dlsym(libMemMgrClientHandle, "notify_process_status"); in NotifyProcessStatus()
490 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
503 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()