| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_file_cache.cpp | 53 bool IsFileExists(const char* path) in IsFileExists() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
| H A D | text_drag_pattern.cpp | 166 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in GenerateClipPath() local 198 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); GenerateBackgroundPath() local 207 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); GenerateSelBackgroundPath() local 262 CalculateLineAndArc(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path, float radiusRatio) CalculateLineAndArc() argument 310 CalculateLine(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path) CalculateLine() argument [all...] |
| /foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
| H A D | js_drawable_descriptor.cpp | 444 auto path = OHOS::Ace::Napi::LayeredDrawableDescriptor::GetStaticMaskClipPath(); in GetMaskClipPath() local
|
| H A D | drawable_descriptor.h | 309 std::string path = std::get<2>(info); in Create() local 345 std::string path = std::get<2>(info); in Create() local 103 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, uint32_t density) LayeredDrawableDescriptor() argument 111 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, const std::shared_ptr<Global::Resource::ResourceManager>& resourceMgr, std::string path, uint32_t iconType, std::pair<std::unique_ptr<uint8_t[]>, size_t>& foregroundInfo, std::pair<std::unique_ptr<uint8_t[]>, size_t>& backgroundInfo) LayeredDrawableDescriptor() argument 365 Create(std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregroundInfo, std::pair<std::unique_ptr<uint8_t[]>, size_t> &backgroundInfo, std::string &path, DrawableType& drawableType, const std::shared_ptr<ResourceManager>& resourceMgr) Create() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/ |
| H A D | gzip_n_exporter.cpp | 45 std::unique_ptr<char[]> path = nullptr; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_node.h | 157 void SetImagePath(const std::string& path) in SetImagePath() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| H A D | zip.cpp | 93 std::string path = extractDir.Value(); in CreateDirectory() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| H A D | js_app_context.cpp | 350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath() local [all...] |
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_font_bitmap.cpp | 82 int8_t UIFontBitmap::SetFontPath(const char* path, FontType type) in SetFontPath() argument 203 int8_t UIFontBitmap::GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/rosen/ |
| H A D | rosen_render_context_test_new.cpp | 116 RSPath path; in HWTEST_F() local 148 RSPath path; in HWTEST_F() local 194 RSPath path; in HWTEST_F() local 228 RSPath path; in HWTEST_F() local 260 RSPath path; HWTEST_F() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
| H A D | extend_resource_manager_host_impl.cpp | 46 bool IsValidPath(const std::string &path) in IsValidPath() argument 80 std::string path = BuildResourcePath(bundleName); in ConvertToExtendResourceInfo() local 634 CreateFd( const std::string &fileName, int32_t &fd, std::string &path) CreateFd() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
| H A D | verify_manager_host_impl.cpp | 44 bool IsValidPath(const std::string &path) in IsValidPath() argument 73 bool GetDataDir(const std::string &path, std::string &suffix, std::string &el, std::string &baseType) in GetDataDir() argument 248 auto path = relativePath; GetRealPath() local 489 DeleteAbc(const std::string &path) DeleteAbc() argument [all...] |
| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
| H A D | bms_install_external_hsp_so_test.cpp | 189 InstallPathBundle( const std::string &path) InstallPathBundle() argument 217 UpdateInstallPath( const std::string &path) UpdateInstallPath() argument [all...] |
| /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 | 645 std::string path; in HWTEST_F() local 663 std::string path = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001/"; in HWTEST_F() local 698 std::string path = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001/"; in HWTEST_F() local
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | bundle_installer.cpp | 93 uint8_t BundleInstaller::GetHapType(const char *path) in GetHapType() argument 106 uint8_t BundleInstaller::Install(const char *path, const InstallParam &installParam) in Install() argument 168 uint8_t BundleInstaller::ProcessBundleInstall(const std::string &path, const char *randStr, in ProcessBundleInstall() argument 502 CheckInstallFileIsValid(const char *path) CheckInstallFileIsValid() argument 555 RecordThirdSystemBundle(const char *bundleName, const char *path) RecordThirdSystemBundle() argument 602 InitThirdSystemBundleRecord(const char *bundleName, const char *path) InitThirdSystemBundleRecord() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_service/test/example/ |
| H A D | audio_stream_playback_test.cpp | 147 char path[PATH_MAX] = { 0x00 }; in OpenSpkFile() local 208 std::string path = "/data/test.wav"; in InitRenderer() local 242 std::string path = "/data/test.wav"; in InitSatelliteProcess() local 420 char path[PATH_MA in OpenMicFile() local 461 std::string path = "/data/mic.pcm"; InitCapturer() local [all...] |
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | NodeImpl.cpp | 166 BASE_NS::string path; in GetPath() local 575 SCENE_NS::INode::Ptr recurse_children(const SCENE_NS::INode::Ptr startNode, BASE_NS::string_view path) in recurse_children() argument 597 BASE_NS::string path = ctx.Arg<0>(); GetNodeByPath() local [all...] |
| /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
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
| H A D | geometry_path_storage.h | 423 void ConcatPath(BezierArc& path, uint32_t pathId = 0) in ConcatPath() argument 441 void JoinPath(BezierArcSvg& path, uint32_t pathId = 0) in JoinPath() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/ |
| H A D | rs_canvas_listener.h | 48 virtual void DrawPath(const Drawing::Path& path) {}; in DrawPath() argument 50 virtual void DrawShadow(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadow() argument 53 virtual void DrawShadowStyle(const Drawing::Path& path, const Drawing::Point3& planeParams, in DrawShadowStyle() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_utils.cpp | 243 std::string Utils::GetRealPath(const std::string& path) in GetRealPath() argument 258 std::string Utils::NormalizePath(const std::string& path) in NormalizePath() argument 263 std::string Utils::GetFileName(const std::string& path) in GetFileName() argument 277 GetDirectory(const std::string& path) GetDirectory() argument 291 IsDirectory(const std::string& path) IsDirectory() argument 301 IterateDirectory(const std::string& path, std::vector<std::string>& files) IterateDirectory() argument 338 LoadLine(const std::string& path, std::string& line) LoadLine() argument 353 LoadLines(const std::string& path, std::vector<std::string>& lines) LoadLines() argument 371 LoadContent(const std::string& path, std::string& content) LoadContent() argument 391 IsRecordInMemoryFile(const std::string& path) IsRecordInMemoryFile() argument 411 FileExists(const std::string& path) FileExists() argument 424 FileDelete(const std::string& path) FileDelete() argument 439 FileOpen(const std::string& path, const std::string& options) FileOpen() argument [all...] |
| H A D | rs_profiler_telemetry.cpp | 45 static std::string path; in GetTemperaturePath() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/ |
| H A D | canvas_fuzzer.cpp | 390 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in CanvasFuzzTest002() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
| H A D | rs_property_drawable_utils_test.cpp | 53 Drawing::Path path; in HWTEST_F() local 399 Drawing::Path path; in HWTEST_F() local 494 Drawing::Path path; in HWTEST_F() local 549 Drawing::Path path; in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| H A D | rs_properties_painter_test.cpp | 232 Drawing::Path path; in HWTEST_F() local 342 Drawing::Path path; in HWTEST_F() local 538 Drawing::Path path; in HWTEST_F() local 570 Drawing::Path path; in HWTEST_F() local [all...] |