/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
D | notificationannex_fuzzer.cpp | 32 notification.GetSourceType(); in DoSomethingInterestingWithMyAPI()
|
/base/location/interfaces/inner_api/include/ |
D | location.h | 139 inline int32_t GetSourceType() const in GetSourceType() function
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_context_menu_params.h | 92 virtual ContextMenuSourceType GetSourceType() = 0;
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification.h | 208 NotificationConstant::SourceType GetSourceType() const;
|
/base/location/frameworks/location_common/common/source/ |
D | location.cpp | 58 sourceType_ = location.GetSourceType(); in Location()
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_manager.cpp | 222 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/ |
D | virtual_mouse.cpp | 76 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnInputEvent()
|
D | virtual_mouse_builder.cpp | 67 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnInputEvent()
|
D | virtual_touchscreen_builder.cpp | 66 if (pointerEvent->GetSourceType() != MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN) { in OnInputEvent()
|
/base/msdp/device_status/rust/subsystem/input/binding/src/ |
D | input_binding.cpp | 83 return cPointerEvent->event->GetSourceType(); in CGetSourceType()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification.cpp | 206 NotificationConstant::SourceType Notification::GetSourceType() const in GetSourceType() function in OHOS::Notification::Notification
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
D | wakeup_controller.cpp | 279 int32_t sourceType = pointerEvent->GetSourceType(); in OnInputEvent()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_test.cpp | 232 EXPECT_EQ(rrc->GetSourceType(), sourceType);
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | coordination_sm.cpp | 960 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/ |
D | interaction_manager_test.cpp | 275 … pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), pointerEvent->GetPointerAction()); in SimulateDownEvent() 304 … pointerEvent->GetSourceType(), pointerEvent->GetPointerId(), pointerEvent->GetPointerAction()); in SimulateMoveEvent()
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 261 EXPECT_EQ(1, location->GetSourceType());
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 2486 …EXPECT_EQ(eventParser.GetOnConsumedReq()[0]->GetSourceType(), NotificationConstant::SourceType::TY…
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 348 if (!SourceTypeCToJS(notification->GetSourceType(), sourceType)) { in SetNotification()
|