Home
last modified time | relevance | path

Searched refs:NativePath (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.h69 class ACE_EXPORT NativePath : public NativeShapeAbstract { class
71 explicit NativePath(const std::string& pathCmd);
72 ~NativePath() override;
H A Dshape_abstract.cpp140 NativePath::NativePath(const std::string& pathCmd) : NativeShapeAbstract() in NativePath() function in OHOS::Ace::Framework::NativePath
145 LOGI("NativePath constructed: %{public}" PRId64, GetID()); in NativePath()
148 NativePath::~NativePath() in ~NativePath()
150 LOGI("NativePath Destroyed: %{public}" PRId64, GetID()); in ~NativePath()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp47 auto nativePath = OHOS::FFI::FFIData::Create<OHOS::Ace::Framework::NativePath>(commands); in FfiOHOSAceFrameworkPathInsCreate()
59 auto nativePath = OHOS::FFI::FFIData::Create<OHOS::Ace::Framework::NativePath>(commands); in FfiOHOSAceFrameworkPathInsCreateWithSize()

Completed in 2 milliseconds