/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 79 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 D | AppStartReporterAdapter.cpp | 53 info.sceneId = event.sceneId; in ConvertReportEventToEventInfo()
|
H A D | SimpleAppStartReporterAdapter.cpp | 57 data.sceneId = event.sceneId; in ConvertReportEventToData()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_notification_analytics_util.cpp | 21 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 D | hiview_event_report.cpp | 78 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 D | AppLaunchMonitorConverter.h | 46 checkPointData.sceneId = appEvtData.sceneId; in ConvertAppEvtDataToCheckPointData() 84 reportEvent.sceneId = metrics.sceneId; in ConvertMetricToReportEvent()
|
H A D | JankAnimatorMonitorConverter.h | 43 event.sceneId = metrics.basicInfo.sceneId; in ConverterReportData()
|
H A D | AppMonitorDataConverter.h | 37 appEvtData.sceneId = evt.sceneId; in ConvertXperfEvtToAppEvtData()
|
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/ |
H A D | EventsPoster.cpp | 50 info.sceneId = event.sceneId; in ConvertToAppStartInfo() 84 info.sceneId = event.sceneId; in ConvertToScrollJankInfo()
|
H A D | IAppStartEventPoster.h | 32 std::string sceneId{""};
|
H A D | IScrollJankEventPoster.h | 32 std::string sceneId{""};
|
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | AppStartReporter.cpp | 37 "SCENE_ID", data.sceneId, in ReportNormal() 66 "SCENE_ID", data.sceneId, in ReportFault()
|
H A D | JankAnimatorReporter.cpp | 40 "SCENE_ID", data.sceneId, in ReportNormal() 69 "SCENE_ID", data.sceneId, in ReportCritical()
|
H A D | IAppStartReportInfrastructure.h | 30 std::string sceneId{""};
|
H A D | IJankAnimatorReportInfrastructure.h | 31 std::string sceneId{""};
|
/base/hiviewdfx/hiview/plugins/performance/event_publisher/ |
H A D | IEventObserver.h | 30 std::string sceneId{""}; 61 std::string sceneId{""};
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchSceneDataProcessor.cpp | 129 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 D | AppLaunchConverter.h | 42 point.sceneId = data.sceneId; in ConvertToInteractionResponse() 190 point.sceneId = data.sceneId; in ConvertToInteractionCompleted()
|
/base/hiviewdfx/hiview/base/event_report/include/ |
H A D | hiview_event_report.h | 32 static void ReportCpuScene(const std::string &sceneId);
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAppLaunchSceneDataProcessor.h | 32 std::string sceneId{""}; 66 std::string sceneId{""};
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_analytics_util.h | 53 explicit HaMetaMessage(uint32_t sceneId, uint32_t branchId); 55 HaMetaMessage& SceneId(uint32_t sceneId);
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IJankAnimatorReporter.h | 31 std::string sceneId{""};
|
H A D | IAppStartReporter.h | 30 std::string sceneId{""};
|
/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 95 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 D | IAppThrExecutor.h | 33 std::string sceneId{""};
|