Searched refs:distributedDataStorage_ (Results 1 – 6 of 6) sorted by relevance
99 distributedDataStorage_->Stop();112 distributedDataStorage_->Init();118 distributedDataStorage_->Stop();131 distributedDataStorage_->Init();137 distributedDataStorage_->Stop();150 distributedDataStorage_->Init();156 distributedDataStorage_->Stop();169 distributedDataStorage_->Init();174 distributedDataStorage_->Stop();187 distributedDataStorage_->Init();[all …]
1670 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =1699 DistributedSchedMissionManager::GetInstance().distributedDataStorage_->Stop();1716 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =1925 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =1942 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =1975 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =1990 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =2036 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =2078 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =2100 DistributedSchedMissionManager::GetInstance().distributedDataStorage_ =[all …]
37 std::shared_ptr<DistributedDataStorage> distributedDataStorage_; variable
153 if (distributedDataStorage_ == nullptr) { in NotifyRemoteDied()157 distributedDataStorage_->NotifyRemoteDied(remote); in NotifyRemoteDied()162 if (distributedDataStorage_ == nullptr) { in InitDataStorage()165 if (!distributedDataStorage_->Init()) { in InitDataStorage()174 if (distributedDataStorage_ == nullptr) { in StopDataStorage()178 if (!distributedDataStorage_->Stop()) { in StopDataStorage()188 if (distributedDataStorage_ == nullptr) { in StoreSnapshotInfo()201 if (distributedDataStorage_ == nullptr) { in RemoveSnapshotInfo()227 if (distributedDataStorage_ == nullptr) { in GetRemoteMissionSnapshotInfo()283 if (distributedDataStorage_ == nullptr) { in DeleteDataStorage()[all …]
148 std::shared_ptr<DistributedDataStorage> distributedDataStorage_ = nullptr; member in OHOS::DbmsServicesKitTest302 if (distributedDataStorage_ == nullptr) { in GetDistributedDataStorage()303 distributedDataStorage_ = in GetDistributedDataStorage()306 return distributedDataStorage_; in GetDistributedDataStorage()
154 std::shared_ptr<DistributedDataStorage> distributedDataStorage_; variable