Searched refs:PredicatesNode (Results 1 – 2 of 2) sorted by relevance
24 struct PredicatesNode final: public DistributedData::Serializable {25 PredicatesNode() = default;26 PredicatesNode(const std::string &key, const std::string &selectSql);39 std::vector<PredicatesNode> predicates;
187 PredicatesNode::PredicatesNode(const std::string &key, const std::string &selectSql) : key(key), se… in PredicatesNode() function in OHOS::DataShare::PredicatesNode190 bool PredicatesNode::Marshal(DistributedData::Serializable::json &node) const in Marshal()196 bool PredicatesNode::Unmarshal(const DistributedData::Serializable::json &node) in Unmarshal()