/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.cpp | 293 for (const auto& path : navPathList_) { in GetAllPathName() 294 pathNames.emplace_back(path.first); in GetAllPathName()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 174 TAG_LOGW(AceLogTag::ACE_FORM, "fail to run page due to path url is empty"); in RunPage() 414 .path = fontInfo.path.c_str(), in GetSystemFont()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 238 auto path = canvasPath->GetCanvasPath2d(); in Stroke() local 241 renderingContext2DModel_->SetStrokeRuleForPath2D(fillRule, path); in Stroke()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sceneview.cpp | 88 bool GetResourceId(const std::string& uri, std::string& path) in GetResourceId() argument 92 path = matches[1].str(); in GetResourceId()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 412 bool ResourceAdapterImpl::GetResource(const std::string& path, std::ostream& dest) const in GetResource() argument 414 return resourceManger_.GetResource(path, dest); in GetResource()
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | ace_performance_check.cpp | 148 const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) in RecordPerformanceCheckData() 150 currentPath_ = path; in RecordPerformanceCheckData() 147 RecordPerformanceCheckData( const PerformanceCheckNodeMap& nodeMap, int64_t vsyncTimeout, std::string path) RecordPerformanceCheckData() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 177 fontInfo.path = systemFontDesc->path; in GetSystemFont()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 334 void SetPath(const std::string& path) in SetPath() argument 336 path_ = path; in SetPath()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_file_cache.cpp | 53 bool IsFileExists(const char* path) in IsFileExists() argument 55 FILE *file = fopen(path, "r"); in IsFileExists() 373 TAG_LOGW(AceLogTag::ACE_IMAGE, "cache file path wrong! maybe it is not set."); in SetCacheFileInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 479 * Get path from root to node which hit the hoverPoint. 480 * return: path contains nodes whose border cover the hoverPoint. 568 AccessibilityHoverTestPath& path, 579 AccessibilityHoverTestPath& path, std::unique_ptr<HoverTestDebugTraceInfo>& debugInfo,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/ |
H A D | rdb_data_manager.cpp | 107 void RdbDataManager::CheckSystemSizeAndHisysEvent(const std::string &path, const std::string &fileName) in CheckSystemSizeAndHisysEvent() argument 109 bool flag = BundleUtil::CheckSystemSizeAndHisysEvent(path, fileName); in CheckSystemSizeAndHisysEvent()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 276 bool CompleteInitialization(const BASE_NS::string& path) override 279 if (!NodeImpl::CompleteInitialization(path)) {
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_loader.cpp | 52 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument 55 const auto currentPath = path + node.GetName(); in AddNodeToCollectionRecursive()
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | drawing_painter_impl_test.cpp | 197 Path path; in HWTEST_F() local 198 canvasParagraphPainter_->drawPath(path, decorStyle); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_display.cpp | 81 bool RoundCornerDisplay::LoadImg(const char* path, std::shared_ptr<Drawing::Image>& img) in LoadImg() argument 83 std::string filePath = std::string(rs_rcd::PATH_CONFIG_DIR) + "/" + path; in LoadImg()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_playback.cpp | 45 std::cout << "FileUtils: The file path is not valid!" << std::endl; in GetRealAndValidPath() 51 std::cout << "FileUtils: The file path is not valid!" << std::endl; in GetRealAndValidPath() 116 MSKPSrc::MSKPSrc(const std::string& path) : fPath_(path) in MSKPSrc() argument 453 std::cout << "The path of DrawCmdList file is empty!" << std::endl; in GetRealPathStr() 472 std::cout << "The path of DrawCmdList file is not valid!" << std::endl; in LoadDrawCmdList()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.cpp | 200 void Typography::Paint(Drawing::Canvas* drawCanvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument 203 paragraph_->Paint(drawCanvas, path, hOffset, vOffset); in Paint()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.cpp | 222 void ParagraphImpl::Paint(Drawing::Canvas* canvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument 228 paragraph_->paint(&painter, path, hOffset, vOffset); in Paint()
|
H A D | drawing_painter_impl.cpp | 237 void RSCanvasParagraphPainter::drawPath(const RSPath& path, const DecorationStyle& decorStyle) in drawPath() argument 242 canvas_->DrawPath(path); in drawPath()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | file_asset.cpp | 84 void FileAsset::SetPath(const string &path) in SetPath() argument 86 member_[MEDIA_DATA_DB_FILE_PATH] = path; in SetPath()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | ffmpeg_api_wrap.cpp | 41 std::string path = "libohosffmpeg.z.so"; in Open() local 42 handler = dlopen(path.c_str(), RTLD_NOW); in Open()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 169 string path = GetStringVal(PhotoColumn::MEDIA_FILE_PATH, resultSet);
in GetFilePath() local 170 return path;
in GetFilePath()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_notify.cpp | 359 string path = MediaLibraryRdbStore::GetString(resultSet, PhotoColumn::MEDIA_FILE_PATH); in GetNotifyUri() local 362 MediaFileUtils::GetExtraUri(displayName, path)); in GetNotifyUri()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/ |
H A D | medialibrary_thumbnail_fuzzer.cpp | 143 .path = FuzzString(data, size), in FuzzThumbRdbOpt() 165 datas.path = FuzzString(data, size); in FuzzThumbnailData()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_location_test/src/ |
H A D | medialibrary_location_test.cpp | 307 string path = "/storage/cloud/files/photo/1/" + displayName; in InsertPhoto() local 322 valuesBucket.PutString(MediaColumn::MEDIA_FILE_PATH, path); in InsertPhoto()
|