Home
last modified time | relevance | path

Searched full:scene_id (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/config/
Dxperfcfg.json3 {"SCENE_ID": 1, "strComments": "ABILITY_OR_PAGE_SWITCH"}, number
4 {"SCENE_ID": 2, "strComments": "APP_LIST_FLING"}, number
5 {"SCENE_ID": 3, "strComments": "APP_SWIPER_SCROLL"}, number
6 {"SCENE_ID": 4, "strComments": "APP_SWIPER_FLING"}, number
7 {"SCENE_ID": 5, "strComments": "LAUNCHER_APP_LAUNCH_FROM_ICON"}, number
8 {"SCENE_ID": 6, "strComments": "LAUNCHER_APP_SWIPE_TO_HOME"}, number
9 {"SCENE_ID": 7, "strComments": "LAUNCHER_APP_BACK_TO_HOME"}, number
10 {"SCENE_ID": 8, "strComments": "LAUNCHER_APP_LAUNCH_FROM_DOCK"}, number
11 {"SCENE_ID": 9, "strComments": "LAUNCHER_APP_LAUNCH_FROM_RECENT"}, number
12 {"SCENE_ID": 10, "strComments": "LAUNCHER_APP_LAUNCH_FROM_NOTIFICATIONBAR"}, number
[all …]
/base/startup/appspawn/modules/sysevent/
Dappspawn_hisysevent.cpp24 const std::string SCENE_ID = "SCENE_ID"; variable
35 SCENE_ID, std::to_string(sceneld).c_str(), in AppSpawnHiSysEventWrite()
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp35 "SCENE_ID", data.sceneId, in ReportNormal()
64 "SCENE_ID", data.sceneId, in ReportFault()
DJankAnimatorReporter.cpp38 "SCENE_ID", data.sceneId, in ReportNormal()
67 "SCENE_ID", data.sceneId, in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml25 SCENE_ID: {type: STRING, desc: interaction scene id}
51 SCENE_ID: { type: STRING, desc: interaction scene id }
79 SCENE_ID: {type: STRING, desc: interaction scene id}
105 SCENE_ID: { type: STRING, desc: interaction scene id }
DEvtParser.h51 const std::string SCENE_ID = "SCENE_ID"; variable
244 evt.sceneId = sysEvent.GetEventValue(SCENE_ID); in ConvertToXperfEvent()
280 evt.animatorInfo.basicInfo.sceneId = sysEvent.GetEventValue(SCENE_ID); in ConvertToXperfAnimatorEvent()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
Dhisysevent_adapter.cpp37 …"PACKAGE_NAME", ACCESSTOKEN_PROCESS_NAME, "SCENE_ID", std::to_string(id).c_str(), "HAPPEN_TIME", t… in ReportSysEventPerformance()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
Dhisysevent_wrapper.cpp83 "SCENE_ID", std::to_string(id).c_str(), in ENABLE_CFI()
/base/hiviewdfx/hiview/base/event_report/
Dhiview_event_report.cpp86 "SCENE_ID", sceneId, in ReportCpuScene()
/base/web/webview/ohos_adapter/res_sched_adapter/src/
Dres_sched_client_adapter_impl.cpp92 constexpr char SCENE_ID[] = "sceneId"; variable
184 { SCENE_ID, std::to_string(sceneId) } }; in ReportSceneInternal()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhisysevent_adapter_impl.cpp142 "SCENE_ID", "WEB_LIST_FLING", in Write()
/base/web/webview/
Dhisysevent.yaml72 SCENE_ID: {type: STRING, desc: interaction scene id}