Home
last modified time | relevance | path

Searched refs:libPath (Results 1 - 9 of 9) sorted by relevance

/base/location/services/utils/lbsutils/include/
H A Ddynamic_library_loader.h29 explicit DynamicLibraryLoader(const std::string& libPath) in DynamicLibraryLoader() argument
31 libPath_ = libPath; in DynamicLibraryLoader()
32 handle_ = dlopen(libPath.c_str(), RTLD_LAZY); in DynamicLibraryLoader()
35 __func__, libPath.c_str(), dlerror()); in DynamicLibraryLoader()
37 LBSLOGI(COMMON_UTILS, "%{public}s open so [%{public}s] success.", __func__, libPath.c_str()); in DynamicLibraryLoader()
/base/telephony/ril_adapter/services/hril_hdf/include/
H A Dmodem_adapter.h22 char *libPath; // vendorlib path. member
35 {.idVendor = MEIG_VENDOR_ID, .idProduct = MEIG_PRODUCT_ID_SLM790, .libPath = "libril_vendor.z.so"},
37 {.idVendor = FIBOCOM_VENDOR_ID, .idProduct = FIBOCOM_PRODUCT_ID_NL668, .libPath = "libfibocom_ril.z.so"},
/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp37 void ModuleManager::LoadModule(std::string libPath) in LoadModule() argument
42 if ((libPath.substr(0, prefix.length()) != prefix && in LoadModule()
43 libPath.substr(0, modulePrefix.length()) != modulePrefix) || in LoadModule()
44 (libPath.substr(libPath.length() - suffix.length(), suffix.length()) != suffix)) { in LoadModule()
48 UTILS_LOGD("LoadModule so path: %{public}s", libPath.c_str()); in LoadModule()
53 if (realpath(libPath.c_str(), dealPath) == nullptr) { in LoadModule()
54 UTILS_LOGE("soPath %{private}s is not exist or invalid", libPath.c_str()); in LoadModule()
63 UTILS_LOGE("openSo path: %{public}s fail", libPath.c_str()); in LoadModule()
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h69 std::unique_ptr<Plugin<IPlugin>> LoadLibrary(IContext *context, const char *libPath);
110 std::unique_ptr<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const char *libPath) in LoadLibrary() argument
113 if (realpath(libPath, realPath) == nullptr) { in LoadLibrary()
114 FI_HILOGE("Path is error, path is %{private}s", libPath); in LoadLibrary()
117 void *handle = ::dlopen(libPath, RTLD_NOW); in LoadLibrary()
/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp107 const std::string& libPath = ARK_WEB_CORE_HAP_LIB_PATH; in RunChildProcessor() local
114 dlns_create(&dlns, libPath.c_str()); in RunChildProcessor()
123 const std::string engineLibPath = libPath + "/" + engineLibName; in RunChildProcessor()
127 const std::string renderLibPath = libPath + "/" + renderLibName; in RunChildProcessor()
/base/security/security_component_manager/frameworks/enhance_adapter/src/
H A Dsec_comp_enhance_adapter.cpp52 std::string libPath = ""; in InitEnhanceHandler() local
55 libPath = ENHANCE_INPUT_INTERFACE_LIB; in InitEnhanceHandler()
59 libPath = ENHANCE_SRV_INTERFACE_LIB; in InitEnhanceHandler()
63 libPath = ENHANCE_CLIENT_INTERFACE_LIB; in InitEnhanceHandler()
70 void* handler = dlopen(libPath.c_str(), RTLD_LAZY); in InitEnhanceHandler()
72 SC_LOG_ERROR(LABEL, "init enhance lib %{public}s failed, error %{public}s", libPath.c_str(), dlerror()); in InitEnhanceHandler()
/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dmodule_manager.h40 void LoadModule(std::string libPath);
/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c154 rilLibPath = uDevInfo->libPath; in LoadVendor()
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp438 std::string libPath = DelayedSingleton<ConfigParse>::GetInstance()->GetModuleLibPath(); in OnStart() local
439 ENGINE_LOGI("GetModuleLibPath %{public}s ", libPath.c_str()); in OnStart()
440 ModuleManager::GetInstance().LoadModule(libPath); in OnStart()

Completed in 6 milliseconds