Home
last modified time | relevance | path

Searched defs:libPath (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dnative_lib_util.cpp25 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetLibPath() local
42 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetHapSoPath() local
61 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetHspNativeLibPath() local
/ohos5.0/foundation/ai/ai_engine/test/function/plugin_label/
H A Dplugin_label_test.cpp48 static void TestPluginLabel(const std::string &aid, long long &version, std::string &libPath) in TestPluginLabel()
70 std::string libPath; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dutils.h23 #define LOADLIB(libPath) LoadLibrary(libPath) argument
29 #define LOADLIB(libPath) dlopen(libPath, RTLD_LAZY|RTLD_LOCAL) argument
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_switch.h30 std::string libPath; member
/ohos5.0/base/location/services/utils/lbsutils/include/
H A Ddynamic_library_loader.h29 explicit DynamicLibraryLoader(const std::string& libPath) in DynamicLibraryLoader()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/video/
H A Dvideo_codec_loader.h25 VideoCodecLoader(const char *libPath, const char *createFuncName, const char *getCapsFuncName) in VideoCodecLoader()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp122 std::string libPath = g_isGmdbLib ? "libarkdata_db_core.z.so" : "libgaussdb_rd.z.so"; in GetApiInfoInstance() local
/ohos5.0/base/powermgr/power_manager/utils/intf_wrapper/include/
H A Dpower_ext_intf_wrapper.h55 PowerExtIntfWrapper(const std::string& libPath, const std::vector<std::string>& symbolArr) in PowerExtIntfWrapper()
/ohos5.0/base/powermgr/power_manager/utils/lib_loader/src/
H A Dlibrary_loader.cpp23 LibraryLoader::LibraryLoader(const std::string& libPath, int32_t flags) : libPath_(libPath) in LibraryLoader()
H A Dinterface_loader.cpp23 InterfaceLoader::InterfaceLoader(const std::string& libPath, const std::vector<std::string>& symbol… in InterfaceLoader()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension.h24 std::string libPath; member
/ohos5.0/base/telephony/ril_adapter/services/hril_hdf/include/
H A Dmodem_adapter.h22 char *libPath; // vendorlib path. member
/ohos5.0/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
H A Dbus_extension_core_mt.cpp47 std::string libPath = "/system/lib/libbus_extension.z.so"; in main() local
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h106 …<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const char *libPath) in LoadLibrary()
/ohos5.0/base/msdp/device_status/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h110 …<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const char *libPath) in LoadLibrary()
/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Dplugin_label.cpp56 int PluginLabel::GetLibPath(const std::string &aid, long long &version, std::string &libPath) in GetLibPath()
H A Dplugin.cpp74 std::string libPath; in LoadPluginAlgorithm() local
/ohos5.0/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_package.cpp34 std::string libPath = HST_PLUGIN_PATH + fileSeparator + soPrefix + packageName + soSuffix; in LoadPluginPackage() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp85 for (const auto& libPath : kv.second) { in SetAppLibPath() local
155 for (const auto& libPath : appLibPaths) { in LoadCJAppLibrary() local
/ohos5.0/drivers/peripheral/audio/effect/config/include/
H A Dparse_effect_config.h25 const char *libPath; member
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
H A Dbus_extension_core.cpp44 std::ostringstream libPath; in LoadBusExtensionLibs() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_switch.cpp53 std::string libPath = reinterpret_cast<const char*>(attrValue); in FillinPluginInfo() local
/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp224 const char* libPath = nullptr; variable
244 const char* libPath = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp64 int32_t __attribute__((no_sanitize("cfi"))) EngineFactoryRepo::LoadLib(const std::string &libPath) in LoadLib()
/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp101 const std::string& libPath = ARK_WEB_CORE_HAP_LIB_PATH; in RunChildProcessor() local

12