Lines Matching refs:sptr
35 WindowNode(const sptr<WindowProperty>& property, const sptr<IWindow>& window,
43 WindowNode(const sptr<WindowProperty>& property, const sptr<IWindow>& window,
55 explicit WindowNode(const sptr<WindowProperty>& property) : property_(property)
67 void SetWindowProperty(const sptr<WindowProperty>& property);
79 void SetWindowToken(sptr<IWindow> window);
101 const sptr<IWindow>& GetWindowToken() const;
117 const sptr<WindowProperty>& GetWindowProperty() const;
142 sptr<WindowNode> parent_;
143 std::vector<sptr<WindowNode>> children_;
148 sptr<IRemoteObject> dialogTargetToken_ = nullptr;
149 sptr<IRemoteObject> abilityToken_ = nullptr;
172 sptr<WindowProperty> property_ = nullptr;
173 sptr<IWindow> windowToken_ = nullptr;