Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Didata_share_service.h84 virtual std::vector<OperationResult> EnableRdbSubs(
H A Ddata_share_service_impl.h74 std::vector<OperationResult> EnableRdbSubs(
H A Ddata_share_service_stub.cpp280 std::vector<OperationResult> results = EnableRdbSubs(uris, templateId); in OnEnableRdbSubs()
H A Ddata_share_service_impl.cpp428 std::vector<OperationResult> DataShareServiceImpl::EnableRdbSubs( in EnableRdbSubs() function in OHOS::DataShare::DataShareServiceImpl
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h85 std::vector<OperationResult> EnableRdbSubs(const std::vector<std::string> &uris,
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_helper.h378 virtual std::vector<OperationResult> EnableRdbSubs(const std::vector<std::string> &uris,
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp389 std::vector<OperationResult> DataShareHelperImpl::EnableRdbSubs(const std::vector<std::string> &uri… in EnableRdbSubs() function in OHOS::DataShare::DataShareHelperImpl
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp301 std::vector<OperationResult> results3 = helper->EnableRdbSubs(uris, tplId);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp320 std::vector<OperationResult> result3 = dataShareServiceImpl.EnableRdbSubs(uris, tplId);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp625 ret = dataShareHelper_->EnableRdbSubs(search.uris, templateId); in SetRdbSubsState()