Home
last modified time | relevance | path

Searched refs:templateId_ (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Drdb_subscriber_manager.h34 TemplateId templateId_; member
35 RdbObserverMapKey(const std::string &uri, const TemplateId &templateId) : uri_(uri), templateId_(templateId) in RdbObserverMapKey()
46 return clearUri_ == node.clearUri_ && templateId_ == node.templateId_; in operator ==()
57 return templateId_ < node.templateId_; in operator <()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/
H A Dnapi_subscriber_manager.h33 TemplateId templateId_; member
34 NapiRdbObserverMapKey(const std::string &uri, const TemplateId &templateId) : uri_(uri), templateId_(templateId){}; in NapiRdbObserverMapKey()
37 return uri_ == node.uri_ && templateId_ == node.templateId_; in operator ==()
48 return templateId_ < node.templateId_; in operator <()
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Drdb_subscriber_manager.cpp124 auto unsubResult = proxy->UnSubscribeRdbData(std::vector<std::string>(1, key.uri_), key.templateId_); in DelObservers()
205 keysMap[key.templateId_].emplace_back(key.uri_);
220 RdbObserverMapKey key(changeNode.uri_, changeNode.templateId_);
226 DataShareStringUtils::Anonymous(key.uri_).c_str(), key.templateId_.subscriberId_);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.cpp88 return ITypesUtil::Marshal(parcel, changeNode.uri_, changeNode.templateId_, changeNode.data_); in Marshalling()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_template.h147 TemplateId templateId_; member
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp137 return ITypesUtil::Marshal(parcel, changeNode.uri_, changeNode.templateId_, changeNode.data_); in Marshalling()
143 return ITypesUtil::Unmarshal(parcel, changeNode.uri_, changeNode.templateId_, changeNode.data_); in Unmarshalling()
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp292 EXPECT_EQ(changeNode.templateId_.bundleName_, tplId.bundleName_); in HWTEST_F()
293 EXPECT_EQ(changeNode.templateId_.subscriberId_, tplId.subscriberId_); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp337 changeNode.templateId_.subscriberId_ = key.subscriberId; in Notify()
338 changeNode.templateId_.bundleName_ = key.bundleName; in Notify()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_subscriber_manager.cpp97 Key key(changeNode.uri_, changeNode.templateId_); in Emit()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_js_utils.cpp386 templateId = Convert2JSValue(env, changeNode.templateId_); in Convert2JSValue()

Completed in 6 milliseconds