/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 87 auto path = config.GetPath(); in Delete() local 97 std::string path; in Collect() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 1104 std::string path = rdbStoreProxy->GetInstance()->GetPath(); in GetPath() local
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 107 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); in GetRestoreTempPath() local 201 string path = filePath.substr(0, filePathPrefix); in GetFileHandleForSpecialCloneCloud() local 246 string path = GetRestoreTempPath(bundleName_); in GetFileHandle() local 288 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); GetIncreFileHandleForSpecialVersion() local 317 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_RESTORE); GetIncrementalFileHandlePath() local 649 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); TarFileReady() local 690 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); DoPacket() local 741 string path = string(BConstants::PATH_BUNDLE_BACKUP_HOME).append(BConstants::SA_BUNDLE_BACKUP_BACKUP); DoBackup() local 797 string path = GetRestoreTempPath(bundleName_); DoRestore() local 886 string path = GetRestoreTempPath(bundleName_); DoIncrementalRestore() local 1091 RestoreBigFilePrecheck(string &fileName, const string &path, const string &hashName, const string &filePath) RestoreBigFilePrecheck() argument 1134 RestoreOneBigFile(const std::string &path, const ExtManageInfo &item, const bool appendTargetPath) RestoreOneBigFile() argument 1187 string path = GetRestoreTempPath(bundleName_); RestoreBigFiles() local 1210 FillEndFileInfos(const std::string &path, const unordered_map<string, struct ReportFileInfo> &result) FillEndFileInfos() argument 1765 const string &path = storageFiles.filePath; CompareFiles() local 1857 string path = BReportEntity::EncodeReportItem(item.filePath, item.encodeFlag); WriteFile() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 1815 char *path in UpdateCeEceSeceUserAuth() local [all...] |
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 384 string path = CloudFileUtils::GetLocalFilePath(inoPtr->cloudId, inoPtr->bundleName, data->userId); in Open() local 416 string path = CloudFileUtils::GetLocalFilePath(cloudId, bundleName, userId); in CreateLocalFile() local 324 CloudOpen(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr, struct fuse_file_info *fi, string path) CloudOpen() argument 431 RemoveLocalFile(const string &path) RemoveLocalFile() argument 500 string path = CloudFileUtils::GetLocalFilePath(cloudId, parentInode->bundleName, data->userId); DoCreatFile() local 1504 string path = CloudFileUtils::GetLocalFilePath(inoPtr->cloudId, inoPtr->bundleName, data->userId); SetAttr() local [all...] |
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | constants_dinput.h | 254 std::string path; member
|
H A D | input_hub.cpp | 117 bool InputHub::IsInputNodeNoNeedScan(const std::string &path) in IsInputNodeNoNeedScan() argument 582 RecordSkipDevicePath(std::string path) RecordSkipDevicePath() argument 588 IsSkipDevicePath(const std::string &path) IsSkipDevicePath() argument 1642 Device(int fd, const std::string &path) Device() argument [all...] |
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 151 string path; member 343 static shared_ptr<CloudInode> FindNode(struct FuseData *data, string path) in FindNode() argument 578 string path; GetAssetPath() local 1276 ReadCacheFile(shared_ptr<ReadArguments> readArgs, const string &path, int32_t userId) ReadCacheFile() argument 1477 CheckPathForStartFuse(const string &path) CheckPathForStartFuse() argument 1511 StartFuse(int32_t userId, int32_t devFd, const string &path) StartFuse() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager.c | 413 char *GetFullFilePath(const char *path, const char *fileName) in GetFullFilePath() argument 448 ClearIncompleteRecvFiles(const char *path, FileListTask *fileList) ClearIncompleteRecvFiles() argument 470 FileInfoWriteInit(FileInfo *fileInfo, const char *path, uint8_t isTruncate) FileInfoWriteInit() argument 1295 FileManagerSetWritePathList(FileManager *fileManager, char *path[], uint16_t *pathType, uint16_t pathNum) FileManagerSetWritePathList() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 198 OpDataHandle path; member 208 DrawShadowStyleOpItem(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, in DrawShadowStyleOpItem() argument 483 OpDataHandle path; member 487 DrawPathOpItem(const Path& path, const Paint& paint) DrawPathOpItem() argument 526 OpDataHandle path; global() member 535 DrawShadowOpItem(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, Color ambientColor, Color spotColor, ShadowFlags flag) DrawShadowOpItem() argument 1029 OpDataHandle path; global() member 1034 ClipPathOpItem(const Path& path, ClipOp op, bool doAntiAlias) ClipPathOpItem() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas.cpp | 396 void SkiaCanvas::DrawPath(const Path& path, const Paint& paint) in DrawPath() argument 423 void SkiaCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, in DrawShadow() argument 442 void SkiaCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument 956 void SkiaCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() argument 1167 Path path = symbol.path_; in ConvertToHMSymbolData() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2986 void RosenDecorationPainter::PaintShadow(const RSPath& path, const Shadow& shadow, in PaintShadow() argument 2910 PaintShadow( const SkPath& path, const Shadow& shadow, const std::shared_ptr<RSNode>& rsNode) PaintShadow() argument 2939 PaintShadow( const SkPath& path, const Shadow& shadow, SkCanvas* canvas, const SkPaint* paint) PaintShadow() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 430 SkPath path; in FillRect() local 497 SkPath path; in StrokeRect() local 1326 ParsePath2D(const Offset& offset, const RefPtr<CanvasPath2D>& path) ParsePath2D() argument 1442 Fill(const Offset& offset, const RefPtr<CanvasPath2D>& path) Fill() argument 1509 Stroke(const Offset& offset, const RefPtr<CanvasPath2D>& path) Stroke() argument 1901 Clip(const RefPtr<CanvasPath2D>& path) Clip() argument 2807 GetJsonData(const std::string& path) global() argument [all...] |
H A D | rosen_render_offscreen_canvas.cpp | 210 void RosenRenderOffscreenCanvas::ParsePath2D(const RefPtr<CanvasPath2D>& path) in ParsePath2D() argument 326 void RosenRenderOffscreenCanvas::Fill(const RefPtr<CanvasPath2D>& path) in Fill() argument 350 void RosenRenderOffscreenCanvas::Clip(const RefPtr<CanvasPath2D>& path) in Clip() argument 374 SkPath path; FillRect() local 709 SkPath path; DrawImage() local 752 RSRecordingPath path; DrawImage() local 1321 SkPath path; StrokeRect() local 1425 Stroke(const RefPtr<CanvasPath2D>& path) Stroke() argument 2548 TranspareCmdToPath(const RefPtr<CanvasPath2D>& path) UpdateTextStyleForeground() argument 2609 IsPointInPathByColor(double x, double y, SkPath& path, SkColor colorMatch) UpdateTextStyleForeground() argument 2634 IsPointInPathByColor(double x, double y, RSPath& path, RSColorQuad colorMatch) UpdateTextStyleForeground() argument 2673 IsPointInPath(const RefPtr<CanvasPath2D>& path, double x, double y) UpdateTextStyleForeground() argument 2692 IsPointInStroke(const RefPtr<CanvasPath2D>& path, double x, double y) UpdateTextStyleForeground() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 517 RSPath path; in DrawImageInternal() local 602 RSRecordingPath path; in FillRect() local 614 RSRecordingPath path; in FillRect() local 635 RSRecordingPath path; in StrokeRect() local 647 RSRecordingPath path; StrokeRect() local 719 Fill(const RefPtr<CanvasPath2D>& path) Fill() argument 783 Stroke(const RefPtr<CanvasPath2D>& path) Stroke() argument 825 Clip(const RefPtr<CanvasPath2D>& path) Clip() argument 972 ParsePath2D(const RefPtr<CanvasPath2D>& path) ParsePath2D() argument 1975 PaintShadow( const RSPath& path, const Shadow& shadow, const RSBrush* brush, const RSPen* pen, RSSaveLayerOps* slo) PaintShadow() argument 1990 PaintImageShadow( const RSPath& path, const Shadow& shadow, const RSBrush* brush, const RSPen* pen, RSSaveLayerOps* slo) PaintImageShadow() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 2289 RSPath path; in PrepareShadowParametersForDragData() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 1570 std::string path; in ClipBubbleWithPath() local 1836 std::string path; BuildTopLinePath() local 1887 std::string path; BuildRightLinePath() local 1938 std::string path; BuildBottomLinePath() local 1989 std::string path; BuildLeftLinePath() local 2041 std::string path; ReplaceArrowTopLeft() local 2064 std::string path; ReplaceArrowTopRight() local 2088 std::string path; ReplaceArrowRightTop() local 2111 std::string path; ReplaceArrowRightBottom() local 2134 std::string path; ReplaceArrowBottomLeft() local 2157 std::string path; ReplaceArrowBottomRight() local 2180 std::string path; ReplaceArrowLeftTop() local 2203 std::string path; ReplaceArrowLeftBottom() local 2226 std::string path; BuildCornerPath() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 922 auto path = GetPath2D(runtime, argv[0]); in JsStroke() local 1864 std::string path = argv[0]->ToString(runtime); JsGetJsonData() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 776 void PluginFrontendDelegate::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1122 void JsCardParser::GetResourceValue(const std::string& path) in GetResourceValue() argument 1137 std::string path = std::string(RESOURCES_FOLDER) + std::string(DEFAULTS_RESOURCES_JSON_FILE); in LoadImageInfo() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 761 void FrontendDelegateImpl::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 921 std::string path; in JsGetJsonData() local 1210 auto path = jsCanvasPath->GetCanvasPath2d(); in JsFill() local 1222 auto path in JsStroke() local 1246 auto path = jsCanvasPath->GetCanvasPath2d(); JsClip() local [all...] |
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 325 void AccessibilityElementInfo::SetPagePath(const std::string &path) in SetPagePath() argument
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1354 AccessibilityGesturePosition path; in ConvertGesturePathJSToNAPIPart1() local
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 4199 std::string path = "/data/test/abilityInfo.txt"; in HWTEST_F() local 4235 std::string path in HWTEST_F() local 4277 std::string path = "/data/test/appInfo.txt"; HWTEST_F() local 4317 std::string path = "/data/test/abilityInfo.txt"; HWTEST_F() local 4339 std::string path = "/data/test/appInfo.txt"; HWTEST_F() local 4362 std::string path = "/data/test/appInfo.txt"; HWTEST_F() local 4686 std::string path = "/data/test/pAppInfo_01.txt"; HWTEST_F() local 4735 std::string path = "/data/test/pAppInfo_02.txt"; HWTEST_F() local [all...] |