Home
last modified time | relevance | path

Searched refs:pathVec (Results 1 - 24 of 24) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_download_uri_manager.cpp43 int32_t CloudDownloadUriManager::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[ in RemoveUri()
[all...]
H A Dcloud_sync_service_proxy.cpp616 std::vector<std::string> pathVec; in StartFileCache() local
627 pathVec.push_back(path); in StartFileCache()
633 if (!data.WriteStringVector(pathVec)) { in StartFileCache()
653 uriMgr.AddDownloadIdToPath(downloadId, pathVec); in StartFileCache()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp489 canvas.ClipPath(borderGeo.pathVec[idx], Drawing::ClipOp::INTERSECT, true); in DrawBorderImpl()
529 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()
540 clipPath.Op(borderGeo.pathVec[idx3], clipPath, 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[RSBorde in CalcBorderPath()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp317 std::vector<std::string> pathVec; in Install() local
319 pathVec.emplace_back(tempDir_); in Install()
325 res = installer->UpdateBundleForSelf(pathVec, installParam_, receiver_); in Install()
327 res = installer->Install(pathVec, installParam_, receiver_); in Install()
H A Dbundle_installer_host.cpp162 std::vector<std::string> pathVec; in HandleInstallMultipleHapsMessage() local
164 pathVec.emplace_back(Str16ToStr8(data.ReadString16())); in HandleInstallMultipleHapsMessage()
166 if (size == 0 || pathVec.empty()) { in HandleInstallMultipleHapsMessage()
182 Install(pathVec, *installParam, statusReceiver); in HandleInstallMultipleHapsMessage()
H A Dbase_bundle_installer.cpp1973 std::vector<std::string> pathVec; in InnerProcessInstallByPreInstallInfo() local
1979 pathVec = preInstallBundleInfo.GetBundlePaths(); in InnerProcessInstallByPreInstallInfo()
1984 return ProcessBundleInstall(pathVec, innerInstallParam, preInstallBundleInfo.GetAppType(), uid); in InnerProcessInstallByPreInstallInfo()
/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);
/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()
383 for (int i = 0; i < pathVec.size(); i++) { in HandleStartFileCache()
384 if (!DfsuAccessTokenHelper::CheckUriPermission(pathVec[i])) { in HandleStartFileCache()
391 int32_t res = StartFileCache(pathVec, downloadId); in HandleStartFileCache()
H A Dcloud_sync_service.cpp558 std::vector<std::string> pathVec; in StartDownloadFile() local
559 pathVec.push_back(path); in StartDownloadFile()
562 return dataSyncManager_->StartDownloadFile(bundleNameUserInfo, pathVec, downloadId); in StartDownloadFile()
/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()
H A Dbms_install_hap_so_test.cpp283 std::vector<std::string> pathVec { THIRD_BUNDLE_PATH + hapFile }; in InstallBundle()
284 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallBundle()
329 std::vector<std::string> pathVec { path }; in InstallPathBundle()
330 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in InstallPathBundle()
356 std::vector<std::string> pathVec { THIRD_BUNDLE_PATH + hapFile }; in UpdateInstall()
357 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstall()
387 std::vector<std::string> pathVec { path }; in UpdateInstallPath()
388 auto installResult = installerProxy->StreamInstall(pathVec, installParam, statusReceiver); in UpdateInstallPath()
/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()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Di_cloud_sync_service.h44 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec,
H A Dcloud_sync_manager.h108 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec, int64_t &downloadId) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp69 const std::vector<std::string> pathVec, in StartDownloadFile()
68 StartDownloadFile(const BundleNameUserInfo &bundleNameUserInfo, const std::vector<std::string> pathVec, int64_t &downloadId) StartDownloadFile() argument
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_manager.h48 const std::vector<std::string> pathVec,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp201 std::vector<std::string> pathVec { destinationDir }; in ReprocessQuickFix()
202 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(pathVec); in ReprocessQuickFix()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_border.h53 std::vector<Drawing::Path> pathVec { MAX_BORDER_NUM };
/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
/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()
128 auto err = InstallBundle(pathVec); in SetUp()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2094 std::vector<std::string> pathVec; in InstallOperation() local
2095 GetAbsPaths(bundlePaths, pathVec); in InstallOperation()
2112 ErrCode res = bundleInstallerProxy_->StreamInstall(pathVec, installParam, statusReceiver); in InstallOperation()
2602 std::vector<std::string> pathVec(realPathSet.begin(), realPathSet.end()); in DeployQuickFixDisable()
2621 auto res = quickFixProxy->CopyFiles(pathVec, destFiles); in DeployQuickFixDisable()
H A Dbundle_test_tool.cpp3263 std::vector<std::string> pathVec(realPathSet.begin(), realPathSet.end()); in DeployQuickFix()
3282 auto res = quickFixProxy->CopyFiles(pathVec, destFiles); in DeployQuickFix()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp889 std::vector<std::string> pathVec; in HWTEST_F() local
890 pathVec.emplace_back(pathpatch); in HWTEST_F()
891 std::shared_ptr<QuickFixDeployer> quickFixDeployer = std::make_shared<QuickFixDeployer>(pathVec); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp47 MOCK_METHOD2(StartFileCache, int32_t(const std::vector<std::string> &pathVec, int64_t &downloadId));

Completed in 56 milliseconds