Searched refs:GenId (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | published_data.cpp | 44 : KvData(Id(GenId(node.key, node.bundleName, node.subscriberId), node.userId)), value(node)
in PublishedData() 161 std::string PublishedData::GenId(const std::string &key, const std::string &bundleName, int64_t subscriberId)
in GenId() function in OHOS::DataShare::PublishedData 213 Id(PublishedData::GenId(data.key, data.bundleName, data.subscriberId), data.userId));
in ClearAging() 236 delegate->Get(KvDBDelegate::DATA_TABLE, Id(GenId(key, bundleName, subscriberId), userId), queryResult);
in UpdateTimestamp()
|
H A D | template_data.cpp | 93 :KvData(Id(GenId(uri, bundleName, subscriberId), userId)), value(uri, bundleName, subscriberId, userId, tpl)
in TemplateData() 102 std::string TemplateData::GenId(const std::string &uri, const std::string &bundleName, int64_t subscriberId)
in GenId() function in OHOS::DataShare::TemplateData 173 static_cast<std::string>(Id(TemplateData::GenId(uri, bundleName, subscriberId), userId)));
in Delete()
|
H A D | published_data.h | 58 static std::string GenId(const std::string &key, const std::string &bundleName, int64_t subscriberId);
|
H A D | template_data.h | 62 static std::string GenId(const std::string &uri, const std::string &bundleName, int64_t subscriberId);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | published_data_subscriber_manager.cpp | 128 Id(PublishedData::GenId(key.key, key.bundleName, key.subscriberId), userId), publishedResult[key]);
in Emit()
|
H A D | rdb_subscriber_manager.cpp | 33 return TemplateData::Query(Id(TemplateData::GenId(key.uri, key.bundleName, key.subscriberId), userId), tpl) == E_OK;
in Get()
|
Completed in 6 milliseconds