/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 1924 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 D | heap.cc | 102 #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 D | sys_event.cpp | 524 EventRaw::DecodedEvent event(rawData_->GetData()); in AsJsonStr() 525 jsonStr = event.AsJsonStr(); in AsJsonStr()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 52 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 D | common_event.h | 399 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 D | timer_manager_test.cpp | 244 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 D | ability_manager_helper_test.cpp | 571 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 D | tel_ril_test_util.h | 161 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 D | render_rating.cpp | 285 // 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 D | dom_div.cpp | 408 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 D | input_event_hub_test_ng.cpp | 22 #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 D | text_field_pattern_testfour.cpp | 452 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 D | audio_sink.cpp | 363 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 D | rs_render_service_client_test.cpp | 418 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 D | dash_segment_downloader_unit_test.cpp | 378 void OnEvent(const Plugins::PluginEvent &event) override 380 (void)event; variable
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 216 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 D | display_manager_lite.cpp | 137 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 D | display_manager_stub.cpp | 208 DisplayEvent event = static_cast<DisplayEvent>(data.ReadUint32());
in OnRemoteRequest() local 209 NotifyDisplayEvent(event);
in OnRemoteRequest()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 429 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 D | p2p_entity.cpp | 80 /* 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 D | lnn_net_builder_deps_mock.h | 172 virtual int32_t LnnRegisterEventHandler(LnnEventType event, LnnEventHandler handler); 173 virtual void LnnUnregisterEventHandler(LnnEventType event, LnnEventHandler handler);
|
H A D | lnn_data_cloud_sync_mock.h | 169 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 D | lnn_devicename_info_test.cpp | 146 info1.event = LNN_EVENT_TYPE_MAX; in HWTEST_F() 149 info1.event = LNN_EVENT_ACCOUNT_CHANGED; in HWTEST_F()
|
H A D | lnn_topo_manager_test.cpp | 462 .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 D | net_policy_file.cpp | 90 auto event = AppExecFwk::InnerEvent::Get(NetPolicyFileEventHandler::MSG_POLICY_FILE_WRITE, data); in WriteFile() local 96 handler->SendWriteEvent(event); in WriteFile()
|