Home
last modified time | relevance | path

Searched defs:ViewProxy (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updater/services/ui/view/page/
H A Dview_proxy.h30 ViewProxy(std::unique_ptr<ComponentInterface> view, const std::string &message) in ViewProxy() function
32 explicit ViewProxy(std::unique_ptr<ComponentInterface> view) : view_(std::move(view)) { } in ViewProxy() function