Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dpublished_data_controller.h43 …std::vector<OperationResult> DisableSubscribePublishedData(void *subscriber, const std::vector<std…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpublished_data_controller.cpp80 std::vector<OperationResult> PublishedDataController::DisableSubscribePublishedData(void *subscribe… in DisableSubscribePublishedData() function in OHOS::DataShare::PublishedDataController
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h86 …virtual std::vector<OperationResult> DisableSubscribePublishedData(const std::vector<std::string> …
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h77 std::vector<OperationResult> DisableSubscribePublishedData(
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp185 auto results = proxy->DisableSubscribePublishedData(lastDisabledUris, subscriberId); in DisableObservers()
H A Ddata_share_service_proxy.cpp497 std::vector<OperationResult> DataShareServiceProxy::DisableSubscribePublishedData( in DisableSubscribePublishedData() function in OHOS::DataShare::DataShareServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp464 return publishedDataCtl->DisableSubscribePublishedData(this, uris, subscriberId); in DisablePubSubs()