/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
H A D | ems_event_handler_test.cpp | 30 const uint32_t EVENT_ID = 0; variable 822 auto event = InnerEvent::Get(EVENT_ID); 840 auto event = InnerEvent::Get(EVENT_ID); 858 auto event = InnerEvent::Get(EVENT_ID); 876 auto event = InnerEvent::Get(EVENT_ID); 894 auto event = InnerEvent::Get(EVENT_ID); 2078 handler->RemoveEvent(EVENT_ID); 2096 handler->RemoveEvent(EVENT_ID); 2114 handler->RemoveEvent(EVENT_ID); 2132 handler->RemoveEvent(EVENT_ID); [all …]
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_helper.cpp | 63 predicates.EqualTo(EVENT_ID, std::to_string(eventId)); in QueryRecentEventByEventId() 95 predicates.EqualTo(EVENT_ID, std::to_string(eventIds[i])); in QueryRecentEventByEventId() 109 predicates.EqualTo(EVENT_ID, std::to_string(eventId)); in QueryEventByEventId() 124 predicates.EqualTo(EVENT_ID, std::to_string(eventIds[i])); in QueryEventByEventId() 192 predicates.EqualTo(EVENT_ID, std::to_string(eventId)); in CountEventByEventId() 203 queryPredicates.EqualTo(EVENT_ID, std::to_string(eventId)); in DeleteOldEventByEventId() 222 deletePredicates.EqualTo(EVENT_ID, std::to_string(eventId)); in DeleteOldEventByEventId() 235 predicates.EqualTo(EVENT_ID, std::to_string(eventId)); in DeleteAllEventByEventId() 300 if (columnName == EVENT_ID) { in GetResultSetTableInfo() 329 values.PutLong(EVENT_ID, event.eventId); in SetValuesBucket() [all …]
|
H A D | audit_event_mem_rdb_helper.cpp | 113 std::vector<std::string> columns { EVENT_ID, VERSION, DATE, CONTENT, USER_ID, DEVICE_ID }; in QueryEventFromMemByDate()
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/ |
H A 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);
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/ |
H A 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);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/ |
H A D | auto_fill_manager_test.cpp | 32 const int32_t EVENT_ID = 1; variable 135 manager.SetTimeOutEvent(EVENT_ID); 151 manager.SetTimeOutEvent(EVENT_ID); 153 manager.RemoveEvent(EVENT_ID); 169 manager.RemoveEvent(EVENT_ID);
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/ |
H A 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()
|
/ohos5.0/base/security/security_guard/services/security_collector/src/ |
H A D | collector_cfg_marshalling.cpp | 30 { EVENT_ID, eventIds }, in to_json() 41 SecurityGuard::JsonCfg::Unmarshal(eventList, jsonObj, EVENT_ID); in from_json()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/ |
H A D | formcachemgr_fuzzer.cpp | 36 constexpr int64_t EVENT_ID = 2; variable 57 formEventHandler.ProcessEvent(EVENT_MSG, EVENT_ID); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_security_guard_manager.cpp | 19 static int64_t EVENT_ID = 1011015004; variable 48 ReportSecurityInfo(EVENT_ID, VERSION, securityInfo); in receiveJobStateUpdate()
|
/ohos5.0/base/security/security_guard/services/bigdata/src/ |
H A D | bigdata.cpp | 27 constexpr const char* EVENT_ID = "EVENT_ID"; variable 52 CALL_TIME, event.time, EVENT_ID, event.eventId, SUB_RET, event.ret); in ReportSgSubscribeEvent()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/ |
H A D | app_mgr_service_event_handler_test.cpp | 32 const int EVENT_ID = 10; variable 41 if (event.GetEventId() == EVENT_ID) { in ProcessEvent()
|
/ohos5.0/base/security/security_guard/ |
H A D | hisysevent.yaml | 33 EVENT_ID: {type: INT64, desc: event id} 46 EVENT_ID: {type: INT64, desc: event id}
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | local_ability_manager_proxy_test.cpp | 34 const std::string EVENT_ID = "eventId"; variable 238 activeReason[EVENT_ID] = TEST_STRING; 271 idleReason[EVENT_ID] = TEST_STRING;
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/database_manager/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/base/security/security_guard/frameworks/common/constants/include/ |
H A D | security_collector_define.h | 78 constexpr const char* EVENT_ID = "eventId"; variable
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | store_define.h | 28 constexpr const char *EVENT_ID = "event_id"; variable
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager.cpp | 64 constexpr const char* EVENT_ID = "eventId"; variable 512 if (reasonJson.contains(EVENT_ID) && reasonJson[EVENT_ID].is_number()) { in JsonToOnDemandReason() 513 onDemandStartReason.SetId(reasonJson[EVENT_ID]); in JsonToOnDemandReason()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | local_ability_manager_stub_test.cpp | 39 constexpr const char* EVENT_ID = "eventId"; variable 480 reasonJson[EVENT_ID] = 1; 484 onDemandStartReason.SetId(reasonJson[EVENT_ID]);
|
H A D | system_ability_test.cpp | 35 const std::string EVENT_ID = "eventId"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 51 const std::string EVENT_ID = "eventId"; variable
|