/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | db_operate.cpp | 27 int DbOperate::QueryAllEvent(std::vector<SecEvent> &events) in QueryAllEvent() 42 int DbOperate::QueryEventByEventId(int64_t eventId, std::vector<SecEvent> &events) in QueryEventByEventId() 47 int DbOperate::QueryEventByEventId(std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) in QueryEventByEventId() 52 int DbOperate::QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() 57 int DbOperate::QueryEventByLevel(int32_t level, std::vector<SecEvent> &events) in QueryEventByLevel() 62 int DbOperate::QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner()
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/jsonFiles/ |
H A D | Test_GetDeviceObjectTest.json | 4 "events":[ array 10 "events":[ array 16 "events":[ array 22 "events":[ array 28 "events":[ array 34 "events":[ array 41 "events":[ array
|
H A D | Test_TransformGamePadJsonDataToInputDataEventsIsEmpty.json | 4 "events":[ array
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/database_manager/ |
H A D | security_guard_database_manager_test.cpp | 126 std::vector<SecEvent> events; variable 154 std::vector<SecEvent> events{}; variable 167 std::vector<SecEvent> events{}; variable 184 std::vector<SecEvent> events{}; variable 198 std::vector<SecEvent> events{}; variable 211 std::vector<SecEvent> events{}; variable 224 std::vector<SecEvent> events{}; variable 237 std::vector<SecEvent> events{}; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | event_convertor.cpp | 20 …EventType(AceActionData::ActionType actionType, TouchEvent& point, std::vector<TouchEvent>& events) in SetTouchEventType() 49 void UpdateTouchEvent(std::vector<TouchEvent>& events) in UpdateTouchEvent() 69 void ConvertMouseEvent(const std::vector<uint8_t>& data, MouseEvent& events) in ConvertMouseEvent()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 530 std::vector<OnDemandEvent> events; variable 546 std::vector<OnDemandEvent> events {onDemandEvent}; variable 562 std::vector<OnDemandEvent> events {onDemandEvent}; variable 579 std::vector<OnDemandEvent> events; variable 596 std::vector<OnDemandEvent> events; variable 616 std::vector<OnDemandEvent> events {onDemandEvent}; variable 636 std::vector<OnDemandEvent> events {onDemandEvent}; variable 654 std::vector<OnDemandEvent> events {onDemandEvent}; variable 671 std::vector<OnDemandEvent> events; variable 688 std::vector<OnDemandEvent> events; variable [all …]
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_cache_test.cpp | 73 std::vector<std::shared_ptr<AppEventPack>> events; variable 114 std::vector<std::shared_ptr<AppEventPack>> events; variable 163 std::vector<std::shared_ptr<AppEventPack>> events; variable 195 std::vector<std::shared_ptr<AppEventPack>> events; variable 269 std::vector<std::shared_ptr<AppEventPack>> events; variable
|
H A D | hiappevent_watcher_test.cpp | 84 void OnEvents(const std::vector<std::shared_ptr<AppEventPack>>& events) override in OnEvents() 191 std::vector<std::shared_ptr<AppEventPack>> events; variable 236 std::vector<std::shared_ptr<AppEventPack>> events; variable 264 std::vector<std::shared_ptr<AppEventPack>> events; variable 291 std::vector<std::shared_ptr<AppEventPack>> events; variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_epoll.c | 23 int32_t RefreshEpollTask(EpollTask *task, uint32_t events) in RefreshEpollTask() 40 int32_t RegisterEpollTask(EpollTask *task, uint32_t events) in RegisterEpollTask() 77 struct epoll_event events[MAX_EPOLL_SIZE]; in EpollLoop() local
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_timer_callback.cpp | 31 void HRilTimerCallback::FdTriggerCallback(int32_t fd, int16_t events, std::shared_ptr<void> param) in FdTriggerCallback() 41 void HRilTimerCallback::TimerCallback(int32_t fd, int16_t events, std::shared_ptr<void> param) in TimerCallback() 88 …[this](int32_t fd, int16_t events, std::shared_ptr<void> param) { this->TimerCallback(fd, events, … in HRilSetTimerCallbackInfo() 114 …[this](int32_t fd, int16_t events, std::shared_ptr<void> param) { this->FdTriggerCallback(fd, even… in EventLoop()
|
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | sysevent_unittest.cpp | 34 static void AddBootEvent(ListNode *events, const char *name, int32_t type) in AddBootEvent() 80 ListNode events = { &events, &events }; variable 87 ListNode events = { &events, &events }; variable
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_helper.cpp | 53 int DatabaseHelper::QueryAllEvent(std::vector<SecEvent> &events) in QueryAllEvent() 86 …per::QueryRecentEventByEventId(const std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) in QueryRecentEventByEventId() 106 int DatabaseHelper::QueryEventByEventId(int64_t eventId, std::vector<SecEvent> &events) in QueryEventByEventId() 113 … DatabaseHelper::QueryEventByEventId(std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) in QueryEventByEventId() 129 …seHelper::QueryEventByEventIdAndDate(std::vector<int64_t> &eventIds, std::vector<SecEvent> &events, in QueryEventByEventIdAndDate() 156 int DatabaseHelper::QueryEventByEventType(int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() 163 int DatabaseHelper::QueryEventByLevel(int32_t level, std::vector<SecEvent> &events) in QueryEventByLevel() 170 int DatabaseHelper::QueryEventByOwner(std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner() 249 …seHelper::QueryEventBase(const NativeRdb::RdbPredicates &predicates, std::vector<SecEvent> &events) in QueryEventBase()
|
H A D | database_manager.cpp | 74 int DatabaseManager::QueryAllEvent(std::string table, std::vector<SecEvent> &events) in QueryAllEvent() 101 std::vector<SecEvent> &events, std::string beginTime, std::string endTime) in QueryEventByEventIdAndDate() 109 int DatabaseManager::QueryEventByEventId(int64_t eventId, std::vector<SecEvent> &events) in QueryEventByEventId() 119 std::vector<SecEvent> &events) in QueryEventByEventId() 127 …Manager::QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() 135 …DatabaseManager::QueryEventByLevel(std::string table, int32_t level, std::vector<SecEvent> &events) in QueryEventByLevel() 143 …baseManager::QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.cpp | 188 EventsMask events = 0; in CalEventsMask() local 201 int EventLoopEpoll::EpollCtl(int operation, EventImpl *event, EventsMask events) in EpollCtl() 236 EventsMask events = event->GetEvents(); in AddEvent() local 253 EventsMask events = event->GetEvents(); in RemoveEvent() local 264 int EventLoopEpoll::ModifyEvent(EventImpl *event, bool isAdd, EventsMask events) in ModifyEvent()
|
H A D | event_impl.cpp | 47 EventImpl::EventImpl(const EventFd &fd, EventsMask events, EventTime timeout) in EventImpl() 101 int EventImpl::AddEvents(EventsMask events) in AddEvents() 132 int EventImpl::RemoveEvents(EventsMask events) in RemoveEvents() 293 void EventImpl::SetEvents(bool isAdd, EventsMask events) in SetEvents() 302 void EventImpl::SetRevents(EventsMask events) in SetRevents()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | ffrt_descriptor_listener.h | 31 FfrtDescriptorListener(uint32_t events, void *data, std::function<void(void *, uint32_t)> cbVal) in FfrtDescriptorListener() 46 void InvokePollCb(uint32_t events) in InvokePollCb()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | platform_event_test.c | 57 uint32_t events; in PlatformEventTestPostAndWait() local 102 static int32_t PlatformEventListenTestCb(struct PlatformEventListener *listener, uint32_t events) in PlatformEventListenTestCb() 114 uint32_t events = 0; in PlatformEventTestListenAndUnliten() local 153 uint32_t events; in PlatformEventTestReliability() local
|
/ohos5.0/foundation/multimodalinput/input/util/socket/test/ |
H A D | uds_socket_test.cpp | 98 struct epoll_event events[MAX_EVENT_SIZE] = {}; variable 108 struct epoll_event events[MAX_EVENT_SIZE] = {}; variable 118 struct epoll_event events[MAX_EVENT_SIZE] = {}; variable 128 struct epoll_event events[MAX_EVENT_SIZE] = {}; variable
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_event.c | 80 int32_t PlatformEventPost(struct PlatformEvent *pe, uint32_t events) in PlatformEventPost() 134 static int32_t PlatformEventRead(struct PlatformEvent *pe, uint32_t *events, uint32_t mask, int32_t… in PlatformEventRead() 159 uint32_t *events, uint32_t mask, int32_t mode, uint32_t tms) in PlatformEventReadSlowlly() 190 …ormEventWait(struct PlatformEvent *pe, uint32_t mask, int32_t mode, uint32_t tms, uint32_t *events) in PlatformEventWait() 219 static int32_t PlatformEventAsyncCallback(struct PlatformEventWaiter *waiter, int32_t events) in PlatformEventAsyncCallback()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_epoll_io_waiter_test.cpp | 102 uint32_t events = 1; variable 124 uint32_t events = 0; variable 146 uint32_t events = 1; variable
|
/ohos5.0/base/hiviewdfx/hiview/base/event_report/cache/ |
H A D | hiview_event_cacher.cpp | 24 void HiviewEventCacher::AddPluginStatsEvent(const std::vector<std::shared_ptr<LoggerEvent>>& events) in AddPluginStatsEvent() 35 void HiviewEventCacher::GetPluginStatsEvents(std::vector<std::shared_ptr<LoggerEvent>>& events) in GetPluginStatsEvents()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 108 int32_t VoipCallConnection::AnswerCall(const VoipCallEventInfo &events, int32_t videoState) in AnswerCall() 118 int32_t VoipCallConnection::RejectCall(const VoipCallEventInfo &events) in RejectCall() 128 int32_t VoipCallConnection::HangUpCall(const VoipCallEventInfo &events) in HangUpCall()
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | app_info_database_test.cpp | 89 std::vector<AppInfo> events; variable 126 std::vector<AppInfo> events; variable 163 std::vector<AppInfo> events; variable 202 std::vector<AppInfo> events; variable 246 std::vector<AppInfo> events; variable 289 std::vector<AppInfo> events; variable
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | module_template.cpp | 35 …nagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OnManagerWrapper() 77 …nagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OnceManagerWrapper() 114 …nagerWrapper(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OffManagerWrapper() 165 …haredManager(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OnSharedManager() 207 …haredManager(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OnceSharedManager() 244 …haredManager(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in OffSharedManager() 295 …api_value On(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in On() 324 …i_value Once(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in Once() 352 …pi_value Off(napi_env env, napi_callback_info info, const std::initializer_list<std::string> &even… in Off()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/resource/export_config/ |
H A D | invalid_test_events2.json | 5 "events": [] array
|