/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | db_operate.cpp | 62 int DbOperate::QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner() function in OHOS::Security::SecurityGuard::DbOperate 64 return DatabaseManager::GetInstance().QueryEventByOwner(table_, owner, events); in QueryEventByOwner()
|
/ohos5.0/base/security/security_guard/test/unittest/mock/data_collect/ |
H A D | risk_event_rdb_helper.h | 40 virtual int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) = 0; 67 MOCK_METHOD2(QueryEventByOwner, int(std::string owner, 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 | 235 EXPECT_CALL(RiskEventRdbHelper::GetInstance(), QueryEventByOwner).WillOnce(Return(SUCCESS)); 238 int ret = DatabaseManager::GetInstance().QueryEventByOwner("audit_event", owner, events); 240 ret = DatabaseManager::GetInstance().QueryEventByOwner("risk_event", owner, events); 242 ret = DatabaseManager::GetInstance().QueryEventByOwner("", owner, events);
|
H A D | database_manager.h | 42 int QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/test/unittest/mock/database_manager/ |
H A D | database_manager.h | 45 …virtual int QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events)… 76 …MOCK_METHOD3(QueryEventByOwner, int(std::string table, std::string owner, std::vector<SecEvent> &e…
|
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/include/ |
H A D | i_db_operate.h | 35 virtual int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) = 0;
|
H A D | db_operate.h | 35 int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) override;
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | i_db_operate.h | 35 virtual int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) = 0;
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_manager.cpp | 143 int DatabaseManager::QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> … in QueryEventByOwner() function in OHOS::Security::SecurityGuard::DatabaseManager 146 return RiskEventRdbHelper::GetInstance().QueryEventByOwner(owner, events); in QueryEventByOwner()
|
H A D | database_helper.cpp | 170 int DatabaseHelper::QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner() function in OHOS::Security::SecurityGuard::DatabaseHelper
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | database_helper.h | 39 virtual int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events);
|
H A D | database_manager.h | 41 int QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database_helper.h | 39 virtual int QueryEventByOwner(std::string owner, std::vector<SecEvent> &events);
|
H A D | database_manager.h | 43 int QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events);
|
/ohos5.0/base/security/security_guard/services/data_collect/ |
H A D | sg_collect_service.map | 39 OHOS::Security::SecurityGuard::DatabaseManager::QueryEventByOwner*;
|