Home
last modified time | relevance | path

Searched refs:PublishedDataNode (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dpublished_data.cpp38 PublishedData::PublishedData(const PublishedDataNode &node, const int version) : PublishedData(node) in PublishedData()
43 PublishedData::PublishedData(const PublishedDataNode &node) in PublishedData()
64 PublishedDataNode data; in Query()
65 if (PublishedDataNode::Unmarshall(result, data)) { in Query()
72 bool PublishedDataNode::Marshal(DistributedData::Serializable::json &node) const in Marshal()
83 bool PublishedDataNode::Unmarshal(const DistributedData::Serializable::json &node) in Unmarshal()
97 PublishedDataNode::PublishedDataNode(const std::string &key, const std::string &bundleName, int64_t subscriberId, in PublishedDataNode() function in OHOS::DataShare::PublishedDataNode
108 PublishedDataNode::PublishedDataNode() function in OHOS::DataShare::PublishedDataNode
[all...]
H A Dpublished_data.h23 class PublishedDataNode final : public VersionData {
35 PublishedDataNode();
36 PublishedDataNode(const std::string &key, const std::string &bundleName, int64_t subscriberId,
38 ~PublishedDataNode() = default;
51 explicit PublishedData(const PublishedDataNode &node);
57 static int32_t Query(const std::string &filter, PublishedDataNode::Data &publishedData);
59 PublishedData(const PublishedDataNode &node, const int version);
67 PublishedDataNode value;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H A Dpublish_strategy.cpp45 PublishedDataNode node(context->uri, context->calledBundleName, item.subscriberId_, context->currentUserId, in Execute()
46 PublishedDataNode::MoveTo(value)); in Execute()
H A Dget_data_strategy.cpp50 item.value.key, item.value.subscriberId, PublishedDataNode::MoveTo(item.value.value)); in Execute()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp119 std::map<PublishedDataKey, PublishedDataNode::Data> publishedResult; in Emit()
145 result.datas_.emplace_back(key.key, key.subscriberId, PublishedDataNode::MoveTo(publishedResult[key])); in Emit()

Completed in 4 milliseconds