Home
last modified time | relevance | path

Searched refs:allVersions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp111 std::shared_ptr<ResultSet> allVersions = dbStore->Query(predicates, columns); variable
112 ASSERT_NE(allVersions, nullptr);
113 ASSERT_EQ(allVersions->GoToFirstRow(), E_OK);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp372 std::shared_ptr<NativeRdb::ResultSet> allVersions = dbStore_->Query(predicates, columns); in GetStoredSysVersion() local
373 if (allVersions == nullptr || allVersions->GoToFirstRow() != NativeRdb::E_OK) { in GetStoredSysVersion()
378 if (allVersions->GetRow(entity) != NativeRdb::E_OK) { in GetStoredSysVersion()