Searched refs:templateId_ (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/ |
H A D | rdb_subscriber_manager.h | 34 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 D | napi_subscriber_manager.h | 33 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 D | rdb_subscriber_manager.cpp | 124 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 D | data_share_types_util.cpp | 88 return ITypesUtil::Marshal(parcel, changeNode.uri_, changeNode.templateId_, changeNode.data_); in Marshalling()
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_template.h | 147 TemplateId templateId_; member
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_itypes_utils.cpp | 137 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 D | proxydatas_with_permission_test.cpp | 292 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 D | rdb_subscriber_manager.cpp | 337 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 D | napi_subscriber_manager.cpp | 97 Key key(changeNode.uri_, changeNode.templateId_); in Emit()
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_js_utils.cpp | 386 templateId = Convert2JSValue(env, changeNode.templateId_); in Convert2JSValue()
|
Completed in 6 milliseconds