Home
last modified time | relevance | path

Searched refs:path (Results 2026 - 2050 of 2362) sorted by relevance

1...<<81828384858687888990>>...95

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp293 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 Dcj_frontend_abstract.cpp174 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 Dcanvas_renderer.cpp238 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 Djs_sceneview.cpp88 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 Dresource_adapter_impl.cpp412 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 Dace_performance_check.cpp148 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 Dfont_manager.cpp177 fontInfo.path = systemFontDesc->path; in GetSystemFont()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h334 void SetPath(const std::string& path) in SetPath() argument
336 path_ = path; in SetPath()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp53 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 Daccessibility_property.h479 * 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 Drdb_data_manager.cpp107 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 Danim_impl.cpp276 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 Decs_asset_loader.cpp52 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 Ddrawing_painter_impl_test.cpp197 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 Drs_round_corner_display.cpp81 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 Ddrawing_playback.cpp45 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 Dtypography.cpp200 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 Dparagraph_impl.cpp222 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 Ddrawing_painter_impl.cpp237 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 Dfile_asset.cpp84 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 Dffmpeg_api_wrap.cpp41 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 Dmedialibrary_multistages_video_capture_test.cpp169 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 Dmedialibrary_notify.cpp359 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 Dmedialibrary_thumbnail_fuzzer.cpp143 .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 Dmedialibrary_location_test.cpp307 string path = "/storage/cloud/files/photo/1/" + displayName; in InsertPhoto() local
322 valuesBucket.PutString(MediaColumn::MEDIA_FILE_PATH, path); in InsertPhoto()

Completed in 40 milliseconds

1...<<81828384858687888990>>...95