/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/ |
H A D | persistent_data_controller.cpp | 23 int PersistentDataController::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Templa… in AddQueryTemplate() function in OHOS::DataShare::PersistentDataController 30 return proxy->AddQueryTemplate(uri, subscriberId, tpl); in AddQueryTemplate()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/ |
H A D | persistent_data_controller.h | 30 int AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl);
|
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/ |
H A D | proxydatas_with_permission_test.cpp | 173 auto result = helper->AddQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID, tpl); 192 auto result = helper->AddQueryTemplate(errorUri, SUBSCRIBER_ID, tpl); 282 auto result = helper->AddQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID, tpl);
|
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | slientswitch_test.cpp | 493 auto result = helper->AddQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID, tpl); 511 auto result = helper->AddQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID, tpl); 527 auto result = helper->AddQueryTemplate(DATA_SHARE_PROXY_URI, SUBSCRIBER_ID, tpl);
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | idata_share_service.h | 57 virtual int AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) = 0;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/ |
H A D | data_share_service_proxy.h | 48 int AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) override;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/ |
H A D | datashare_helper_impl.h | 71 int AddQueryTemplate(const string &uri, int64_t subscriberId, Template &tpl) override;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper_impl.cpp | 311 int DataShareHelperImpl::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &t… in AddQueryTemplate() function in OHOS::DataShare::DataShareHelperImpl 321 return persistentDataCtl->AddQueryTemplate(uri, subscriberId, tpl); in AddQueryTemplate()
|
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_helper.h | 327 virtual int AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) = 0;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_service_proxy.cpp | 196 int DataShareServiceProxy::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template … in AddQueryTemplate() function in OHOS::DataShare::DataShareServiceProxy
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_helper.cpp | 648 auto res = helper->AddQueryTemplate(uri, atoll(subscriberId.c_str()), tpl); in Napi_AddTemplate()
|