Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_info_creator.cpp120 std::string codePath = installDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo() local
209 …BundleInfoCreator::SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfos()
236 … BundleInfoCreator::SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfo()
Dbundle_daemon_client.cpp231 int32_t BundleDaemonClient::ExtractHap(const char *hapFile, const char *codePath) in RegisterCallback()
364 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback()
Dgt_bundle_manager_service.cpp238 char *codePath = installedInfo->codePath; in GetBundleSize() local
611 char *codePath = nullptr; in ReloadEntireBundleInfo() local
800 void GtManagerService::TransformJsToBcWhenRestart(const char *codePath, const char *bundleName) in TransformJsToBcWhenRestart()
868 void GtManagerService::TransformJsToBc(const char *codePath, const char *bundleJsonPath, cJSON *ins… in TransformJsToBc()
Dbundle_manager_service.cpp448 char *codePath = nullptr; in ReloadEntireBundleInfo() local
492 void ManagerService::ReloadBundleInfo(const char *codePath, const char *appId, const char *bundleNa… in ReloadBundleInfo()
637 char *codePath = installedInfo->codePath; in GetBundleSize() local
Dgt_bundle_extractor.cpp57 uint8_t GtBundleExtractor::ExtractHap(const char *codePath, const char *bundleName, int32_t fp, uin… in ExtractHap()
Dbundle_installer.cpp221 …std::string codePath = std::string(bundleInfo->codePath) + PATH_SEPARATOR + bundleInfo->moduleInfo… in ProcessBundleInstall() local
345 uint8_t BundleInstaller::HandleFileAndBackUpRecord(const char *codePath, const char *randStr, Insta… in HandleFileAndBackUpRecord()
Dgt_bundle_installer.cpp490 uint8_t GtBundleInstaller::TransformJsToBc(const char *codePath, InstallRecord &record) in TransformJsToBc()
Dbundle_util.cpp443 bool BundleUtil::CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int3… in CheckBundleJsonIsValid()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon_handler.cpp41 int32_t BundleDaemonHandler::ExtractHap(const char *hapPath, const char *codePath) in ExtractHap()
156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, boo… in RemoveInstallDirectory()
259 bool BundleDaemonHandler::IsValideCodePath(const char *codePath) in IsValideCodePath()
Dbundle_daemon.cpp166 std::string codePath = ""; in ExtractHapInvoke() local
249 std::string codePath = ""; in RemoveInstallDirectoryInvoke() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dcontext_deal_test.cpp113 std::string codePath = "CodePath"; variable
263 std::string codePath = "CodePath"; variable
Dcontext_container_test.cpp136 std::string codePath = "CodePath"; variable
151 std::string codePath = ""; variable
Dcontext_impl_test.cpp836 auto codePath = contextImpl->GetBundleCodePath(); variable
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
Dfile_path_utils_test.cpp565 const std::string& codePath = bundleName; variable
580 const std::string& codePath = "codePath"; variable
595 const std::string& codePath = "../codePath"; variable
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
Druntime.h44 std::string codePath; member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dbundle_info.h99 char *codePath; member
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_worker.cpp247 void InitWorkerModule(NativeEngine& engine, const std::string& codePath, bool isDebugVersion, bool … in InitWorkerModule()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
Dbundle_info_utils.cpp186 bool BundleInfoUtils::SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath) in SetBundleInfoCodePath()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dability_context_test.cpp255 std::string codePath = "hello"; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/utils/src/
Dfile_path_utils.cpp407 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp470 bool InstalldOperator::IsValidCodePath(const std::string &codePath) in IsValidCodePath()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapplication_info.h169 std::string codePath; member
Dability_info.h217 std::string codePath; // ability main code path with name member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_common.h250 char *codePath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h522 void SetAppCodePath(const std::string codePath) in SetAppCodePath()