Home
last modified time | relevance | path

Searched refs:DisablePubSubs (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Didata_share_service.h81 virtual std::vector<OperationResult> DisablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_impl.h72 std::vector<OperationResult> DisablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_stub.cpp312 std::vector<OperationResult> results = DisablePubSubs(uris, subscriberId); in OnDisablePubSubs()
H A Ddata_share_service_impl.cpp472 std::vector<OperationResult> DataShareServiceImpl::DisablePubSubs(const std::vector<std::string> &uris,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp386 result = dataShareServiceImpl.DisablePubSubs(uris, subscriberId); in HWTEST_F()
409 result = dataShareServiceImpl.DisablePubSubs(uris, subscriberId); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h99 std::vector<OperationResult> DisablePubSubs(const std::vector<std::string> &uris, int64_t subscriberId) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h417 virtual std::vector<OperationResult> DisablePubSubs(const std::vector<std::string> &uris, int64_t subscriberId) = 0;
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp348 std::vector<OperationResult> results = helper->DisablePubSubs(uris, SUBSCRIBER_ID); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp455 std::vector<OperationResult> DataShareHelperImpl::DisablePubSubs(const std::vector<std::string> &uris, in DisablePubSubs() function in OHOS::DataShare::DataShareHelperImpl
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp664 ret = dataShareHelper_->DisablePubSubs(search.uris, search.subscribeId); in SetPublishSubsState()

Completed in 9 milliseconds