Home
last modified time | relevance | path

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

/foundation/appexecfwk/appexecfwk_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.cpp250 int32_t BundleDaemonClient::ExtractHap(const char *hapFile, const char *codePath) in RegisterCallback()
393 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback()
Dgt_bundle_manager_service.cpp217 char *codePath = installedInfo->codePath; in GetBundleSize() local
563 char *codePath = nullptr; in ReloadEntireBundleInfo() local
747 void GtManagerService::TransformJsToBcWhenRestart(const char *codePath, const char *bundleName) in TransformJsToBcWhenRestart()
808 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
348 uint8_t BundleInstaller::HandleFileAndBackUpRecord(const char *codePath, const char *randStr, Insta… in HandleFileAndBackUpRecord()
Dgt_bundle_installer.cpp484 uint8_t GtBundleInstaller::TransformJsToBc(const char *codePath, InstallRecord &record) in TransformJsToBc()
Dbundle_util.cpp400 bool BundleUtil::CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int3… in CheckBundleJsonIsValid()
/foundation/appexecfwk/appexecfwk_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.cpp180 std::string codePath = ""; in ExtractHapInvoke() local
274 std::string codePath = ""; in RemoveInstallDirectoryInvoke() local
/foundation/aafwk/standard/interfaces/innerkits/runtime/include/
Druntime.h34 std::string codePath; member
/foundation/aafwk/standard/frameworks/kits/appkit/native/test/unittest/
Dcontext_deal_test.cpp113 std::string codePath = "CodePath"; variable
263 std::string codePath = "CodePath"; variable
Dcontext_container_test.cpp134 std::string codePath = "CodePath"; variable
149 std::string codePath = ""; variable
/foundation/appexecfwk/appexecfwk_lite/interfaces/kits/bundle_lite/
Dbundle_info.h99 char *codePath; member
/foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite/src/
Dbundle_info_utils.cpp186 bool BundleInfoUtils::SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath) in SetBundleInfoCodePath()
/foundation/appexecfwk/standard/services/bundlemgr/src/installd/
Dinstalld_operator.cpp253 bool InstalldOperator::IsValideCodePath(const std::string &codePath) in IsValideCodePath()
/foundation/aafwk/standard/frameworks/kits/ability/native/test/unittest/
Dability_context_test.cpp251 std::string codePath = "hello"; variable
/foundation/aafwk/standard/frameworks/kits/runtime/native/
Djs_runtime.cpp247 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Dapplication_info.h124 std::string codePath; member
Dability_info.h193 std::string codePath; // ability main code path with name member
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/include/
Dbundle_common.h250 char *codePath; member
/foundation/appexecfwk/standard/services/bundlemgr/include/
Dinner_bundle_info.h484 void SetAppCodePath(const std::string codePath) in SetAppCodePath()