/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | cj_envsetup.cpp | 29 #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 D | library_ohos.cpp | 65 #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 D | device_standby_plugin.cpp | 29 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 D | socperf_executor_plugin.cpp | 30 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 D | plugin_mgr_test.cpp | 31 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 D | res_sched_mgr_test.cpp | 24 const string LIB_NAME = "libunittest_plugin.z.so"; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | cj_runtime.cpp | 49 #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 D | frame_aware_plugin.cpp | 32 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 D | process_collector_impl.cpp | 33 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 D | scene_adapter.cpp | 153 #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 D | secure_element_ca_proxy.cpp | 72 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc()
|
H A D | secure_element_ca_proxy.h | 103 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 D | socperf_plugin.cpp | 34 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 D | se_vendor_adaptions.cpp | 96 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc() 97 HDF_LOGE("SimSeVendorAdaptions::InitFunc enter %{public}s!", LIB_NAME); in InitFunc()
|
H A D | se_vendor_adaptions.h | 113 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 D | lume_common.cpp | 142 #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 D | inner_domain_account_manager.cpp | 60 static const std::string LIB_NAME = "libdomain_account_plugin.z.so"; variable 65 LoaderLib(LIB_PATH, LIB_NAME); in InnerDomainAccountManager()
|