Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpersistent_data_controller.cpp33 int PersistentDataController::DelQueryTemplate(const std::string &uri, int64_t subscriberId) in DelQueryTemplate() function in OHOS::DataShare::PersistentDataController
40 return proxy->DelQueryTemplate(uri, subscriberId); in DelQueryTemplate()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dpersistent_data_controller.h32 int DelQueryTemplate(const std::string &uri, int64_t subscriberId);
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h50 virtual int DelQueryTemplate(const std::string &uri, int64_t subscriberId) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h41 int DelQueryTemplate(const std::string &uri, int64_t subscriberId) override;
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp175 result = helper->DelQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID); in HWTEST_F()
194 result = helper->DelQueryTemplate(errorUri, SUBSCRIBER_ID); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp324 int DataShareHelperImpl::DelQueryTemplate(const std::string &uri, int64_t subscriberId) in DelQueryTemplate() function in OHOS::DataShare::DataShareHelperImpl
334 return persistentDataCtl->DelQueryTemplate(uri, subscriberId); in DelQueryTemplate()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h73 int DelQueryTemplate(const string &uri, int64_t subscriberId) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h329 virtual int DelQueryTemplate(const std::string &uri, int64_t subscriberId) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_service_proxy.cpp220 int DataShareServiceProxy::DelQueryTemplate(const std::string &uri, int64_t subscriberId) in DelQueryTemplate() function in OHOS::DataShare::DataShareServiceProxy
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp683 auto res = helper->DelQueryTemplate(uri, atoll(subscriberId.c_str())); in Napi_DelTemplate()

Completed in 7 milliseconds