/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | native_lib_util.cpp | 25 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 D | plugin_label_test.cpp | 48 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 D | utils.h | 23 #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 D | plugin_switch.h | 30 std::string libPath; member
|
/ohos5.0/base/location/services/utils/lbsutils/include/ |
H A D | dynamic_library_loader.h | 29 explicit DynamicLibraryLoader(const std::string& libPath) in DynamicLibraryLoader()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/video/ |
H A D | video_codec_loader.h | 25 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 D | grd_api_manager.cpp | 122 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 D | power_ext_intf_wrapper.h | 55 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 D | library_loader.cpp | 23 LibraryLoader::LibraryLoader(const std::string& libPath, int32_t flags) : libPath_(libPath) in LibraryLoader()
|
H A D | interface_loader.cpp | 23 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 D | bms_extension.h | 24 std::string libPath; member
|
/ohos5.0/base/telephony/ril_adapter/services/hril_hdf/include/ |
H A D | modem_adapter.h | 22 char *libPath; // vendorlib path. member
|
/ohos5.0/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/ |
H A D | bus_extension_core_mt.cpp | 47 std::string libPath = "/system/lib/libbus_extension.z.so"; in main() local
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 106 …<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 D | plugin_manager.h | 110 …<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 D | plugin_label.cpp | 56 int PluginLabel::GetLibPath(const std::string &aid, long long &version, std::string &libPath) in GetLibPath()
|
H A D | plugin.cpp | 74 std::string libPath; in LoadPluginAlgorithm() local
|
/ohos5.0/foundation/multimedia/media_foundation/src/plugin/ |
H A D | plugin_package.cpp | 34 std::string libPath = HST_PLUGIN_PATH + fileSeparator + soPrefix + packageName + soSuffix; in LoadPluginPackage() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | cj_runtime.cpp | 85 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 D | parse_effect_config.h | 25 const char *libPath; member
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/ |
H A D | bus_extension_core.cpp | 44 std::ostringstream libPath; in LoadBusExtensionLibs() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | plugin_switch.cpp | 53 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 D | module_manager_test.cpp | 224 const char* libPath = nullptr; variable 244 const char* libPath = nullptr; variable
|
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/ |
H A D | engine_factory_repo.cpp | 64 int32_t __attribute__((no_sanitize("cfi"))) EngineFactoryRepo::LoadLib(const std::string &libPath) in LoadLib()
|
/ohos5.0/base/startup/appspawn/modules/nweb_adapter/ |
H A D | nwebspawn_adapter.cpp | 101 const std::string& libPath = ARK_WEB_CORE_HAP_LIB_PATH; in RunChildProcessor() local
|