Home
last modified time | relevance | path

Searched refs:GetDistributedDataManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp35 distributedDataMgr_ = GetDistributedDataManager(); in GetObjectService()
50 std::shared_ptr<ObjectStoreDataServiceProxy> ClientAdaptor::GetDistributedDataManager() in GetDistributedDataManager() function in OHOS::ObjectStore::ClientAdaptor
105 distributedDataMgr_ = GetDistributedDataManager(); in RegisterClientDeathListener()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_manager_impl.cpp59 sptr<DataShareKvServiceProxy> DataShareManagerImpl::GetDistributedDataManager() in GetDistributedDataManager() function in OHOS::DataShare::DataShareManagerImpl
96 dataMgrService_ = GetDistributedDataManager(); in GetDataShareServiceProxy()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp41 std::shared_ptr<RdbStoreDataServiceProxy> RdbManagerImpl::GetDistributedDataManager(const std::stri… in GetDistributedDataManager() function in OHOS::DistributedRdb::RdbManagerImpl
105 distributedDataMgr_ = GetDistributedDataManager(param.bundleName_); in GetRdbService()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h41 static std::shared_ptr<ObjectStoreDataServiceProxy> GetDistributedDataManager();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h65 …static std::shared_ptr<RdbStoreDataServiceProxy> GetDistributedDataManager(const std::string &bund…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_manager_impl.h110 static sptr<DataShareKvServiceProxy> GetDistributedDataManager();