Home
last modified time | relevance | path

Searched refs:EVENT_ID (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H A Dems_event_handler_test.cpp30 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 Ddatabase_helper.cpp63 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 Daudit_event_mem_rdb_helper.cpp113 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 Dems_inner_event_system_test.cpp28 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 Dems_event_queue_system_test.cpp29 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 Dauto_fill_manager_test.cpp32 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 Dsecurity_report.cpp31 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 Dcollector_cfg_marshalling.cpp30 { 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 Dformcachemgr_fuzzer.cpp36 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 Dprint_security_guard_manager.cpp19 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 Dbigdata.cpp27 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 Dapp_mgr_service_event_handler_test.cpp32 const int EVENT_ID = 10; variable
41 if (event.GetEventId() == EVENT_ID) { in ProcessEvent()
/ohos5.0/base/security/security_guard/
H A Dhisysevent.yaml33 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 Dlocal_ability_manager_proxy_test.cpp34 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 Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_collector_define.h78 constexpr const char* EVENT_ID = "eventId"; variable
/ohos5.0/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h28 constexpr const char *EVENT_ID = "event_id"; variable
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp64 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 Dlocal_ability_manager_stub_test.cpp39 constexpr const char* EVENT_ID = "eventId"; variable
480 reasonJson[EVENT_ID] = 1;
484 onDemandStartReason.SetId(reasonJson[EVENT_ID]);
H A Dsystem_ability_test.cpp35 const std::string EVENT_ID = "eventId"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp51 const std::string EVENT_ID = "eventId"; variable

12