Home
last modified time | relevance | path

Searched refs:sceneId (Results 1 - 25 of 35) sorted by relevance

12

/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp79 data.sceneId = event.sceneId; in ConvertReporterEventToData()
112 info.sceneId = event.sceneId; in ConvertReportEventToEventInfo()
137 const std::string sceneId = event.sceneId; in IsScrollJankEvent() local
138 return ((sceneId == "APP_LIST_FLING") || (sceneId == "APP_SWIPER_SCROLL") || (sceneId == "APP_SWIPER_FLING")); in IsScrollJankEvent()
H A DAppStartReporterAdapter.cpp53 info.sceneId = event.sceneId; in ConvertReportEventToEventInfo()
H A DSimpleAppStartReporterAdapter.cpp57 data.sceneId = event.sceneId; in ConvertReportEventToData()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp21 HaMetaMessage::HaMetaMessage(uint32_t sceneId, uint32_t branchId) in HaMetaMessage() argument
22 : sceneId_(sceneId), branchId_(branchId) in HaMetaMessage()
31 HaMetaMessage& HaMetaMessage::SceneId(uint32_t sceneId) in SceneId() argument
33 sceneId_ = sceneId; in SceneId()
/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp78 void HiviewEventReport::ReportCpuScene(const std::string &sceneId) in ReportCpuScene() argument
86 "SCENE_ID", sceneId, in ReportCpuScene()
89 HIVIEW_LOGW("failed to report cpu scene event, sceneId=%{public}s, ret=%{public}d", sceneId.c_str(), ret); in ReportCpuScene()
91 HIVIEW_LOGI("succ to report cpu scene event, sceneId=%{public}s", sceneId.c_str()); in ReportCpuScene()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h46 checkPointData.sceneId = appEvtData.sceneId; in ConvertAppEvtDataToCheckPointData()
84 reportEvent.sceneId = metrics.sceneId; in ConvertMetricToReportEvent()
H A DJankAnimatorMonitorConverter.h43 event.sceneId = metrics.basicInfo.sceneId; in ConverterReportData()
H A DAppMonitorDataConverter.h37 appEvtData.sceneId = evt.sceneId; in ConvertXperfEvtToAppEvtData()
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp50 info.sceneId = event.sceneId; in ConvertToAppStartInfo()
84 info.sceneId = event.sceneId; in ConvertToScrollJankInfo()
H A DIAppStartEventPoster.h32 std::string sceneId{""};
H A DIScrollJankEventPoster.h32 std::string sceneId{""};
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
H A DAppStartReporter.cpp37 "SCENE_ID", data.sceneId, in ReportNormal()
66 "SCENE_ID", data.sceneId, in ReportFault()
H A DJankAnimatorReporter.cpp40 "SCENE_ID", data.sceneId, in ReportNormal()
69 "SCENE_ID", data.sceneId, in ReportCritical()
H A DIAppStartReportInfrastructure.h30 std::string sceneId{""};
H A DIJankAnimatorReportInfrastructure.h31 std::string sceneId{""};
/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DIEventObserver.h30 std::string sceneId{""};
61 std::string sceneId{""};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp129 if (!data.sceneId.empty()) { in CheckValidCheckPoint()
130 checkSceneId = ((data.sceneId == SCENE_LAUNCHER_APP_LAUNCH_FROM_ICON) in CheckValidCheckPoint()
131 || (data.sceneId == SCENE_LAUNCHER_APP_LAUNCH_FROM_NOTIFICATIONBAR) in CheckValidCheckPoint()
132 || (data.sceneId == SCENE_LAUNCHER_APP_LAUNCH_FROM_DOCK) in CheckValidCheckPoint()
133 || (data.sceneId == SCENE_LAUNCHER_APP_LAUNCH_FROM_RECENT) in CheckValidCheckPoint()
134 || (data.sceneId == SCENE_LAUNCHER_APP_LAUNCH_FROM_APPCENTER)); in CheckValidCheckPoint()
328 appStartMetrics.sceneId = record.interactionCompleted.sceneId; in CalcLatency()
339 appStartMetrics.sceneId = record.interactionResponse.sceneId; in CalcLatency()
[all...]
H A DAppLaunchConverter.h42 point.sceneId = data.sceneId; in ConvertToInteractionResponse()
190 point.sceneId = data.sceneId; in ConvertToInteractionCompleted()
/base/hiviewdfx/hiview/base/event_report/include/
H A Dhiview_event_report.h32 static void ReportCpuScene(const std::string &sceneId);
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h32 std::string sceneId{""};
66 std::string sceneId{""};
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h53 explicit HaMetaMessage(uint32_t sceneId, uint32_t branchId);
55 HaMetaMessage& SceneId(uint32_t sceneId);
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h31 std::string sceneId{""};
H A DIAppStartReporter.h30 std::string sceneId{""};
/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp95 constexpr char SCENE_ID[] = "sceneId";
178 int32_t sceneId; in ReportSceneInternal() local
183 sceneId = it->second; in ReportSceneInternal()
188 if (deviceType == ProductDeviceType::DEVICE_TYPE_2IN1 && sceneId == WEBVIEW_DESTROY_ORIGIN) { in ReportSceneInternal()
189 sceneId = WEBVIEW_DESTROY; in ReportSceneInternal()
192 { SCENE_ID, std::to_string(sceneId) } }; in ReportSceneInternal()
194 WVLOG_D("ReportScene status: %{public}d, uid: %{public}s, sceneId: %{public}d", static_cast<int32_t>(status), in ReportSceneInternal()
195 GetUidString().c_str(), sceneId); in ReportSceneInternal()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h33 std::string sceneId{""};

Completed in 8 milliseconds

12