Home
last modified time | relevance | path

Searched refs:GetSourceType (Results 1 – 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
Dnotificationannex_fuzzer.cpp32 notification.GetSourceType(); in DoSomethingInterestingWithMyAPI()
/base/location/interfaces/inner_api/include/
Dlocation.h139 inline int32_t GetSourceType() const in GetSourceType() function
/base/web/webview/ohos_nweb/include/
Dnweb_context_menu_params.h92 virtual ContextMenuSourceType GetSourceType() = 0;
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h208 NotificationConstant::SourceType GetSourceType() const;
/base/location/frameworks/location_common/common/source/
Dlocation.cpp58 sourceType_ = location.GetSourceType(); in Location()
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_manager.cpp222 pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), pointerAction); in DragCallback()
232 pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), in OnDragMove()
256 pointerEvent->GetSourceType(), pointerEvent->GetPointerId()); in OnDragUp()
/base/msdp/device_status/tools/vdev/src/
Dvirtual_mouse.cpp76 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnInputEvent()
Dvirtual_mouse_builder.cpp67 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnInputEvent()
Dvirtual_touchscreen_builder.cpp66 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN) { in OnInputEvent()
/base/msdp/device_status/rust/subsystem/input/binding/src/
Dinput_binding.cpp83 return cPointerEvent->event->GetSourceType(); in CGetSourceType()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp206 NotificationConstant::SourceType Notification::GetSourceType() const in GetSourceType() function in OHOS::Notification::Notification
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.cpp279 int32_t sourceType = pointerEvent->GetSourceType(); in OnInputEvent()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp232 EXPECT_EQ(rrc->GetSourceType(), sourceType);
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_sm.cpp960 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnPostInterceptorPointerEvent()
1009 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnInputEvent()
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/
Dinteraction_manager_test.cpp275 … pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), pointerEvent->GetPointerAction()); in SimulateDownEvent()
304 … pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), pointerEvent->GetPointerAction()); in SimulateMoveEvent()
/base/location/test/location_common/source/
Dlocation_common_test.cpp261 EXPECT_EQ(1, location->GetSourceType());
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp2486 …EXPECT_EQ(eventParser.GetOnConsumedReq()[0]->GetSourceType(), NotificationConstant::SourceType::TY…
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp348 if (!SourceTypeCToJS(notification->GetSourceType(), sourceType)) { in SetNotification()