Lines Matching refs:unifiedData_
134 return data != nullptr && data->unifiedData_ != nullptr &&
167 data->unifiedData_ = std::make_shared<UnifiedData>();
186 unifiedData->unifiedData_->AddRecord(record->record_);
192 return IsUnifiedDataValid(unifiedData) && type != nullptr && unifiedData->unifiedData_->HasTypeInEntries(type);
206 std::vector<std::string> typeLabels = unifiedData->unifiedData_->GetEntriesTypes();
245 std::vector<std::shared_ptr<UnifiedRecord>> records = unifiedData->unifiedData_->GetRecords();
297 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords();
312 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords();
327 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords();
341 std::vector<std::shared_ptr<UnifiedRecord>> records = data->unifiedData_->GetRecords();
352 if (!IsUnifiedDataValid(data) || data->unifiedData_->GetProperties() == nullptr) {
355 bool isRemote = data->unifiedData_->GetProperties()->isRemote;
373 if (UdmfClient::GetInstance().GetData(query, *(data->unifiedData_)) != E_OK) {
395 if ((UdmfClient::GetInstance().SetData(option, *(unifiedData->unifiedData_), keyStr)) != E_OK) {
728 properties->properties_ = data->unifiedData_->GetProperties();