Searched defs:ViewProxy (Results 1 – 1 of 1) sorted by relevance
29 ViewProxy(std::unique_ptr<OHOS::UIView> view, const std::string &message) in ViewProxy() function31 explicit ViewProxy(std::unique_ptr<OHOS::UIView> view) : view_(std::move(view)) { } in ViewProxy() function