Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Didata_share_service.h79 virtual std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_impl.h70 std::vector<OperationResult> EnablePubSubs(const std::vector<std::string> &uris,
H A Ddata_share_service_stub.cpp296 std::vector<OperationResult> results = EnablePubSubs(uris, subscriberId); in OnEnablePubSubs()
H A Ddata_share_service_impl.cpp430 std::vector<OperationResult> DataShareServiceImpl::EnablePubSubs(const std::vector<std::string> &uris,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp367 * @tc.desc: test EnablePubSubs no GetCallerBundleName scene
381 std::vector<OperationResult> result = dataShareServiceImpl.EnablePubSubs(uris, subscriberId); in HWTEST_F()
394 * @tc.desc: test EnablePubSubs abnormal scene
404 std::vector<OperationResult> result = dataShareServiceImpl.EnablePubSubs(uris, subscriberId); in HWTEST_F()
/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 subscriberId) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h409 virtual std::vector<OperationResult> EnablePubSubs(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.cpp361 std::vector<OperationResult> results = helper->EnablePubSubs(uris, SUBSCRIBER_ID); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp443 std::vector<OperationResult> DataShareHelperImpl::EnablePubSubs(const std::vector<std::string> &uris, in EnablePubSubs() function in OHOS::DataShare::DataShareHelperImpl
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp662 ret = dataShareHelper_->EnablePubSubs(search.uris, search.subscribeId); in SetPublishSubsState()

Completed in 9 milliseconds