| /base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
| D | ems_event_handler_test.cpp | 30 const uint32_t EVENT_ID = 0; variable 275 auto event001 = InnerEvent::Get(EVENT_ID); 278 EXPECT_EQ(eventName, std::to_string(EVENT_ID)); 290 auto event002 = InnerEvent::Get(EVENT_ID, EVENT_PARAM_ONE); 293 EXPECT_EQ(eventName, std::to_string(EVENT_ID)); 822 auto event = InnerEvent::Get(EVENT_ID); 826 bool hasInnerEvent = handler->HasInnerEvent(EVENT_ID); 840 auto event = InnerEvent::Get(EVENT_ID); 844 bool hasInnerEvent = handler->HasInnerEvent(EVENT_ID); 858 auto event = InnerEvent::Get(EVENT_ID); [all …]
|
| /base/security/security_guard/services/data_collect/store/src/ |
| D | database_helper.cpp | 64 conditions.Put(EVENT_ID, std::to_string(eventId)); in QueryRecentEventByEventId() 85 conditions.Put(std::string(EVENT_ID) + "_IN", Join(idStrList, ",")); in QueryRecentEventByEventId() 101 conditions.Put(EVENT_ID, std::to_string(eventId)); in QueryEventByEventId() 120 conditions.Put(std::string(EVENT_ID) + "_IN", oss.str()); in QueryEventByEventId() 132 conditions.Put(std::string(EVENT_ID) + "_IN", Join(eventIds, ",")); in QueryEventByEventIdAndDate() 179 conditions.Put(EVENT_ID, std::to_string(eventId)); in CountEventByEventId() 193 conditions.Put(EVENT_ID, std::to_string(eventId)); in DeleteOldEventByEventId() 222 conditions.Put(EVENT_ID, std::to_string(eventId)); in DeleteAllEventByEventId() 237 baseOptions.columns = {EVENT_ID, VERSION, DATE, CONTENT, USER_ID, DEVICE_ID}; in QueryEventBase() 247 .eventId = row.GetInt64(EVENT_ID), in QueryEventBase() [all …]
|
| /base/security/security_guard/services/bigdata/src/ |
| D | bigdata.cpp | 27 constexpr const char* EVENT_ID = "EVENT_ID"; variable 55 CALL_TIME, event.time, EVENT_ID, event.eventId, SUB_RET, event.ret); in ReportSgSubscribeEvent() 76 CALL_TIME, event.time, EVENT_ID, event.eventId, RET, event.ret); in ReportSetMuteEvent() 83 CALL_TIME, event.time, EVENT_ID, event.eventId, RET, event.ret); in ReportSetUnMuteEvent()
|
| /base/security/security_guard/ |
| D | hisysevent.yaml | 33 EVENT_ID: {type: INT64, desc: event id} 46 EVENT_ID: {type: INT64, desc: event id} 64 EVENT_ID: {type: INT64, desc: event id} 71 EVENT_ID: {type: INT64, desc: event id}
|
| /base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/ |
| D | ems_inner_event_system_test.cpp | 28 const uint32_t EVENT_ID = 0; variable 137 auto event = InnerEvent::Get(EVENT_ID); 151 auto event = InnerEvent::Get(EVENT_ID); 166 auto event = InnerEvent::Get(EVENT_ID); 180 auto event = InnerEvent::Get(EVENT_ID); 194 auto event = InnerEvent::Get(EVENT_ID);
|
| /base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/ |
| D | ems_event_queue_system_test.cpp | 29 const uint32_t EVENT_ID = 0; variable 80 auto event = InnerEvent::Get(EVENT_ID, EVENT_PARAM); 101 auto event = InnerEvent::Get(EVENT_ID, EVENT_PARAM); 130 bool ret = queue->HasInnerEvent(handler, EVENT_ID);
|
| /base/hiviewdfx/hitrace/tools/hitrace_converter/ |
| D | hitrace_converter.py | 398 event_id = parser.parse_simple_field(vformat, segment[0:data_bytes]) 399 if len(event_id) == 0: 401 trace_event = [timestamp, core_id, event_id[0], segment] 726 def calculate(self, timestamp: int, core_id: int, event_id: int, segment: List) -> None: 767 …def calculate(self, timestamp: int, core_id: int, event_id: int, segment: List, context: TracePars… 768 if event_id in self.trace_event_count_dict: 769 self.trace_event_count_dict[event_id] += 1 771 self.trace_event_count_dict[event_id] = 1 773 if event_id in self.trace_event_mem_dict: 774 self.trace_event_mem_dict[event_id] += len(segment) [all …]
|
| /base/security/security_guard/services/collector_manager/src/ |
| D | collector_cfg_marshalling.cpp | 30 { EVENT_ID, eventIds }, in to_json() 41 SecurityGuard::JsonCfg::Unmarshal(eventList, jsonObj, EVENT_ID); in from_json()
|
| /base/customization/enterprise_device_management/common/native/src/ |
| D | security_report.cpp | 31 const int64_t EVENT_ID = 1011015013; // 1011015013: report event id in ReportSecurityInfo() local 45 …std::shared_ptr<EventInfo> eventInfo = std::make_shared<EventInfo>(EVENT_ID, "1.1", jsonResult.dum… in ReportSecurityInfo()
|
| /base/security/security_guard/test/unittest/risk_classify/include/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/test/unittest/data_collect/database_manager/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/test/unittest/data_collect/sa/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/services/data_collect/store/include/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/test/unittest/data_collect/include/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/test/unittest/config_manager/include/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/security/security_guard/test/unittest/data_collect/file_system_store/ |
| D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
| /base/print/print_fwk/services/print_service/src/ |
| D | print_security_guard_manager.cpp | 19 static int64_t EVENT_ID = 1011015004; variable 48 ReportSecurityInfo(EVENT_ID, VERSION, securityInfo); in receiveJobStateUpdate()
|
| /base/notification/distributed_notification_service/services/reminder/include/ |
| D | reminder_calendar_share_table.h | 25 static constexpr const char* EVENT_ID = "event_id"; variable
|
| /base/update/updateservice/interfaces/inner_api/feature/update/model/event/ |
| D | event_info.h | 23 #include "event_id.h"
|
| /base/update/updateservice/interfaces/inner_api/feature/update/model/task/ |
| D | task_body.h | 19 #include "event_id.h"
|
| D | task_body_member_mask.h | 21 #include "event_id.h"
|
| /base/update/updateservice/services/core/ability/callback/include/ |
| D | base_callback_utils.h | 23 #include "event_id.h"
|
| /base/update/updater/utils/include/ |
| D | updater_event.h | 24 #include "event_id.h"
|
| /base/security/security_guard/frameworks/common/constants/include/ |
| D | security_collector_define.h | 78 constexpr const char* EVENT_ID = "eventId"; variable
|
| /base/notification/distributed_notification_service/services/reminder/src/ |
| D | reminder_datashare_helper.cpp | 349 ReminderCalendarShareTable::ID, ReminderCalendarShareTable::EVENT_ID, in GetColumns() 362 ReminderCalendarShareTable::ID, ReminderCalendarShareTable::EVENT_ID, in GetColumns() 386 GetRdbValue<int32_t>(result, ReminderCalendarShareTable::EVENT_ID, notificationId); in CreateReminder() 484 iter = info.find(ReminderCalendarShareTable::EVENT_ID); in InitBaseInfo()
|