Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp38 std::vector<std::string> selections { EventStore::EventCol::TS }; in SelectEventFromDB() local
39 (*eventQuery).Select(selections) in SelectEventFromDB()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp140 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
141 EventStore::ResultSet resultSet = sysEventQuery->Select(selections).