Home
last modified time | relevance | path

Searched refs:widgetPath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.h32 …tWidget(const std::string& name, const std::string& path) : widgetName_(name), widgetPath_(path) {} in ManifestWidget()
41 std::string widgetPath_; variable
H A Dmanifest_widget.cpp27 return widgetPath_; in GetWidgetPath()