Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dcode_signature_param.h24 std::string modulePath; member
Dcheck_encryption_param.h32 std::string modulePath; member
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
Dfile_path_utils_test.cpp567 const std::string& modulePath = ""; variable
582 const std::string& modulePath = ""; variable
597 const std::string& modulePath = ""; variable
/foundation/ability/ability_lite/frameworks/ability_lite/src/
Dability_thread.cpp173 …std::string modulePath = appInfo.srcPath + PATH_SEPARATOR + module + LIB_PREFIX + module + LIB_SUF… in PerformAppInit() local
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Doptions.h73 std::string modulePath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp1691 std::string modulePath = info.GetAppCodePath() + Constants::PATH_SEPARATOR + modulePackage_; in ProcessBundleInstallStatus() local
1843 std::string modulePath = newInfo.GetAppCodePath() + Constants::PATH_SEPARATOR + modulePackage_; in ProcessNewModuleInstall() local
2632 ErrCode BaseBundleInstaller::ExtractModule(InnerBundleInfo &info, const std::string &modulePath) in ExtractModule()
2706 …ode BaseBundleInstaller::ExtractArkNativeFile(InnerBundleInfo &info, const std::string &modulePath) in ExtractArkNativeFile()
2771 const std::string &modulePath, in CopyPgoFileToArkProfileDir()
2801 const std::string &modulePath, in ExtractArkProfileFile()
2961 …BaseBundleInstaller::ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath, in ExtractModuleFiles()
4064 …e BaseBundleInstaller::InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modulePath) in InnerProcessNativeLibs()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dfile_path_utils.cpp407 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dext_backup_js.cpp128 string modulePath = GetSrcPath(info); in Init() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
Dinner_bundle_info.h40 std::string modulePath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp1783 std::string modulePath; variable
2241 std::string modulePath; variable
3194 std::string modulePath = ""; variable
3208 std::string modulePath = RESOURCE_ROOT_PATH + RIGHT_BUNDLE; variable
4022 std::string modulePath = ""; variable
4075 std::string modulePath = ""; variable
4431 std::string modulePath = "/data/test/bms_bundle_installer"; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_common_info.h62 std::string modulePath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
Dapp_service_fwk_installer.cpp552 std::string modulePath = oldInfo.GetModuleHapPath(oldModuleName); in ProcessBundleUpdateStatus() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
Djs_runtime_test.cpp325 std::string modulePath = TEST_MODULE_PATH; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp887 …ativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::string& modulePath, in LoadModule()
1008 auto func = [&](std::string modulePath, const std::string abcPath) { in RunScript()