Home
last modified time | relevance | path

Searched refs:EnableSubscribeRdbData (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dpersistent_data_controller.h40 …std::vector<OperationResult> EnableSubscribeRdbData(void *subscriber, const std::vector<std::strin…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpersistent_data_controller.cpp70 std::vector<OperationResult> PersistentDataController::EnableSubscribeRdbData(void *subscriber, in EnableSubscribeRdbData() function in OHOS::DataShare::PersistentDataController
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h71 … virtual std::vector<OperationResult> EnableSubscribeRdbData(const std::vector<std::string> &uris,
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h62 std::vector<OperationResult> EnableSubscribeRdbData(
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Drdb_subscriber_manager.cpp155 auto subResults = proxy->EnableSubscribeRdbData(firstAddUris, templateId); in EnableObservers()
H A Ddata_share_service_proxy.cpp357 std::vector<OperationResult> DataShareServiceProxy::EnableSubscribeRdbData( in EnableSubscribeRdbData() function in OHOS::DataShare::DataShareServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp398 return persistentDataCtl->EnableSubscribeRdbData(this, uris, templateId); in EnableRdbSubs()