Home
last modified time | relevance | path

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

12

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
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
/foundation/ai/ai_engine/test/function/plugin_label/
Dplugin_label_test.cpp48 static void TestPluginLabel(const std::string &aid, long long &version, std::string &libPath) in TestPluginLabel()
70 std::string libPath; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dets_native_lib_util.cpp28 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetEtsLibPath() local
46 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetEtsHapSoPath() local
69 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetEtsHspNativeLibPath() local
141 std::string libPath = AbilityBase::Constants::LOCAL_CODE_PATH; in GetEtsNativeLibPath() local
Dcj_runtime.cpp78 for (const auto& libPath : kv.second) { in SetAppLibPath() local
150 for (const auto& libPath : appLibPaths) { in LoadCJAppLibrary() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/
Ddynamic-loader.h25 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
46 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
83 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/
Ddynamic-loader.h25 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
46 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
83 inline void* loadLibrary(const std::string& libPath) { in loadLibrary()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dutils.h23 #define LOADLIB(libPath) LoadLibrary(libPath) argument
29 #define LOADLIB(libPath) dlopen(libPath, RTLD_LAZY|RTLD_LOCAL) argument
/foundation/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_lib_guard.cpp21 LibGuard::LibGuard(const char *libPath) in LibGuard()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/sqlite_adapter/src/
Dtokenizer_api_mgr.cpp47 std::string libPath = "libarkdata_tokenizer.z.so"; in GetTokenizerApi() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
Dplugin_switch.h30 std::string libPath; member
/foundation/multimedia/av_codec/services/engine/codec/include/video/
Dvideo_codec_loader.h25 VideoCodecLoader(const char *libPath, const char *createFuncName, const char *getCapsFuncName) in VideoCodecLoader()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
Dbms_extension.h24 std::string libPath; member
/foundation/ai/ai_engine/services/server/plugin_manager/source/
Dplugin_label.cpp56 int PluginLabel::GetLibPath(const std::string &aid, long long &version, std::string &libPath) in GetLibPath()
Dplugin.cpp74 std::string libPath; in LoadPluginAlgorithm() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
Dgrd_api_manager.cpp135 std::string libPath = g_isGmdbLib ? "libarkdata_db_core.z.so" : "libgaussdb_rd.z.so"; in GetApiInfoInstance() local
/foundation/multimedia/media_foundation/src/plugin/
Dplugin_package.cpp34 std::string libPath = HST_PLUGIN_PATH + fileSeparator + soPrefix + packageName + soSuffix; in LoadPluginPackage() local
/foundation/multimodalinput/input/intention/scheduler/component_manager/include/
Dcomponent_manager.h164 IContext *context, const char *libPath) in LoadLibrary()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
Dplugin_switch.cpp53 std::string libPath = reinterpret_cast<const char*>(attrValue); in FillinPluginInfo() local
/foundation/multimedia/audio_framework/services/audio_policy/server/infra/config/parser/src/
Daudio_converter_parser.cpp118 std::string libPath; in LoadConfigLibrary() local
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp226 const char* libPath = nullptr; variable
252 const char* libPath = nullptr; variable
/foundation/multimedia/player_framework/services/services/factory/
Dengine_factory_repo.cpp64 int32_t __attribute__((no_sanitize("cfi"))) EngineFactoryRepo::LoadLib(const std::string &libPath) in LoadLib()
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
Dams_service_app_spawn_msg_wrapper_test.cpp54 …aredBundle CreateHsp(std::string bundle, std::string module, uint32_t version, std::string libPath) in CreateHsp()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_system_ability.cpp83 void SystemAbility::SetLibPath(const std::string& libPath) in SetLibPath()
/foundation/barrierfree/accessibility/services/test/mock/
Dmock_system_ability.cpp110 void SystemAbility::SetLibPath(const std::string& libPath) in SetLibPath()
/foundation/resourceschedule/soc_perf/test/unittest/mock/
Dmock_system_ability.cpp79 void SystemAbility::SetLibPath(const std::string& libPath) in SetLibPath()

12