/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | db_operate.cpp | 52 int DbOperate::QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() function in OHOS::Security::SecurityGuard::DbOperate 54 return DatabaseManager::GetInstance().QueryEventByEventType(table_, eventType, events); in QueryEventByEventType()
|
/ohos5.0/base/security/security_guard/test/unittest/mock/data_collect/ |
H A D | risk_event_rdb_helper.h | 38 virtual int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) = 0; 65 MOCK_METHOD2(QueryEventByEventType, int(int32_t eventType, std::vector<SecEvent> &events));
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/database_manager/ |
H A D | security_guard_database_manager_test.cpp | 209 EXPECT_CALL(RiskEventRdbHelper::GetInstance(), QueryEventByEventType).WillOnce(Return(SUCCESS)); 212 … int ret = DatabaseManager::GetInstance().QueryEventByEventType("audit_event", eventType, events); 214 ret = DatabaseManager::GetInstance().QueryEventByEventType("risk_event", eventType, events); 216 ret = DatabaseManager::GetInstance().QueryEventByEventType("", eventType, events);
|
H A D | database_manager.h | 40 int QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/test/unittest/mock/database_manager/ |
H A D | database_manager.h | 43 …virtual int QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &eve… 74 …MOCK_METHOD3(QueryEventByEventType, int(std::string table, int32_t eventType, std::vector<SecEvent…
|
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/include/ |
H A D | i_db_operate.h | 33 virtual int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) = 0;
|
H A D | db_operate.h | 33 int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) override;
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | i_db_operate.h | 33 virtual int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) = 0;
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_manager.cpp | 127 int DatabaseManager::QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEve… in QueryEventByEventType() function in OHOS::Security::SecurityGuard::DatabaseManager 130 return RiskEventRdbHelper::GetInstance().QueryEventByEventType(eventType, events); in QueryEventByEventType()
|
H A D | database_helper.cpp | 156 int DatabaseHelper::QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() function in OHOS::Security::SecurityGuard::DatabaseHelper
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | database_helper.h | 37 virtual int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events);
|
H A D | database_manager.h | 39 int QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database_helper.h | 37 virtual int QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events);
|
H A D | database_manager.h | 41 int QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/services/data_collect/ |
H A D | sg_collect_service.map | 37 OHOS::Security::SecurityGuard::DatabaseManager::QueryEventByEventType*;
|