| /base/hiviewdfx/hiview/plugins/performance/config/ |
| D | xperfcfg.json | 3 {"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/ |
| D | appspawn_hisysevent.cpp | 24 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/ |
| D | JankAnimatorReporter.cpp | 40 "SCENE_ID", data.sceneId, in ReportNormal() 69 "SCENE_ID", data.sceneId, in ReportCritical()
|
| D | AppStartReporter.cpp | 37 "SCENE_ID", data.sceneId, in ReportNormal() 66 "SCENE_ID", data.sceneId, in ReportFault()
|
| /base/hiviewdfx/hiview/plugins/performance/ |
| D | hisysevent.yaml | 25 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 }
|
| D | EvtParser.h | 53 const std::string SCENE_ID = "SCENE_ID"; variable 246 evt.sceneId = sysEvent.GetEventValue(SCENE_ID); in ConvertToXperfEvent() 282 evt.animatorInfo.basicInfo.sceneId = sysEvent.GetEventValue(SCENE_ID); in ConvertToXperfAnimatorEvent()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/page_history/ |
| D | page_history_manager.cpp | 52 if (sysEvent.GetEventValue("SCENE_ID") != ABILITY_OR_PAGE_SWITCH) { in HandleEvent()
|
| /base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/ |
| D | hisysevent_wrapper.cpp | 83 "SCENE_ID", std::to_string(id).c_str(), in ENABLE_CFI()
|
| /base/hiviewdfx/hiview/base/event_report/ |
| D | hiview_event_report.cpp | 86 "SCENE_ID", sceneId, in ReportCpuScene()
|
| /base/security/access_token/frameworks/common/src/ |
| D | hisysevent_adapter.cpp | 36 …"PACKAGE_NAME", ACCESSTOKEN_PROCESS_NAME, "SCENE_ID", std::to_string(id).c_str(), "HAPPEN_TIME", t… in ReportSysEventPerformance()
|
| /base/web/webview/ohos_adapter/res_sched_adapter/src/ |
| D | res_sched_client_adapter_impl.cpp | 93 constexpr char SCENE_ID[] = "sceneId"; variable 186 { SCENE_ID, std::to_string(sceneId) } }; in ReportSceneInternal()
|
| /base/web/webview/ |
| D | hisysevent.yaml | 72 SCENE_ID: {type: STRING, desc: interaction scene id}
|
| /base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
| D | hisysevent_adapter_impl.cpp | 337 "SCENE_ID", "WEB_LIST_FLING", in Write()
|
| /base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/ |
| D | perf_reporter.cpp | 50 constexpr char EVENT_KEY_SCENE_ID[] = "SCENE_ID";
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | faultlogger_unittest.cpp | 2781 sysEvent->SetEventValue("SCENE_ID", "ABILITY_OR_PAGE_SWITCH");
|