Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 - 25 of 58) sorted by relevance

123

/base/msdp/device_status/rust/data/binding/src/
H A Dfusion_data_binding.cpp39 cdrag->sourceType = drag->sourceType; in CDragDataFrom()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h47 checkPointData.sourceType = appEvtData.sourceType; in ConvertAppEvtDataToCheckPointData()
86 reportEvent.sourceType = metrics.sourceType; in ConvertMetricToReportEvent()
H A DAppMonitorDataConverter.h38 appEvtData.sourceType = evt.sourceType; in ConvertXperfEvtToAppEvtData()
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DAppStartReporter.cpp39 "SOURCE_TYPE", data.sourceType, in ReportNormal()
68 "SOURCE_TYPE", data.sourceType, in ReportFault()
H A DIAppStartReportInfrastructure.h32 std::string sourceType{""};
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DAppStartReporterAdapter.cpp55 info.sourceType = event.sourceType; in ConvertReportEventToEventInfo()
H A DSimpleAppStartReporterAdapter.cpp59 data.sourceType = event.sourceType; in ConvertReportEventToData()
/base/msdp/device_status/rust/data/binding/include/
H A Dfusion_data_binding.h35 int32_t sourceType; member
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_manager_test.h31 static std::optional<DragData> CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum,
H A Ddrag_server_test.h60 static std::optional<DragData> CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum,
/base/msdp/device_status/test/unittest/services/unittest/include/
H A Ddrag_data_manager_test.h35 static std::optional<DragData> CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum);
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h33 std::string sourceType{""};
68 std::string sourceType{""};
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp71 Notification::NotificationConstant::SourceType sourceType = in DoSomethingInterestingWithMyAPI() local
73 notification.SetSourceType(sourceType); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DIAppStartEventPoster.h34 std::string sourceType{""};
H A DEventsPoster.cpp52 info.sourceType = event.sourceType; in ConvertToAppStartInfo()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h66 int32_t sourceType { -1 };
80 filterInfo == other.filterInfo && extraInfo == other.extraInfo && sourceType == other.sourceType && in operator ==()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp148 SourceType sourceType = SourceType::TYPE_NORMAL; in SetNotification() local
149 if (!AnsEnumUtil::SourceTypeCToJS(notification->GetSourceType(), sourceType)) { in SetNotification()
152 napi_create_int32(env, static_cast<int32_t>(sourceType), &value); in SetNotification()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h43 point.sourceType = data.sourceType; in ConvertToInteractionResponse()
191 point.sourceType = data.sourceType; in ConvertToInteractionCompleted()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h34 std::string sourceType{""};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIAppStartReporter.h32 std::string sourceType{""};
/base/msdp/device_status/rust/subsystem/input/binding/include/
H A Dinput_binding_internal.h53 int32_t sourceType { -1 };
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp215 " packageName:%{public}s", dragData.sourceType, dragData.pointerId, dragData.displayId, dragData.displayX, in PrintDragData()
224 (dragData.sourceType == MMI::PointerEvent::SOURCE_TYPE_MOUSE)) { in ResetMouseDragMonitorTimerId()
349 int32_t sourceType = pointerEvent->GetSourceType(); in OnDragMove() local
353 sourceType, pointerId, displayX, displayY); in OnDragMove()
625 FI_HILOGD("Unknown action, sourceType:%{public}d, pointerId:%{public}d, pointerAction:%{public}d", in DragCallback()
683 if (dragData.sourceType == MMI::PointerEvent::SOURCE_TYPE_MOUSE) { in OnDragUp()
802 dragData.sourceType, dragData.dragNum, dragData.pointerId, dragData.displayX, dragData.displayY, in Dump()
868 extraData.sourceType = dragData.sourceType; in CreateExtraData()
872 FI_HILOGD("sourceType in CreateExtraData()
885 AddDragEventHandler(int32_t sourceType) AddDragEventHandler() argument
[all...]
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_impl.cpp115 options.capturerInfo.sourceType = GetAudioSourceType(capturerOptions->GetSourceType()); in Create()
273 SourceType AudioCapturerAdapterImpl::GetAudioSourceType(AudioAdapterSourceType sourceType) in GetAudioSourceType() argument
275 auto item = SOURCE_TYPE_MAP.find(sourceType); in GetAudioSourceType()
/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h32 std::string sourceType{""};
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h78 static std::optional<DragData> CreateDragData(int32_t sourceType, int32_t pointerId, int32_t dragNum,

Completed in 8 milliseconds

123