Home
last modified time | relevance | path

Searched refs:pathVec (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_download_uri_manager.cpp43 …loudDownloadUriManager::AddDownloadIdToPath(int64_t &downloadId, std::vector<std::string> &pathVec) in AddDownloadIdToPath() argument
47 downloadIdPathMap_[downloadId] = pathVec; in AddDownloadIdToPath()
68 std::vector<std::string> pathVec = downloadIdPathMap_[downloadId]; in CheckDownloadIdPathMap() local
71 for (unsigned long i = 0; i < pathVec.size(); i++) { in CheckDownloadIdPathMap()
72 if (pathUriMap_.find(pathVec[i]) != pathUriMap_.end()) { in CheckDownloadIdPathMap()
89 std::vector<std::string> pathVec = downloadIdPathMap_[downloadId]; in RemoveUri() local
92 for (unsigned long i = 0; i < pathVec.size(); i++) { in RemoveUri()
93 if (pathUriMap_.find(pathVec[i]) != pathUriMap_.end()) { in RemoveUri()
94 pathUriMap_.erase(pathVec[i]); in RemoveUri()
96 GetAnonyString(pathVec[i]).c_str(), pathUriMap_.size()); in RemoveUri()
H A Dcloud_sync_service_proxy.cpp602 const std::vector<std::string> &pathVec, in StartFileCacheWriteParcel() argument
607 if (!data.WriteStringVector(pathVec)) { in StartFileCacheWriteParcel()
646 std::vector<std::string> pathVec; in StartFileCache() local
657 pathVec.push_back(path); in StartFileCache()
663 …auto retParcel = StartFileCacheWriteParcel(data, pathVec, fieldkey, isCallbackValid, downloadCallb… in StartFileCache()
684 uriMgr.AddDownloadIdToPath(downloadId, pathVec); in StartFileCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp529 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl()
539 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl()
571 borderGeo.pathVec[RSBorder::TOP].MoveTo(offsetX, offsetY); in CalcBorderPath()
572 borderGeo.pathVec[RSBorder::TOP].LineTo(tlip.GetX(), tlip.GetY()); in CalcBorderPath()
573 borderGeo.pathVec[RSBorder::TOP].LineTo(trip.GetX(), trip.GetY()); in CalcBorderPath()
574 borderGeo.pathVec[RSBorder::TOP].LineTo(offsetX + width, offsetY); in CalcBorderPath()
575 borderGeo.pathVec[RSBorder::TOP].Close(); in CalcBorderPath()
583 borderGeo.pathVec[RSBorder::RIGHT].Close(); in CalcBorderPath()
591 borderGeo.pathVec[RSBorder::BOTTOM].Close(); in CalcBorderPath()
595 borderGeo.pathVec[RSBorder::LEFT].MoveTo(offsetX, offsetY); in CalcBorderPath()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp319 std::vector<std::string> pathVec; in Install() local
321 pathVec = originHapPaths_; in Install()
323 pathVec.emplace_back(tempDir_); in Install()
329 res = installer->UpdateBundleForSelf(pathVec, installParam_, receiver_); in Install()
331 res = installer->Install(pathVec, installParam_, receiver_); in Install()
H A Dbundle_installer_host.cpp161 std::vector<std::string> pathVec; in HandleInstallMultipleHapsMessage() local
163 pathVec.emplace_back(Str16ToStr8(data.ReadString16())); in HandleInstallMultipleHapsMessage()
165 if (size == 0 || pathVec.empty()) { in HandleInstallMultipleHapsMessage()
181 Install(pathVec, *installParam, statusReceiver); in HandleInstallMultipleHapsMessage()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp63 std::vector<std::string> pathVec; in SetCutoutSvgPath() local
64 pathVec.emplace_back(svgPath); in SetCutoutSvgPath()
65 svgPaths_[displayId] = pathVec; in SetCutoutSvgPath()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_download_uri_manager.h30 int32_t AddDownloadIdToPath(int64_t &downloadId, std::vector<std::string> &pathVec);
H A Dcloud_sync_service_proxy.h46 const std::vector<std::string> &pathVec,
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp395 std::vector<std::string> pathVec; in CheckDownloadFilePath() local
396 if (!WholeToNormal(path, normalPath, pathVec) || pathVec.empty()) { in CheckDownloadFilePath()
408 pathVec.pop_back(); in CheckDownloadFilePath()
409 if (!CreateDirs(pathVec)) { in CheckDownloadFilePath()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp1078 std::vector<std::string> pathVec; in CheckUploadFileSpec() local
1079 if (!GetSandboxPath(context, config, path, pathVec, error.errInfo)) { in CheckUploadFileSpec()
1134 std::vector<std::string> pathVec; in CheckDownloadFilePath() local
1135 if (!GetSandboxPath(context, config, path, pathVec, errInfo)) { in CheckDownloadFilePath()
1139 pathVec.pop_back(); in CheckDownloadFilePath()
1140 if (!JsInitialize::CreateDirs(pathVec)) { in CheckDownloadFilePath()
1180 std::string &path, std::vector<std::string> &pathVec, std::string &errInfo) in GetSandboxPath() argument
1187 if (!WholeToNormal(path, pathVec) || pathVec.empty()) { in GetSandboxPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_external_hsp_so_test.cpp200 std::vector<std::string> pathVec; in InstallPathBundle() local
201 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallPathBundle()
228 std::vector<std::string> pathVec; in UpdateInstallPath() local
229 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstallPath()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp376 std::vector<std::string> pathVec; in HandleStartFileCache() local
377 if (!data.ReadStringVector(&pathVec)) { in HandleStartFileCache()
391 for (auto &uri : pathVec) { in HandleStartFileCache()
399 int32_t res = StartFileCache(pathVec, downloadId, fieldkey, isCallbackValid, downloadCallback); in HandleStartFileCache()
H A Dcloud_sync_service.cpp541 std::vector<std::string> pathVec; in StartDownloadFile() local
542 pathVec.push_back(path); in StartDownloadFile()
545 return dataSyncManager_->StartDownloadFile(bundleNameUserInfo, pathVec, downloadId, in StartDownloadFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
H A Dcloud_media_asset_download_operation.cpp159 data.pathVec.clear(); in ClearData()
272 data.pathVec.push_back(path); in ReadyDataForBatchDownload()
312 int32_t ret = cloudSyncManager_.get().StartFileCache(dataForDownload_.pathVec, downloadId_, in StartBatchDownload()
666 cacheForDownload_.pathVec.push_back(progress.path); in MoveDownloadFileToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp201 std::vector<std::string> pathVec { destinationDir }; in ReprocessQuickFix() local
202 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(pathVec); in ReprocessQuickFix()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_manager.h108 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId,
H A Di_cloud_sync_service.h44 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec,
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp74 const std::vector<std::string> pathVec, in StartDownloadFile() argument
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h50 const std::vector<std::string> pathVec,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h104 int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId, in StartFileCache() argument
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/media_cloud_asset_download/
H A Dcloud_media_asset_download_operation.h55 std::vector<std::string> pathVec; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_border.h53 std::vector<Drawing::Path> pathVec { MAX_BORDER_NUM };
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp127 std::vector<std::string> pathVec {BUNLDE_FILE_PATH}; in SetUp() local
128 auto err = InstallBundle(pathVec); in SetUp()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp212 const std::vector<std::string> &pathVec, in StartFileCacheWriteParcel() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp888 std::vector<std::string> pathVec; variable
889 pathVec.emplace_back(pathpatch);
890 … std::shared_ptr<QuickFixDeployer> quickFixDeployer = std::make_shared<QuickFixDeployer>(pathVec);

12