Home
last modified time | relevance | path

Searched refs:LIB_NAME (Results 1 - 13 of 13) sorted by relevance

/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()
/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()
/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"; member
51 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in Init()
59 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
82 if (libName != LIB_NAME) { in OnPluginInit()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp31 const string LIB_NAME = "libunittest_plugin.z.so"; member
88 PluginMgr::GetInstance().pluginLibMap_.emplace(LIB_NAME, *plugin); in LoadTestPlugin()
89 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, ResType::RES_TYPE_SLIDE_RECOGNIZE); in LoadTestPlugin()
90 auto callback = [pluginName = LIB_NAME, time = PluginMgr::GetInstance().pluginBlockTime]() { in LoadTestPlugin()
96 PluginMgr::GetInstance().dispatchers_.emplace(LIB_NAME, std::make_shared<ffrt::queue>(LIB_NAME.c_str(), in LoadTestPlugin()
314 pluginMgr_->SubscribeResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS); in HWTEST_F()
317 EXPECT_EQ(libName.compare(LIB_NAME), 0); in HWTEST_F()
328 pluginMgr_->SubscribeSyncResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS); in HWTEST_F()
331 EXPECT_EQ(libName.compare(LIB_NAME), in HWTEST_F()
408 pluginMgr_->RepairPlugin(Clock::now(), LIB_NAME, libInfo); HWTEST_F() local
[all...]
H A Dres_sched_mgr_test.cpp24 const string LIB_NAME = "libunittest_plugin.z.so"; member
/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"; member
47 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in Init()
57 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
113 if (libName != LIB_NAME) { in OnPluginInit()
/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()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp31 const std::string LIB_NAME = "libframe_aware_plugin.z.so"; member
77 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in Init()
86 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
304 if (libName != LIB_NAME) { in OnPluginInit()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp147 #define LIB_NAME(name) TO_STRING(name) in LoadEngineLib() macro
156 #undef LIB_NAME in LoadEngineLib() macro
/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() macro
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp30 const std::string LIB_NAME = "libsocperf_plugin.z.so"; member
84 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in Init()
255 PluginMgr::GetInstance().UnSubscribeResource(LIB_NAME, resType); in Disable()
667 if (libName != LIB_NAME) { in OnPluginInit()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dsched_controller.cpp50 const std::string LIB_NAME = "libcgroup_sched.z.so"; member
83 PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType); in Init()
588 if (libName != LIB_NAME) { in OnPluginInit()
/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() macro

Completed in 10 milliseconds