Searched refs:TemplateNode (Results 1 – 2 of 2) sorted by relevance
32 struct TemplateNode final: public DistributedData::Serializable {33 TemplateNode() = default;34 explicit TemplateNode(const Template &tpl);55 TemplateNode tpl;
19 bool TemplateNode::Marshal(DistributedData::Serializable::json &node) const in Marshal()26 bool TemplateNode::Unmarshal(const DistributedData::Serializable::json &node) in Unmarshal()32 TemplateNode::TemplateNode(const Template &tpl) : scheduler(tpl.scheduler_) in TemplateNode() function in OHOS::DataShare::TemplateNode39 Template TemplateNode::ToTemplate() const in ToTemplate()