Searched refs:BytesData (Results 1 – 2 of 2) sorted by relevance
25 struct BytesData : public DistributedData::Serializable { struct26 explicit BytesData(std::string &&data);27 BytesData() = default;32 using Data = std::variant<BytesData, std::string>; argument
116 auto *valueBytes = std::get_if<PublishedDataNode::BytesData>(&data); in MoveTo()133 return BytesData(std::move(valueEncode)); in MoveTo()258 PublishedDataNode::BytesData::BytesData(std::string &&data) : data(std::move(data)) in BytesData() function in OHOS::DataShare::PublishedDataNode::BytesData262 bool PublishedDataNode::BytesData::Marshal(DistributedData::Serializable::json &node) const in Marshal()267 bool PublishedDataNode::BytesData::Unmarshal(const DistributedData::Serializable::json &node) in Unmarshal()