/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | model_manager_impl.cpp | 37 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 D | db_operate.cpp | 47 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 D | security_guard_database_manager_test.cpp | 153 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 D | database_manager.cpp | 100 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 D | database_helper.cpp | 86 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 D | collector_cfg_marshalling.cpp | 25 std::vector<std::string> eventIds; in to_json() local
|
H A D | data_collection.cpp | 34 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 D | security_collector_subscriber_manager.cpp | 86 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 D | security_guard_data_collect_test.cpp | 187 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 D | config_data_manager.cpp | 40 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 D | security_guard_data_collect_sa_test.cpp | 184 ….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 D | data_collect_manager_service.cpp | 96 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 D | related_event_analysis.json | 9 "eventIds":[555,666,222,888,999] array
|
H A D | related_event_analysis_update.json | 9 "eventIds":[555,666,222,888,999] array
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 172 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 D | event_monitor_handler.cpp | 320 const auto &eventIds = tIter->second.eventIds_; in MarkConsumed() local
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.h | 49 std::vector<int64_t> eventIds; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 859 std::vector<uint32_t> eventIds; in FireAllUIExtensionEvents() local
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_queue_test.cpp | 161 std::list<uint32_t> eventIds; in InsertPriorityTest() local
|