/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | common_util_test.cpp | 77 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 D | rosen_render_box.h | 185 …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 D | rosen_render_box.cpp | 270 …CreatePath(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 D | common_util.h | 34 int CreatePath(const char *fileName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.h | 48 Size CreatePath();
|
H A D | rosen_render_shape.cpp | 54 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 D | commonutil_fuzzer.cpp | 67 (void)CreatePath(&fileName); in CreatePathTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | impl_factory.cpp | 156 return DDGRImplFactory::CreatePath(); in CreatePathImpl() 159 return EngineImplFactory::CreatePath(); in CreatePathImpl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 93 static RefPtr<Path> CreatePath(const std::string& value);
|
H A D | clip_path.cpp | 289 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 D | skia_impl_factory.h | 71 static std::unique_ptr<PathImpl> CreatePath();
|
H A D | skia_impl_factory.cpp | 119 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 D | common_util.cpp | 146 int CreatePath(const char *fileName) in CreatePath() function
|
H A D | dhcp_s_server.cpp | 636 if (!CreatePath(leasePath)) { in InitLeaseFile()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_file_utils.h | 44 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 D | backup_file_utils.cpp | 296 int32_t BackupFileUtils::CreatePath(int32_t mediaType, const std::string &displayName, std::string … in CreatePath() function in OHOS::Media::BackupFileUtils
|