Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dcj_envsetup.cpp29 #define LIB_NAME "libcj_environment.so" macro
31 #define LIB_NAME "libcj_environment.z.so" macro
43 #define LIB_NAME "libcj_environment.dll" macro
52 auto handle = OpenLib(LIB_NAME); in LoadInstance()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dlibrary_ohos.cpp65 #define LIB_NAME(name) TO_STRING(name) in Load() macro
67 if (filePath.find(LIB_NAME(LIB_ENGINE_CORE)) == string_view::npos && in Load()
68 filePath.find(LIB_NAME(LIB_RENDER)) == string_view::npos && in Load()
69 filePath.find(LIB_NAME(LIB_CORE3D)) == string_view::npos && in Load()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/
H A Ddevice_standby_plugin.cpp29 const std::string LIB_NAME = "libdevice_standby_plugin.z.so"; variable
49 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in IMPLEMENT_SINGLE_INSTANCE()
57 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
80 if (libName != LIB_NAME) { in OnPluginInit()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_plugin.cpp30 const std::string LIB_NAME = "libsocperf_executor_plugin.z.so"; variable
47 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in IMPLEMENT_SINGLE_INSTANCE()
57 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
113 if (libName != LIB_NAME) { in OnPluginInit()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp31 const string LIB_NAME = "libunittest_plugin.z.so"; variable
282 pluginMgr_->SubscribeResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS);
285 EXPECT_EQ(libName.compare(LIB_NAME), 0);
309 pluginMgr_->DumpOnePlugin(res, LIB_NAME, args);
314 pluginMgr_->DumpOnePlugin(res, LIB_NAME, args);
330 PluginLib libInfo = pluginMgr_->pluginLibMap_.find(LIB_NAME)->second;
331 pluginMgr_->RepairPlugin(Clock::now(), LIB_NAME, libInfo);
344 pluginMgr_->UnSubscribeResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS);
H A Dres_sched_mgr_test.cpp24 const string LIB_NAME = "libunittest_plugin.z.so"; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp49 #define LIB_NAME "libcj_environment.z.so" macro
55 auto handle = dlopen(LIB_NAME, RTLD_NOW); in LoadInstance()
57 TAG_LOGE(AAFwkTag::CJRUNTIME, "dlopen failed %{public}s, %{public}s", LIB_NAME, dlerror()); in LoadInstance()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp32 const std::string LIB_NAME = "libframe_aware_plugin.z.so"; variable
77 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in IMPLEMENT_SINGLE_INSTANCE()
86 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
292 if (libName != LIB_NAME) { in OnPluginInit()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_collector_impl.cpp33 const std::string LIB_NAME = "libucollection_utility_ex.z.so"; variable
43 handle_ = dlopen(LIB_NAME.c_str(), RTLD_LAZY); in ProcessCollectorImpl()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp153 #define LIB_NAME(name) TO_STRING(name) in LoadEngineLib() macro
154 constexpr std::string_view lib { LIB_NAME(LIB_ENGINE_CORE)".so" }; in LoadEngineLib()
161 #undef LIB_NAME in LoadEngineLib()
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp72 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc()
H A Dsecure_element_ca_proxy.h103 const char *const LIB_NAME = "libsecure_element_ca.z.so"; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp34 const std::string LIB_NAME = "libsocperf_plugin.z.so"; variable
90 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in IMPLEMENT_SINGLE_INSTANCE()
262 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
782 if (libName != LIB_NAME) { in OnPluginInit()
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp96 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc()
97 HDF_LOGE("SimSeVendorAdaptions::InitFunc enter %{public}s!", LIB_NAME); in InitFunc()
H A Dse_vendor_adaptions.h113 const char *const LIB_NAME = "libsim_secure_element.z.so"; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp142 #define LIB_NAME(name) TO_STRING(name) in LoadEngineLib() macro
143 constexpr std::string_view lib { LIB_NAME(LIB_ENGINE_CORE)".so" }; in LoadEngineLib()
150 #undef LIB_NAME in LoadEngineLib()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp60 static const std::string LIB_NAME = "libdomain_account_plugin.z.so"; variable
65 LoaderLib(LIB_PATH, LIB_NAME); in InnerDomainAccountManager()