Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 25 of 72) sorted by relevance

123

/foundation/window/window_manager/wmserver/test/unittest/
Ddrag_controller_test.cpp289 int32_t sourceType = 0; variable
324 int32_t sourceType = 0; variable
364 int32_t sourceType = 0; variable
/foundation/arkui/ace_engine/frameworks/base/geometry/
Dpoint.h31 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/
Dmmi_event_convertor.h53 void GetEventDevice(int32_t sourceType, E& event) in GetEventDevice()
Dace_view_ohos.cpp149 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/
Dwindow_node.cpp50 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/
Dace_multimodal_event.h30 void SetSourceType(MultimodalSourceType sourceType) in SetSourceType()
/foundation/multimedia/histreamer/engine/scene/recorder/standard/
Drecorder_utils.cpp50 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/
Doh_audio_stream_builder_unit_test.cpp375 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/
Dappendextradata_fuzzer.cpp46 int32_t sourceType; in AppendExtraDataFuzzTest() local
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
Djs_touch_event.cpp81 napi_value sourceType = nullptr; in Export() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
Di_audio_capturer_source.cpp32 const SourceType sourceType, const char *sourceName) in GetInstance()
69 const SourceType sourceType, const char *sourceName, void **wapper) in FillinSourceWapper()
Dcapturer_source_adapter.c54 int32_t LoadSourceAdapter(const char *device, const char *deviceNetworkId, const int32_t sourceType, in LoadSourceAdapter()
Di_audio_capturer_source_intf.h35 int32_t sourceType; member
Di_audio_capturer_source.h38 int32_t sourceType; member
Dcapturer_source_adapter.h38 int32_t sourceType; member
/foundation/window/window_manager/window_scene/session/host/src/
Dmove_drag_controller.cpp88 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/
Daudio_recorder_napi.h64 AudioSourceType sourceType; member
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/
Dmultiple_audio_capturer_unit_test.cpp32 shared_ptr<MultipleAudioCapturerCallbackTest> &cb, SourceType sourceType, bool isStarted) in AudioCapUnitTestFunc()
/foundation/multimedia/histreamer/tests/st/helper/
Dtest_recorder.hpp31 AudioSourceType sourceType = AudioSourceType::AUDIO_MIC, in AudioRecordSource()
/foundation/arkui/ace_engine/test/mock/frameworks/base/log/
Dmock_jank_frame_report.cpp45 void PerfMonitor::RecordInputEvent(PerfActionType type, PerfSourceType sourceType, int64_t time) {} in RecordInputEvent()
/foundation/window/window_manager/wmserver/src/
Ddrag_controller.cpp381 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/
Dperf_monitor.cpp60 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/
Drs_render_service_client.h71 std::string sourceType; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dschema_object.cpp293 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/
Dform_node.cpp57 int32_t sourceType = MMI::PointerEvent::SOURCE_TYPE_UNKNOWN; in ConvertPointerEvent() local

123