Home
last modified time | relevance | path

Searched refs:TemplateRootNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.h43 struct TemplateRootNode final: public DistributedData::Serializable {
44 TemplateRootNode() = default;
45TemplateRootNode(const std::string &uri, const std::string &bundleName, const int64_t subscriberId,
73 TemplateRootNode value;
H A Dtemplate_data.cpp48 bool TemplateRootNode::Marshal(DistributedData::Serializable::json &node) const in Marshal()
58 bool TemplateRootNode::Unmarshal(const DistributedData::Serializable::json &node) in Unmarshal()
75 TemplateRootNode::TemplateRootNode(const std::string &uri, const std::string &bundleName, const int… in TemplateRootNode() function in OHOS::DataShare::TemplateRootNode
120 TemplateRootNode data; in Query()
182 Template TemplateRootNode::ToTemplate() const in ToTemplate()