/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_info_creator.cpp | 124 std::string codePath = installDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo() local 213 …BundleInfoCreator::SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfos() 240 … BundleInfoCreator::SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfo()
|
H A D | bundle_daemon_client.cpp | 231 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()
|
H A D | gt_bundle_manager_service.cpp | 265 char *codePath = installedInfo->codePath; in GetBundleSize() local 730 char *codePath = nullptr; in ReloadEntireBundleInfo() local 919 void GtManagerService::TransformJsToBcWhenRestart(const char *codePath, const char *bundleName) in TransformJsToBcWhenRestart() 993 void GtManagerService::TransformJsToBc(const char *codePath, const char *bundleJsonPath, cJSON *ins… in TransformJsToBc()
|
H A D | bundle_manager_service.cpp | 448 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
|
H A D | bundle_installer.cpp | 221 …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()
|
H A D | gt_bundle_extractor.cpp | 57 uint8_t GtBundleExtractor::ExtractHap(const char *codePath, const char *bundleName, int32_t fp, uin… in ExtractHap()
|
H A D | gt_bundle_installer.cpp | 490 uint8_t GtBundleInstaller::TransformJsToBc(const char *codePath, InstallRecord &record) in TransformJsToBc()
|
H A D | bundle_util.cpp | 443 bool BundleUtil::CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int3… in CheckBundleJsonIsValid()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 38 …panda::panda_file::StringPacProtect codePath = panda::panda_file::StringPacProtect(workerInfo_->co… in AssetHelper() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon_handler.cpp | 41 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()
|
H A D | bundle_daemon.cpp | 169 std::string codePath = ""; in ExtractHapInvoke() local 252 std::string codePath = ""; in RemoveInstallDirectoryInvoke() local
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | js_environment_impl.h | 30 panda::panda_file::StringPacProtect codePath; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_deal_test.cpp | 129 std::string codePath = "CodePath"; variable 144 std::string codePath = "/data/app/el1/bundle/public"; variable 296 std::string codePath = "CodePath"; variable
|
H A D | context_container_test.cpp | 136 std::string codePath = "CodePath"; variable 151 std::string codePath = ""; variable
|
H A D | context_impl_test.cpp | 957 auto codePath = contextImpl->GetBundleCodePath(); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 62 for (auto &codePath : codePaths) { in Marshalling() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 580 const std::string& codePath = bundleName; variable 595 const std::string& codePath = "codePath"; variable 610 const std::string& codePath = "../codePath"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 99 char *codePath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_info_utils.cpp | 186 bool BundleInfoUtils::SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath) in SetBundleInfoCodePath()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 41 std::string codePath; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_context_test.cpp | 253 std::string codePath = "hello"; variable
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 407 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 128 std::string codePath; member
|
H A D | ability_info.h | 133 std::string codePath; // ability main code path with name member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 258 char *codePath; member
|