Home
last modified time | relevance | path

Searched defs:eventIds (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/
H A Dmodel_manager_impl.cpp37 int32_t ModelManagerImpl::SubscribeDb(std::vector<int64_t> eventIds, std::shared_ptr<IDbListener> l… in SubscribeDb()
42 int32_t ModelManagerImpl::UnSubscribeDb(std::vector<int64_t> eventIds, std::shared_ptr<IDbListener>… in UnSubscribeDb()
H A Ddb_operate.cpp47 int DbOperate::QueryEventByEventId(std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) in QueryEventByEventId()
/ohos5.0/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dsecurity_guard_database_manager_test.cpp153 std::vector<int64_t> eventIds{}; variable
166 std::vector<int64_t> eventIds{}; variable
197 std::vector<int64_t> eventIds{}; variable
300 std::vector<int64_t> eventIds{0, 1, 2, 3}; variable
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_manager.cpp100 int DatabaseManager::QueryEventByEventIdAndDate(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventIdAndDate()
118 int DatabaseManager::QueryEventByEventId(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventId()
186 int32_t DatabaseManager::SubscribeDb(std::vector<int64_t> eventIds, std::shared_ptr<IDbListener> li… in SubscribeDb()
200 int32_t DatabaseManager::UnSubscribeDb(std::vector<int64_t> eventIds, std::shared_ptr<IDbListener> … in UnSubscribeDb()
H A Ddatabase_helper.cpp86 int DatabaseHelper::QueryRecentEventByEventId(const std::vector<int64_t> &eventIds, std::vector<Sec… in QueryRecentEventByEventId()
113 int DatabaseHelper::QueryEventByEventId(std::vector<int64_t> &eventIds, std::vector<SecEvent> &even… in QueryEventByEventId()
129 int DatabaseHelper::QueryEventByEventIdAndDate(std::vector<int64_t> &eventIds, std::vector<SecEvent… in QueryEventByEventIdAndDate()
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dcollector_cfg_marshalling.cpp25 std::vector<std::string> eventIds; in to_json() local
H A Ddata_collection.cpp34 bool DataCollection::StartCollectors(const std::vector<int64_t>& eventIds, std::shared_ptr<ICollect… in StartCollectors()
67 bool DataCollection::SecurityGuardSubscribeCollector(const std::vector<int64_t>& eventIds) in SecurityGuardSubscribeCollector()
101 bool DataCollection::StopCollectors(const std::vector<int64_t>& eventIds) in StopCollectors()
H A Dsecurity_collector_subscriber_manager.cpp86 std::set<int64_t> eventIds; in FindEventIds() local
160 std::set<int64_t> eventIds = FindEventIds(remote); in UnsubscribeCollector() local
/ohos5.0/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp187 std::vector<int64_t> eventIds; variable
229 std::vector<int64_t> eventIds; variable
269 std::vector<int64_t> eventIds; variable
310 std::vector<int64_t> eventIds; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp40 void ConfigDataManager::InsertModelToEventMap(uint32_t modelId, std::set<int64_t> eventIds) in InsertModelToEventMap()
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_guard_data_collect_sa_test.cpp184 ….WillRepeatedly([] (std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &even…
185 std::string beginTime, std::string endTime) { in __anon145630c50202()
307 std::vector<SecEvent> &events) { in __anon145630c50902()
332 std::vector<SecEvent> &events) { in __anon145630c50b02()
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp96 std::vector<int64_t> eventIds = ConfigDataManager::GetInstance().GetAllEventIds(); in OnStart() local
348 std::vector<int64_t> eventIds{ruler.GetEventId()}; in QueryEventByRuler() local
/ohos5.0/base/security/security_guard/test/unittest/config_manager/resource/
H A Drelated_event_analysis.json9 "eventIds":[555,666,222,888,999] array
H A Drelated_event_analysis_update.json9 "eventIds":[555,666,222,888,999] array
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp172 std::vector<int64_t> eventIds = ConfigDataManager::GetInstance().GetAllEventIds(); variable
199 std::set<int64_t> eventIds {1}; variable
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp320 const auto &eventIds = tIter->second.eventIds_; in MarkConsumed() local
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h49 std::vector<int64_t> eventIds; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp859 std::vector<uint32_t> eventIds; in FireAllUIExtensionEvents() local
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp161 std::list<uint32_t> eventIds; in InsertPriorityTest() local