| /base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/ |
| H A D | msdpdevicemanager_fuzzer.cpp | 269 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait() argument
|
| /base/notification/common_event_service/services/test/unittest/ |
| H A D | common_event_subscribe_unit_test.cpp | 854 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F() local 890 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F() local 919 std::vector<std::string> events = subscribeInfo.GetMatchingSkills().GetEvents(); in HWTEST_F() local [all...] |
| /base/startup/init/test/unittest/loopevent/ |
| H A D | loopserver_unittest.cpp | 212 static void ProcessWatchEventTest(WatcherHandle taskHandle, int fd, uint32_t *events, const void *context) in ProcessWatchEventTest() argument
|
| /base/startup/init/interfaces/innerkits/include/ |
| H A D | loop_event.h | 181 uint32_t events;
member
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | mmi_event_convertor.cpp | 237 void GetMouseEventAction(int32_t action, MouseEvent& events, bool isScenceBoardWindow) in GetMouseEventAction() argument 284 GetMouseEventButton(int32_t button, MouseEvent& events) GetMouseEventButton() argument 308 ConvertMouseEvent( const std::shared_ptr<MMI::PointerEvent>& pointerEvent, MouseEvent& events, bool isScenceBoardWindow) ConvertMouseEvent() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | js_card_parser.h | 49 void ParseEvents(const std::unique_ptr<JsonValue>& rootJson, std::vector<std::string>& events, in ParseEvents() argument
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | action.cpp | 73 void PointerAction::DispatchPointerEvent(const EventMatrix& events) in DispatchPointerEvent() argument 227 std::vector<PointerEventAction> events; in Decompose() local 296 std::vector<PointerEventAction> events; Decompose() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
| H A D | search_testtwo_ng.cpp | 734 auto events = touchEventActuator->touchEvents_; in HWTEST_F() local
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_avrcp_ct.h | 69 explicit Capabilities(std::vector<uint8_t> events) : events_(events) in Capabilities() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 166 OnGetCapabilities(const RawAddress &rawAddr, const std::vector<uint32_t> &companies, const std::vector<uint8_t> &events, int result) OnGetCapabilities() argument
|
| H A D | bluetooth_avrcp_ct_stub.cpp | 440 std::vector<int32_t> events = {}; in EnableNotificationInner() local 459 std::vector<int32_t> events = {}; in DisableNotificationInner() local 479 std::vector<int32_t> events = {}; in GetItemAttributesInner() local
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| H A D | event_handler.cpp | 181 AddFileDescriptorListener( int32_t fileDescriptor, uint32_t events, const std::shared_ptr<FileDescriptorListener> &listener) AddFileDescriptorListener() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_uifirst_manager_test.cpp | 1321 std::vector<RSUifirstManager::EventInfo> events; in HWTEST_F() local
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
| H A D | device_status_collect_manager.cpp | 397 int32_t DeviceStatusCollectManager::AddCollectEvents(const std::vector<OnDemandEvent>& events) in AddCollectEvents() argument 443 int32_t DeviceStatusCollectManager::RemoveUnusedEventsLocked(const std::vector<OnDemandEvent>& events) in RemoveUnusedEventsLocked() argument 420 GetOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type, std::vector<OnDemandEvent>& events) GetOnDemandEvents() argument 499 PersistOnDemandEvent(int32_t systemAbilityId, OnDemandPolicyType type, const std::vector<OnDemandEvent>& events) PersistOnDemandEvent() argument 559 UpdateOnDemandEvents(int32_t systemAbilityId, OnDemandPolicyType type, const std::vector<OnDemandEvent>& events) UpdateOnDemandEvents() argument [all...] |
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
| H A D | trans_tcp_direct_test.cpp | 799 int32_t events = SOFTBUS_SOCKET_IN; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
| H A D | connection_module.cpp | 461 std::initializer_list<std::string> events = {EVENT_NET_AVAILABLE, in On() local
|
| /foundation/communication/dsoftbus/core/connection/common/src/ |
| H A D | softbus_socket.c | 139 static int WaitEvent(int fd, short events, int timeout) in WaitEvent() argument
|
| /foundation/communication/netstack/frameworks/js/napi/tls/src/ |
| H A D | tlssocket_exec.cpp | 99 std::string events[] = {EVENT_MESSAGE, EVENT_ERROR, EVENT_CONNECT, EVENT_CLOSE}; in ExecInit() local
|
| /foundation/distributedhardware/distributed_input/services/sink/transport/src/ |
| H A D | distributed_input_sink_transport.cpp | 261 void DistributedInputSinkTransport::DoSendMsgBatch(const int32_t sessionId, const std::vector<struct RawEvent> &events) in DoSendMsgBatch() argument 287 void DistributedInputSinkTransport::RecordEventLog(const std::vector<struct RawEvent> &events) in RecordEventLog() argument 235 SendKeyStateNodeMsgBatch(const int32_t sessionId, const std::vector<struct RawEvent> &events) SendKeyStateNodeMsgBatch() argument 658 RecordEventLog( const std::shared_ptr<nlohmann::json> &events) RecordEventLog() argument [all...] |
| /foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
| H A D | distributed_input_node_manager.cpp | 483 void DistributedInputNodeManager::ReportEvent(const std::string &devId, const std::vector<RawEvent> &events) in ReportEvent() argument 498 EventBatch events; in InjectEvent() local 536 void DistributedInputNodeManager::ProcessInjectEvent(const EventBatch &events) in ProcessInjectEvent() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
| H A D | coap_app.c | 237 uint32_t events, timeout, i; in GetTimeout() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
| H A D | coap_app.c | 373 uint32_t events = EPOLLIN | EPOLLERR; in CoapServerInit() local
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/cpp/ |
| H A D | hiappeventndk.cpp | 40 static void OnTake(const char *const *events, uint32_t eventLen) in OnTake() argument
|
| /third_party/glfw/tests/ |
| H A D | window.c | 195 nk_flags events; in main() local [all...] |
| /third_party/curl/docs/examples/ |
| H A D | ephiperfifo.c | 470 struct epoll_event events[10]; in main() local [all...] |