Home
last modified time | relevance | path

Searched refs:UnSubscribePublishedData (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.h37 …std::vector<OperationResult> UnSubscribePublishedData(void *subscriber, const std::vector<std::str…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpublished_data_controller.cpp55 std::vector<OperationResult> PublishedDataController::UnSubscribePublishedData(void *subscriber, in UnSubscribePublishedData() function in OHOS::DataShare::PublishedDataController
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Didata_share_service.h80 …virtual std::vector<OperationResult> UnSubscribePublishedData(const std::vector<std::string> &uris,
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_service_proxy.h71 std::vector<OperationResult> UnSubscribePublishedData(
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp86 auto results = proxy->UnSubscribePublishedData(uris, subscriberId); in DelObservers()
118 auto unsubResult = proxy->UnSubscribePublishedData(lastDelUris, subscriberId); in DelObservers()
H A Ddata_share_service_proxy.cpp445 std::vector<OperationResult> DataShareServiceProxy::UnSubscribePublishedData( in UnSubscribePublishedData() function in OHOS::DataShare::DataShareServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp53 publishedDataCtl_->UnSubscribePublishedData(this, {}, {}); in ~DataShareHelperImpl()
440 return publishedDataCtl->UnSubscribePublishedData(this, uris, subscriberId); in UnsubscribePublishedData()