Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dcommon_util_test.cpp77 ASSERT_EQ(RET_FAILED, CreatePath(NULL)); in HWTEST()
78 ASSERT_EQ(RET_FAILED, CreatePath("")); in HWTEST()
79 ASSERT_EQ(RET_SUCCESS, CreatePath(testPath)); in HWTEST()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Dcommon_util.h34 int CreatePath(const char *fileName);
/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
/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H A Dcommonutil_fuzzer.cpp58 (void)CreatePath(fileName); in CreatePathTest()
/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, SkPath* skPath);
188 bool CreatePath(
198 bool CreatePath(const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position,
H A Drosen_render_box.cpp270 CreatePath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &drawingPath); in PerformLayout()
278 bool ret = CreatePath(clipPath_->GetBasicShape(), clipPath_->GetGeometryBoxType(), &drawingPath); in PerformLayout()
430 if (!CreatePath(mask_->GetMaskPath()->GetBasicShape(),
432 LOGE("CreatePath is failed.");
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(
/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()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h72 static std::unique_ptr<PathImpl> CreatePath();
H A Dskia_impl_factory.cpp124 std::unique_ptr<PathImpl> SkiaImplFactory::CreatePath() in CreatePath() function in OHOS::Rosen::Drawing::SkiaImplFactory
/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.cpp633 if (!CreatePath(leasePath)) { in InitLeaseFile()
/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);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp166 return DDGRImplFactory::CreatePath(); in CreatePathImpl()
169 return EngineImplFactory::CreatePath(); in CreatePathImpl()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp292 int32_t BackupFileUtils::CreatePath(int32_t mediaType, const std::string &displayName, std::string &path) in CreatePath() function in OHOS::Media::BackupFileUtils

Completed in 12 milliseconds