/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()
|
/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()
|
/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"; 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 D | plugin_mgr_test.cpp | 31 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 D | res_sched_mgr_test.cpp | 24 const string LIB_NAME = "libunittest_plugin.z.so";
member
|
/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"; 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 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()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 31 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 D | test_runner.cpp | 147 #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 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() macro
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/ |
H A D | socperf_plugin.cpp | 30 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 D | sched_controller.cpp | 50 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 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() macro
|