/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_download_uri_manager.cpp | 43 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 D | cloud_sync_service_proxy.cpp | 616 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 D | rs_border.cpp | 489 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 D | bundle_stream_installer_host_impl.cpp | 317 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 D | bundle_installer_host.cpp | 162 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 D | base_bundle_installer.cpp | 1973 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 D | cloud_download_uri_manager.h | 30 int32_t AddDownloadIdToPath(int64_t &downloadId, std::vector<std::string> &pathVec);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service_stub.cpp | 376 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 D | cloud_sync_service.cpp | 558 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 D | bms_install_external_hsp_so_test.cpp | 200 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 D | bms_install_hap_so_test.cpp | 283 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 D | display_cutout_controller.cpp | 63 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 D | i_cloud_sync_service.h | 44 virtual int32_t StartFileCache(const std::vector<std::string> &pathVec,
|
H A D | cloud_sync_manager.h | 108 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 D | data_sync_manager.cpp | 69 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 D | data_sync_manager.h | 48 const std::vector<std::string> pathVec,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_boot_scanner.cpp | 201 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 D | rs_border.h | 53 std::vector<Drawing::Path> pathVec { MAX_BORDER_NUM };
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 104 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 D | bms_bundle_get_window_properties_test.cpp | 127 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 D | bundle_command.cpp | 2094 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 D | bundle_test_tool.cpp | 3263 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 D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 889 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 D | cloud_sync_service_stub_test.cpp | 47 MOCK_METHOD2(StartFileCache, int32_t(const std::vector<std::string> &pathVec, int64_t &downloadId));
|