Home
last modified time | relevance | path

Searched refs:event (Results 4151 - 4175 of 4838) sorted by relevance

1...<<161162163164165166167168169170>>...194

/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1924 int32_t PrintServiceAbility::NotifyPrintServiceEvent(std::string &jobId, uint32_t event) in NotifyPrintServiceEvent() argument
1932 if (event < APPLICATION_CREATED || event > APPLICATION_CLOSED_FOR_CANCELED) { in NotifyPrintServiceEvent()
1937 switch (event) { in NotifyPrintServiceEvent()
2185 PRINT_HILOGE("Invalid event type"); in On()
2223 PRINT_HILOGE("Invalid event type"); in Off()
2260 void PrintServiceAbility::SendPrinterDiscoverEvent(int event, const PrinterInfo &info) in SendPrinterDiscoverEvent() argument
2263 info.GetPrinterId().c_str(), event); in SendPrinterDiscoverEvent()
2266 item.second->SendPrinterEvent(PRINTER_DISCOVER_EVENT_TYPE, event, info); in SendPrinterDiscoverEvent()
2271 void PrintServiceAbility::SendPrinterChangeEvent(int event, cons argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.cc102 #include "src/tracing/trace-event.h"
1891 MemoryReducer::Event event; in CollectGarbage() local
1892 event.type = MemoryReducer::kMarkCompact; in CollectGarbage()
1893 event.time_ms = MonotonicallyIncreasingTimeInMs(); in CollectGarbage()
1897 event.next_gc_likely_to_collect_more = in CollectGarbage()
1900 event.committed_memory = committed_memory_after; in CollectGarbage()
1902 memory_reducer_->NotifyMarkCompact(event); in CollectGarbage()
1915 // order; the latter may replace the current event with that of an in CollectGarbage()
1982 MemoryReducer::Event event; in NotifyContextDisposed() local
1983 event in NotifyContextDisposed()
2055 MemoryReducer::Event event; StartIncrementalMarkingIfAllocationLimitIsReached() local
3857 MemoryReducer::Event event; ActivateMemoryReducerIfNeeded() local
5987 MemoryReducer::Event event; NotifyOldGenerationExpansion() local
[all...]
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp524 EventRaw::DecodedEvent event(rawData_->GetData()); in AsJsonStr()
525 jsonStr = event.AsJsonStr(); in AsJsonStr()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp52 EventLogTask::EventLogTask(int fd, int jsonFd, std::shared_ptr<SysEvent> event) in EventLogTask() argument
55 event_(event), in EventLogTask()
480 HIVIEW_LOGE("dump event get focus window error"); in SCBWMSEVTCapture()
483 std::string cmd = "hidumper -s WindowManagerService -a -w " + focusWindowId_ + " -event"; in SCBWMSEVTCapture()
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h399 const size_t &argc, std::string &event, CommonEventPublishDataByjs &commonEventPublishData, napi_ref &callback);
407 const size_t &argc, std::string &event, int32_t &userId, CommonEventPublishDataByjs &commonEventPublishData,
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp244 int32_t ContextService::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl() argument
255 if (::epoll_ctl(epollFd_, op, fd, &event) != 0) { in EpollCtl()
347 FI_HILOGW("Unknown epoll event type:%{public}d", epollEvent->event_type); in OnThread()
/base/notification/common_event_service/services/test/unittest/
H A Dability_manager_helper_test.cpp571 CommonEventData event; in HWTEST_F() local
574 EXPECT_EQ(-1, abilityManagerHelper.ConnectAbility(want, event, callerToken, userId)); in HWTEST_F()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.h161 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
162 void ProcessResponseInfo(const AppExecFwk::InnerEvent::Pointer &event);
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp285 // fire current score via change event when ENTER key is clicked, whether the score changes or not in HandleFocusEvent()
534 bool RenderRating::HandleMouseEvent(const MouseEvent& event) in HandleMouseEvent() argument
540 auto localPoint = event.GetScreenOffset() - GetGlobalOffset(); in HandleMouseEvent()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp408 bool DOMDiv::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent() argument
437 auto iter = BinarySearchFindIndex(eventOperators, ArraySize(eventOperators), event.c_str()); in AddSpecializedEvent()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dinput_event_hub_test_ng.cpp22 #include "core/components_ng/event/event_hub.h"
25 #include "core/event/mouse_event.h"
92 * @tc.desc: Create InputEventHub and set, add and remove mouse event.
109 * @tc.steps: step2. Create mouse event and set it to inputEventHub. in HWTEST_F()
118 * @tc.steps: step3. Make mouseEventActuator_ as nullptr, and create input event and add it to inputEventHub. in HWTEST_F()
266 * @tc.steps: step4. Create mouse event and initialize userJSFrameNodeCallback_ . in HWTEST_F()
330 * @tc.steps: step11. Handle mouse and hover event when the events and userCallback is nullptr or not. in HWTEST_F()
461 * @tc.steps: step11. Handle mouse and hover event when the events and userCallback is nullptr or not. in HWTEST_F()
463 TouchEvent event; in HWTEST_F() local
465 HOVER_VALUE, event); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp452 eventHub->SetOnSubmit([](int32_t, NG::TextFieldCommonEvent& event) { in HWTEST_F()
453 event.SetKeepEditable(false); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sink.cpp363 Event event { in DrainAndReportEosEvent()
368 playerEventReceiver_->OnEvent(event); in DrainAndReportEosEvent()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp418 auto callback = [&screenId, &screenEvent, &callbacked](ScreenId id, ScreenEvent event) { in HWTEST_F()
420 screenEvent = event; in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp378 void OnEvent(const Plugins::PluginEvent &event) override
380 (void)event; variable
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h216 void SetPrivacyModeFlag(SecureFlag privacyMode, std::shared_ptr<InputEvent> event);
328 void OnGestureSendEvent(std::shared_ptr<PointerEvent> event);
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp137 void OnDisplayChange(sptr<DisplayInfo> displayInfo, DisplayChangeEvent event) override
147 WLOGD("onDisplayChange: display %{public}" PRIu64", event %{public}u", displayInfo->GetDisplayId(), event);
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp208 DisplayEvent event = static_cast<DisplayEvent>(data.ReadUint32()); in OnRemoteRequest() local
209 NotifyDisplayEvent(event); in OnRemoteRequest()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp429 DisplayEvent event = DisplayEvent::KEYGUARD_DRAWN; in HWTEST_F() local
430 dms_->NotifyDisplayEvent(event); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp80 /* The P2P may report the event through callback early, and softbus register the callback later. in Init()
170 ClientJoinEvent event { result, remoteDeviceId, remoteMac }; in SendClientJoinEvent()
171 WifiDirectSchedulerFactory::GetInstance().GetScheduler().ProcessEvent(remoteDeviceId, event); in SendClientJoinEvent()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h172 virtual int32_t LnnRegisterEventHandler(LnnEventType event, LnnEventHandler handler);
173 virtual void LnnUnregisterEventHandler(LnnEventType event, LnnEventHandler handler);
H A Dlnn_data_cloud_sync_mock.h169 virtual int32_t LnnRegisterEventHandler(LnnEventType event, LnnEventHandler handler);
170 virtual void LnnUnregisterEventHandler(LnnEventType event, LnnEventHandler handler);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info_test.cpp146 info1.event = LNN_EVENT_TYPE_MAX; in HWTEST_F()
149 info1.event = LNN_EVENT_ACCOUNT_CHANGED; in HWTEST_F()
H A Dlnn_topo_manager_test.cpp462 .basic.event = LNN_EVENT_NODE_MIGRATE, in HWTEST_F()
473 eventInfo.basic.event = LNN_EVENT_RELATION_CHANGED; in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_file.cpp90 auto event = AppExecFwk::InnerEvent::Get(NetPolicyFileEventHandler::MSG_POLICY_FILE_WRITE, data); in WriteFile() local
96 handler->SendWriteEvent(event); in WriteFile()

Completed in 35 milliseconds

1...<<161162163164165166167168169170>>...194