Home
last modified time | relevance | path

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

/base/update/updater/services/ui/view/page/
Dview_proxy.h29 ViewProxy(std::unique_ptr<OHOS::UIView> view, const std::string &message) in ViewProxy() function
31 explicit ViewProxy(std::unique_ptr<OHOS::UIView> view) : view_(std::move(view)) { } in ViewProxy() function