Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp447 void *so_handler = dlopen(handlerLoc.c_str(), RTLD_LAZY | RTLD_NODELETE); in GetStaticCapabilityValue() local
448 if (so_handler == nullptr) { in GetStaticCapabilityValue()
452 auto func = (StaticCapabilityHandler)dlsym(so_handler, "GetStaticCapabilityCollector"); in GetStaticCapabilityValue()
454 dlclose(so_handler); in GetStaticCapabilityValue()
460 dlclose(so_handler); in GetStaticCapabilityValue()