Home
last modified time | relevance | path

Searched refs:EnablePubSubs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Didata_share_service.h92 virtual std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_impl.h82 std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_stub.cpp349 std::vector<OperationResult> results = EnablePubSubs(uris, subscriberId); in OnEnablePubSubs()
H A Ddata_share_service_impl.cpp525 std::vector<OperationResult> DataShareServiceImpl::EnablePubSubs(const std::vector<std::string> &ur… in EnablePubSubs() function in OHOS::DataShare::DataShareServiceImpl
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h97 …std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris, int64_t subscribe…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp420 std::vector<OperationResult> result = dataShareServiceImpl.EnablePubSubs(uris, subscriberId);
443 std::vector<OperationResult> result = dataShareServiceImpl.EnablePubSubs(uris, subscriberId);
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h415 …virtual std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris, int64_t s…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp443 std::vector<OperationResult> DataShareHelperImpl::EnablePubSubs(const std::vector<std::string> &uri… in EnablePubSubs() function in OHOS::DataShare::DataShareHelperImpl
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp361 std::vector<OperationResult> results = helper->EnablePubSubs(uris, SUBSCRIBER_ID);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp662 ret = dataShareHelper_->EnablePubSubs(search.uris, search.subscribeId); in SetPublishSubsState()