Home
last modified time | relevance | path

Searched refs:SubscribeRdbData (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dpersistent_data_controller.h34 std::vector<OperationResult> SubscribeRdbData(void *subscriber, const std::vector<std::string> &uris,
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpersistent_data_controller.cpp43 std::vector<OperationResult> PersistentDataController::SubscribeRdbData(void *subscriber, in SubscribeRdbData() function in OHOS::DataShare::PersistentDataController
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h56 virtual std::vector<OperationResult> SubscribeRdbData(const std::vector<std::string> &uris,
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h47 std::vector<OperationResult> SubscribeRdbData(const std::vector<std::string> &uris, const TemplateId &templateId,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Didata_share_service.h67 virtual std::vector<OperationResult> SubscribeRdbData(
H A Ddata_share_service_impl.h58 std::vector<OperationResult> SubscribeRdbData(const std::vector<std::string> &uris,
H A Ddata_share_service_stub.cpp195 std::vector<OperationResult> results = SubscribeRdbData(uris, templateId, observer); in OnSubscribeRdbData()
H A Ddata_share_service_impl.cpp305 std::vector<OperationResult> DataShareServiceImpl::SubscribeRdbData(
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Drdb_subscriber_manager.cpp65 auto subResults = proxy->SubscribeRdbData(firstAddUris, templateId, serviceCallback_); in AddObservers()
208 auto results = proxy->SubscribeRdbData(uris, templateId, serviceCallback_);
H A Ddata_share_service_proxy.cpp295 std::vector<OperationResult> DataShareServiceProxy::SubscribeRdbData(const std::vector<std::string> &uris, in SubscribeRdbData() function in OHOS::DataShare::DataShareServiceProxy
323 LOG_ERROR("SubscribeRdbData fail to sendRequest. err: %{public}d", err); in SubscribeRdbData()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp359 std::vector<OperationResult> DataShareHelperImpl::SubscribeRdbData(const std::vector<std::string> &uris, in SubscribeRdbData() function in OHOS::DataShare::DataShareHelperImpl
362 LOG_DEBUG("Start SubscribeRdbData"); in SubscribeRdbData()
371 return persistentDataCtl->SubscribeRdbData(this, uris, templateId, callback); in SubscribeRdbData()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h79 std::vector<OperationResult> SubscribeRdbData(const std::vector<std::string> &uris, const TemplateId &templateId,
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h315 * @brief Adds a template of {@link #SubscribeRdbData}.
324 * @brief Deletes a template of {@link #SubscribeRdbData}
354 virtual std::vector<OperationResult> SubscribeRdbData(const std::vector<std::string> &uris,
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_subscriber_manager.cpp50 datashareHelper->SubscribeRdbData(firstAddUris, templateId, [this](const RdbChangeNode &changeNode) { in AddObservers()
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp290 helper->SubscribeRdbData(uris, tplId, [&tplId](const RdbChangeNode &changeNode) { in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp275 std::vector<OperationResult> result2 = dataShareServiceImpl.SubscribeRdbData(uris, tplId, observer); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp271 auto ret = dataShareHelper_->SubscribeRdbData(search.uris, templateId, rdbTask); in SubscribeRdbFormData()
792 auto ret = dataShareHelper_->SubscribeRdbData(uris, templateId, rdbTask); in RetryFailureRdbSubscribes()

Completed in 14 milliseconds