Home
last modified time | relevance | path

Searched defs:libPath (Results 1 – 25 of 37) 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
Dchild_main_thread.cpp420 std::string libPath = LOCAL_CODE_PATH; in GetNativeLibPath() 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/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/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
Dplugin_switch.h30 std::string libPath; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
Dgrd_api_manager.cpp122 std::string libPath = g_isGmdbLib ? "libarkdata_db_core.z.so" : "libgaussdb_rd.z.so"; in GetApiInfoInstance() local
/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/multimodalinput/input/intention/scheduler/plugin_manager/include/
Dplugin_manager.h106 …<PluginManager::Plugin<IPlugin>> PluginManager::LoadLibrary(IContext *context, const char *libPath) in LoadLibrary()
/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/multimedia/media_foundation/src/plugin/
Dplugin_package.cpp34 std::string libPath = HST_PLUGIN_PATH + fileSeparator + soPrefix + packageName + soSuffix; in LoadPluginPackage() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dcj_runtime.cpp85 for (const auto& libPath : kv.second) { in SetAppLibPath() local
155 for (const auto& libPath : appLibPaths) { in LoadCJAppLibrary() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
Dplugin_switch.cpp53 std::string libPath = reinterpret_cast<const char*>(attrValue); in FillinPluginInfo() local
Dplugin_mgr.cpp378 std::shared_ptr<PluginLib> PluginMgr::GetPluginLib(const std::string& libPath) in GetPluginLib()
590 std::string PluginMgr::DumpInfoFromPlugin(std::string& result, std::string libPath, std::vector<std… in DumpInfoFromPlugin()
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp224 const char* libPath = nullptr; variable
244 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/cj_runtime_test/
Dcj_runtime_test.cpp114 std::string libPath = TEST_LIB_PATH; variable
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
Daudio_converter_parser.cpp138 …std::string libPath = reinterpret_cast<char *>(xmlGetProp(currNode, reinterpret_cast<const xmlChar… in LoadConfigLibrary() local
/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/resourceschedule/soc_perf/test/unittest/mock/
Dmock_system_ability.cpp79 void SystemAbility::SetLibPath(const std::string& libPath) in SetLibPath()
/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/bundlemanager/app_domain_verify/test/unittest/mock/src/
Dmock_system_ability.cpp114 void SystemAbility::SetLibPath(const std::string& libPath) in SetLibPath()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
Dsa_profiles.h118 std::string libPath; member

12