| /foundation/window/window_manager/wmserver/test/unittest/ |
| D | drag_controller_test.cpp | 289 int32_t sourceType = 0; variable 324 int32_t sourceType = 0; variable 364 int32_t sourceType = 0; variable
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| D | point.h | 31 Point(double x, double y, SourceType sourceType) : x_(x), y_(y), sourceType_(sourceType) {} in Point() 33 Point(double x, double y, double screenX, double screenY, SourceType sourceType) in Point() 77 void SetSourceType(SourceType sourceType) in SetSourceType()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | mmi_event_convertor.h | 53 void GetEventDevice(int32_t sourceType, E& event) in GetEventDevice()
|
| D | ace_view_ohos.cpp | 149 PerfSourceType sourceType = UNKNOWN_SOURCE; in DispatchEventToPerf() local 193 PerfSourceType sourceType = PERF_KEY_EVENT; in DispatchEventToPerf() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| D | window_node.cpp | 50 bool WindowNode::IsOutOfTouchTestRegion(const PointF& parentLocalPoint, int32_t sourceType) in IsOutOfTouchTestRegion() 75 std::vector<RectF> WindowNode::GetResponseRegionList(const RectF& rect, int32_t sourceType) in GetResponseRegionList() 103 RectF WindowNode::ConvertHotRect(const RectF& rect, int32_t sourceType) in ConvertHotRect()
|
| /foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
| D | ace_multimodal_event.h | 30 void SetSourceType(MultimodalSourceType sourceType) in SetSourceType()
|
| /foundation/multimedia/histreamer/engine/scene/recorder/standard/ |
| D | recorder_utils.cpp | 50 Plugin::SrcInputType TransAudioInputType(OHOS::Media::AudioSourceType sourceType) in TransAudioInputType() 63 Plugin::SrcInputType TransVideoInputType(OHOS::Media::VideoSourceType sourceType) in TransVideoInputType()
|
| /foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/ |
| D | oh_audio_stream_builder_unit_test.cpp | 375 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_MIC; variable 396 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION ; variable 417 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_RECOGNITION ; variable 602 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_INVALID; variable 623 OH_AudioStream_SourceType sourceType = AUDIOSTREAM_SOURCE_TYPE_VOICE_COMMUNICATION; variable
|
| /foundation/multimodalinput/input/test/fuzztest/appendextradata_fuzzer/ |
| D | appendextradata_fuzzer.cpp | 46 int32_t sourceType; in AppendExtraDataFuzzTest() local
|
| /foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
| D | js_touch_event.cpp | 81 napi_value sourceType = nullptr; in Export() local
|
| /foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/ |
| D | i_audio_capturer_source.cpp | 32 const SourceType sourceType, const char *sourceName) in GetInstance() 69 const SourceType sourceType, const char *sourceName, void **wapper) in FillinSourceWapper()
|
| D | capturer_source_adapter.c | 54 int32_t LoadSourceAdapter(const char *device, const char *deviceNetworkId, const int32_t sourceType, in LoadSourceAdapter()
|
| D | i_audio_capturer_source_intf.h | 35 int32_t sourceType; member
|
| D | i_audio_capturer_source.h | 38 int32_t sourceType; member
|
| D | capturer_source_adapter.h | 38 int32_t sourceType; member
|
| /foundation/window/window_manager/window_scene/session/host/src/ |
| D | move_drag_controller.cpp | 88 int32_t sourceType = pointerEvent->GetSourceType(); in ConsumeMoveEvent() local 239 AreaType MoveDragController::GetAreaType(int32_t pointWinX, int32_t pointWinY, int32_t sourceType, … in GetAreaType() 529 int32_t sourceType, const WSRect& winRect) in IsPointInDragHotZone() 578 int32_t sourceType = pointerEvent->GetSourceType(); in HandleMouseStyle() local
|
| /foundation/multimedia/player_framework/interfaces/kits/js/ |
| D | audio_recorder_napi.h | 64 AudioSourceType sourceType; member
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/ |
| D | multiple_audio_capturer_unit_test.cpp | 32 shared_ptr<MultipleAudioCapturerCallbackTest> &cb, SourceType sourceType, bool isStarted) in AudioCapUnitTestFunc()
|
| /foundation/multimedia/histreamer/tests/st/helper/ |
| D | test_recorder.hpp | 31 AudioSourceType sourceType = AudioSourceType::AUDIO_MIC, in AudioRecordSource()
|
| /foundation/arkui/ace_engine/test/mock/frameworks/base/log/ |
| D | mock_jank_frame_report.cpp | 45 void PerfMonitor::RecordInputEvent(PerfActionType type, PerfSourceType sourceType, int64_t time) {} in RecordInputEvent()
|
| /foundation/window/window_manager/wmserver/src/ |
| D | drag_controller.cpp | 381 int32_t pointId, int32_t sourceType) in HandleDragEvent() 404 int32_t pointId, int32_t sourceType) in HandleMoveEvent() 439 int32_t sourceType = pointerEvent->GetSourceType(); in HandlePointerEvent() local
|
| /foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
| D | perf_monitor.cpp | 60 std::string GetSourceTypeName(PerfSourceType sourceType) in GetSourceTypeName() 259 void PerfMonitor::RecordInputEvent(PerfActionType type, PerfSourceType sourceType, int64_t time) in RecordInputEvent()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
| D | rs_render_service_client.h | 71 std::string sourceType; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| D | schema_object.cpp | 293 int SchemaObject::CheckValueAndAmendIfNeed(ValueSource sourceType, ValueObject &inValue) const in CheckValueAndAmendIfNeed() 314 int SchemaObject::VerifyValue(ValueSource sourceType, const Value &inValue) const in VerifyValue() 319 int SchemaObject::VerifyValue(ValueSource sourceType, const RawValue &inValue) const in VerifyValue() 350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
| D | form_node.cpp | 57 int32_t sourceType = MMI::PointerEvent::SOURCE_TYPE_UNKNOWN; in ConvertPointerEvent() local
|