Searched refs:DelQueryTemplate (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/ |
H A D | persistent_data_controller.cpp | 33 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 D | persistent_data_controller.h | 32 int DelQueryTemplate(const std::string &uri, int64_t subscriberId);
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | idata_share_service.h | 50 virtual int DelQueryTemplate(const std::string &uri, int64_t subscriberId) = 0;
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/ |
H A D | data_share_service_proxy.h | 41 int DelQueryTemplate(const std::string &uri, int64_t subscriberId) override;
|
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/ |
H A D | proxydatas_with_permission_test.cpp | 175 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 D | datashare_helper_impl.cpp | 324 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 D | datashare_helper_impl.h | 73 int DelQueryTemplate(const string &uri, int64_t subscriberId) override;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_helper.h | 329 virtual int DelQueryTemplate(const std::string &uri, int64_t subscriberId) = 0;
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_service_proxy.cpp | 220 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 D | napi_datashare_helper.cpp | 683 auto res = helper->DelQueryTemplate(uri, atoll(subscriberId.c_str())); in Napi_DelTemplate()
|
Completed in 7 milliseconds