Home
last modified time | relevance | path

Searched refs:publishedData (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dpublished_data.h57 static int32_t Query(const std::string &filter, PublishedDataNode::Data &publishedData);
H A Dpublished_data.cpp139 int32_t PublishedData::Query(const std::string &filter, PublishedDataNode::Data &publishedData) in Query() argument
157 publishedData = std::move(data.value); in Query()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp263 std::vector<PublishedDataKey> publishedData;
282 publishedData.emplace_back(context->uri, context->calledBundleName, item.subscriberId_);
285 if (!publishedData.empty()) {
286 PublishedDataSubscriberManager::GetInstance().Emit(publishedData, userId, callerBundleName);
287 PublishedDataSubscriberManager::GetInstance().SetObserversNotifiedOnEnabled(publishedData);

Completed in 2 milliseconds