Home
last modified time | relevance | path

Searched refs:AddTemplate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp212 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 Didata_share_service.h76 …virtual int32_t AddTemplate(const std::string &uri, const int64_t subscriberId, const Template &tp…
H A Ddata_share_service_impl.h66 …int32_t AddTemplate(const std::string &uri, const int64_t subscriberId, const Template &tplt) over…
H A Ddata_share_service_stub.cpp177 int32_t status = AddTemplate(uri, subscriberId, tpl); in OnAddTemplate()
H A Ddata_share_service_impl.cpp298 int32_t DataShareServiceImpl::AddTemplate(const std::string &uri, const int64_t subscriberId, const… in AddTemplate() function in OHOS::DataShare::DataShareServiceImpl