/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 184 WSError OnSessionEvent(SessionEvent event) override; 185 WSError OnSystemSessionEvent(SessionEvent event) override;
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 79 virtual WMError UpdateWindowDragInfo(const PointInfo& point, DragEvent event) override 146 void ConsumeKeyEvent(std::shared_ptr<MMI::KeyEvent> event) override {}
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 425 // U0 system user needs to subscribe OnUserSwitch event in InitSSMProxy() 608 void WindowAdapter::DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) in DispatchKeyEvent() argument 614 wmsProxy->DispatchKeyEvent(windowId, event); in DispatchKeyEvent()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1107 int fd_wait_for_event(int fd, int event, usec_t t) { in fd_wait_for_event() argument 1111 .events = event, in fd_wait_for_event()
|
/third_party/libcoap/src/ |
H A D | coap_tinydtls.c | 621 .event = dtls_event, 633 .event = dtls_event, 785 /* COAP_EVENT_DTLS_CLOSED event reported in coap_session_disconnected() */ in coap_dtls_send() 862 /* COAP_EVENT_DTLS_CLOSED event reported in coap_session_disconnected() */ in coap_dtls_receive()
|
/third_party/jinja2/ |
H A D | environment.py | 1370 async for event in self.root_render_func(ctx): # type: ignore 1371 yield event
|
/third_party/node/lib/ |
H A D | repl.js | 377 process.prependListener('newListener', (event, listener) => { 378 if (event === 'uncaughtException' && 382 // Throw an error so that the event will not be added and the current 976 // event on the domain instance).
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 181 // `end` event(last line is). \r should behave like \n when alone. 229 // Adding history lines should emit the history event with 369 // check that nothing fails if 'keypress' event throws. 930 (event, onAbortFn) => { 931 assert.strictEqual(event, 'abort'); 989 // line and a `end` event 1276 // and a `end` event(last line is) 1278 // \r\n should emit one line event, not two 1289 // \r\n should emit one line event when split across multiple writes. 1305 // Emit one line event whe [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 445 void Worker::send(WorkerEvent event) { in send() argument 449 q_.emplace_back(std::move(event)); in send() 460 // Process event one at a time. This is important for in process_events() 461 // WorkerEventType::NEW_CONNECTION event since accepting large in process_events() 570 WLOG(INFO, this) << "unknown event type " << static_cast<int>(wev.type); in process_events()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 65 * Write an EOP event. 67 * \param event EVENT_TYPE_* 73 * \param new_value Fence value to write for this event. 76 unsigned event, unsigned event_flags, in r600_gfx_write_event_eop() 82 unsigned op = EVENT_TYPE(event) | in r600_gfx_write_event_eop() 75 r600_gfx_write_event_eop(struct r600_common_context *ctx, unsigned event, unsigned event_flags, unsigned data_sel, struct r600_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) r600_gfx_write_event_eop() argument
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.c | 864 name = data->event; in send_event_cb() 872 name = data->event; in send_event_cb()
|
/third_party/python/Lib/asyncio/ |
H A D | selector_events.py | 32 def _test_selector_event(selector, fd, event): 33 # Test if the selector is monitoring 'event' events 40 return bool(key.events & event) 44 """Selector event loop. 88 raise RuntimeError("Cannot close a running event loop") 159 # This method is only called once for each event loop tick where the 192 raise # The event loop will catch, log and ignore it.
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.cpp | 75 TESS_LOG("found edge event for %g, %g (original %g -> %g), " in makeEvent() 101 TESS_LOG("found p edge event for %g, %g (original %g -> %g), " in makeEvent() 384 Event* event = events.top(); in collapseOverlapRegions() local 386 event->apply(mesh, c, &events, this); in collapseOverlapRegions()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 741 for (auto event : events) { in HWTEST_F() 742 event->callback_(info); in HWTEST_F() 1566 searchModelInstance.SetOnPasteWithEvent(frameNode, [](const std::string& title, NG::TextCommonEvent& event) {}); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_pattern_test_ng.cpp | 60 #include "core/event/touch_event.h" 726 auto event = clickEventActuator->GetClickEvent(); in HWTEST_F() local 727 ASSERT_NE(event, nullptr); in HWTEST_F() 734 event(gestureEvent); in HWTEST_F() 781 // execute touch down event in HWTEST_F() 942 // execute touch down event in HWTEST_F() 951 // excute touch up event in HWTEST_F() 960 // excute touch move event in HWTEST_F() 999 * @tc.steps: step2. update event type, excute OnKeyEvent in HWTEST_F() 1570 * @tc.steps: step2. update event typ in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1333 auto callback = [&count, &event2](int32_t key, NG::TextFieldCommonEvent& event) { in HWTEST_F() 1334 event2 = event; in HWTEST_F() 1336 event.SetKeepEditable(true); in HWTEST_F()
|
H A D | rich_editor_base_testone_ng.cpp | 449 * @tc.desc: test edit change event 530 * @tc.desc: test fire event 548 * @tc.steps: step2. fire event when there is null func in HWTEST_F() 552 TextCommonEvent event; in HWTEST_F() local 554 eventHub->FireOnCut(event); in HWTEST_F() 555 eventHub->FireOnCopy(event); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.cpp | 461 for (auto event : events_) { in AssembleEvents() 462 offset += PushOctets1((bufferPtr + offset), event); in AssembleEvents() 463 HILOGI("event: %{public}x", event); in AssembleEvents()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 327 int32_t HCodec::HdiCallback::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() argument 329 LOGI("event = %d, data1 = %u, data2 = %u", event, info.data1, info.data2); in EventHandler() 331 msg->SetValue("event", event); in EventHandler()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 108 SLOGI("AVSessionItem send service destroy event to service, check serviceCallback exist"); in Destroy() 118 SLOGI("AVSessionItem send service destroy event to service"); in Destroy() 329 SLOGI("send metadata change event to controllers with title %{public}s", meta.GetTitle().c_str()); in SetAVMetaData() 723 SLOGI("enable media key event listen"); in AddSupportCommand() 747 SLOGI("send add command event to controller, size:%{public}d", static_cast<int>(controllers_.size())); in AddSupportCommand() 767 SLOGI("disable media key event listen"); 789 SLOGI("send delete command event to controller, size:%{public}d", static_cast<int>(controllers_.size())); 805 int32_t AVSessionItem::SetSessionEvent(const std::string& event, const AAFwk::WantParams& args) 811 controller->HandleSetSessionEvent(event, args); 817 auto ret = remoteSource_->SetSessionEventRemote(event, arg [all...] |
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 1767 void PlayerServer::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() argument 1769 MEDIA_LOGI("instance: 0x%{public}06" PRIXPTR " receive event %{public}s", in OnCommonEventReceived() 1770 FAKE_POINTER(this), event.c_str()); in OnCommonEventReceived() 1771 if (event == EventFwk::CommonEventSupport::COMMON_EVENT_USER_BACKGROUND) { in OnCommonEventReceived()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 947 DisplayEvent event = DisplayEvent::UNLOCK; in HWTEST_F() local 948 proxy1.NotifyDisplayEvent(event); in HWTEST_F() 952 proxy1.NotifyDisplayEvent(event); in HWTEST_F()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_proxy.cpp | 1140 ErrCode WifiP2pProxy::RegisterCallBack(const sptr<IWifiP2pCallback> &callback, const std::vector<std::string> &event) in RegisterCallBack() argument 1168 int eventNum = static_cast<int>(event.size()); in RegisterCallBack() 1171 for (auto &eventName : event) { in RegisterCallBack()
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/ |
H A D | wifidevicestub_fuzzer.cpp | 996 std::vector<std::string> event; in RegisterCallBackTest() local 998 pWifiDeviceServiceImpl->RegisterCallBack(callBack, event); in RegisterCallBackTest() 999 pWifiDeviceServiceImpl->RegisterCallBack(nullptr, event); in RegisterCallBackTest()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter.cpp | 166 void TagNciAdapter::NdefCallback(unsigned char event, tNFA_NDEF_EVT_DATA* eventData) in NdefCallback() argument 169 switch (event) { in NdefCallback() 179 DebugLog("%{public}s: Unknown event %{public}u", "NdefCallback", event); in NdefCallback()
|