Home
last modified time | relevance | path

Searched refs:distributedDataMgr_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp26 std::shared_ptr<ObjectStoreDataServiceProxy> ClientAdaptor::distributedDataMgr_ = nullptr; member in OHOS::ObjectStore::ClientAdaptor
34 if (distributedDataMgr_ == nullptr) { in GetObjectService()
35 distributedDataMgr_ = GetDistributedDataManager(); in GetObjectService()
37 if (distributedDataMgr_ == nullptr) { in GetObjectService()
42 auto remote = distributedDataMgr_->GetFeatureInterface("data_object"); in GetObjectService()
98 distributedDataMgr_ = nullptr; in OnRemoteDied()
104 if (distributedDataMgr_ == nullptr) { in RegisterClientDeathListener()
105 distributedDataMgr_ = GetDistributedDataManager(); in RegisterClientDeathListener()
107 if (distributedDataMgr_ == nullptr) { in RegisterClientDeathListener()
112 auto status = distributedDataMgr_->RegisterClientDeathObserver(appId, remoteObject); in RegisterClientDeathListener()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp104 if (distributedDataMgr_ == nullptr) { in GetRdbService()
105 distributedDataMgr_ = GetDistributedDataManager(param.bundleName_); in GetRdbService()
107 if (distributedDataMgr_ == nullptr) { in GetRdbService()
112 … auto remote = distributedDataMgr_->GetFeatureInterface(DistributedRdb::RdbService::SERVICE_NAME); in GetRdbService()
166 distributedDataMgr_ = nullptr; in ResetServiceHandle()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h40 static std::shared_ptr<ObjectStoreDataServiceProxy> distributedDataMgr_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h68 std::shared_ptr<RdbStoreDataServiceProxy> distributedDataMgr_; variable