Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 6 of 6) 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()
98 std::vector<std::string> selections { EventStore::EventCol::TS }; in UpdateEventIntoDB() local
99 EventStore::ResultSet set = (*eventQuery).Select(selections) in UpdateEventIntoDB()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp129 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
130 EventStore::ResultSet resultSet = (*sysEventQuery).Select(selections).
164 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
165 EventStore::ResultSet resultSet = (*sysEventQuery1).Select(selections)
289 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
291 .Select(selections)
360 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
361 (*sysEventQuery).Select(selections)
530 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
531 (*sysEventQuery).Select(selections)
/base/hiviewdfx/hiview/plugins/eventservice/test/unittest/common/
Devent_service_action_test.cpp171 std::vector<std::string> selections { EventStore::EventCol::NAME }; variable
172 EventStore::ResultSet resultSet = (*sysEventQuery).Select(selections).
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp96 std::vector<std::string> selections { EventStore::EventCol::TS }; in SelectEventFromDB() local
97 (*eventQuery).Select(selections) in SelectEventFromDB()
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp234 std::vector<std::string> selections { EventStore::EventCol::TS }; in UpdateDB() local
235 EventStore::ResultSet set = (*eventQuery).Select(selections) in UpdateDB()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp368 std::vector<std::string> selections { EventStore::EventCol::TS }; in OnEvent() local
369 EventStore::ResultSet set = (*eventQuery).Select(selections) in OnEvent()