Searched refs:distributedDataMgr_ (Results 1 – 4 of 4) sorted by relevance
26 std::shared_ptr<ObjectStoreDataServiceProxy> ClientAdaptor::distributedDataMgr_ = nullptr; member in OHOS::ObjectStore::ClientAdaptor34 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()
104 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()
40 static std::shared_ptr<ObjectStoreDataServiceProxy> distributedDataMgr_; variable
68 std::shared_ptr<RdbStoreDataServiceProxy> distributedDataMgr_; variable