Home
last modified time | relevance | path

Searched refs:DisableSubscribeRdbData (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.h43 …std::vector<OperationResult> DisableSubscribeRdbData(void *subscriber, const std::vector<std::stri…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpersistent_data_controller.cpp81 std::vector<OperationResult> PersistentDataController::DisableSubscribeRdbData(void *subscriber, in DisableSubscribeRdbData() function in OHOS::DataShare::PersistentDataController
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h74 … virtual std::vector<OperationResult> DisableSubscribeRdbData(const std::vector<std::string> &uris,
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h65 std::vector<OperationResult> DisableSubscribeRdbData(
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Drdb_subscriber_manager.cpp191 auto results = proxy->DisableSubscribeRdbData(lastDisabledUris, templateId); in DisableObservers()
H A Ddata_share_service_proxy.cpp384 std::vector<OperationResult> DataShareServiceProxy::DisableSubscribeRdbData( in DisableSubscribeRdbData() function in OHOS::DataShare::DataShareServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp410 return persistentDataCtl->DisableSubscribeRdbData(this, uris, templateId); in DisableRdbSubs()