Searched refs:AddTemplate (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_service_impl_test.cpp | 212 auto result = dataShareServiceImpl.AddTemplate(uri, subscriberId, tpl); 219 result = dataShareServiceImpl.AddTemplate(uri, subscriberId, tpl); 306 auto result1 = dataShareServiceImpl.AddTemplate(SLIENT_ACCESS_URI, TEST_SUB_ID, tpl);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | idata_share_service.h | 76 …virtual int32_t AddTemplate(const std::string &uri, const int64_t subscriberId, const Template &tp…
|
H A D | data_share_service_impl.h | 66 …int32_t AddTemplate(const std::string &uri, const int64_t subscriberId, const Template &tplt) over…
|
H A D | data_share_service_stub.cpp | 177 int32_t status = AddTemplate(uri, subscriberId, tpl); in OnAddTemplate()
|
H A D | data_share_service_impl.cpp | 298 int32_t DataShareServiceImpl::AddTemplate(const std::string &uri, const int64_t subscriberId, const… in AddTemplate() function in OHOS::DataShare::DataShareServiceImpl
|