Home
last modified time | relevance | path

Searched refs:CreatePath (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dcommon_util_test.cpp77 ASSERT_EQ(RET_FAILED, CreatePath(NULL));
78 ASSERT_EQ(RET_FAILED, CreatePath(""));
79 ASSERT_EQ(RET_SUCCESS, CreatePath(testPath));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h185 …bool CreatePath(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, Sk…
188 bool CreatePath(
198 bool CreatePath(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position,
H A Drosen_render_box.cpp270CreatePath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &dra… in PerformLayout()
278 … bool ret = CreatePath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &drawingPath); in PerformLayout()
430 if (!CreatePath(mask_->GetMaskPath()->GetBasicShape(),
891 ret = CreatePath(basicShape, size, position, skPath);
907 bool RosenRenderBox::CreatePath( function in OHOS::Ace::RosenRenderBox
937 ret = CreatePath(basicShape, size, position, drawingPath);
1126 bool RosenRenderBox::CreatePath( function in OHOS::Ace::RosenRenderBox
1129 bool RosenRenderBox::CreatePath(
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Dcommon_util.h34 int CreatePath(const char *fileName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.h48 Size CreatePath();
H A Drosen_render_shape.cpp54 return CreatePath(); in CalcSize()
201 Size RosenRenderShape::CreatePath() in CreatePath() function in OHOS::Ace::RosenRenderShape
/ohos5.0/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H A Dcommonutil_fuzzer.cpp67 (void)CreatePath(&fileName); in CreatePathTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp156 return DDGRImplFactory::CreatePath(); in CreatePathImpl()
159 return EngineImplFactory::CreatePath(); in CreatePathImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h93 static RefPtr<Path> CreatePath(const std::string& value);
H A Dclip_path.cpp289 RefPtr<Path> ClipPath::CreatePath(const std::string& data) in CreatePath() function in OHOS::Ace::ClipPath
322 basicShape = CreatePath(data); in CreateShape()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h71 static std::unique_ptr<PathImpl> CreatePath();
H A Dskia_impl_factory.cpp119 std::unique_ptr<PathImpl> SkiaImplFactory::CreatePath() in CreatePath() function in OHOS::Rosen::Drawing::SkiaImplFactory
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Dcommon_util.cpp146 int CreatePath(const char *fileName) in CreatePath() function
H A Ddhcp_s_server.cpp636 if (!CreatePath(leasePath)) { in InitLeaseFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_file_utils.h44 static int32_t CreatePath(int32_t mediaType, const std::string &displayName, std::string &path);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp296 int32_t BackupFileUtils::CreatePath(int32_t mediaType, const std::string &displayName, std::string … in CreatePath() function in OHOS::Media::BackupFileUtils