Home
last modified time | relevance | path

Searched full:scene_id (Results 1 – 15 of 15) 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/
DJankAnimatorReporter.cpp40 "SCENE_ID", data.sceneId, in ReportNormal()
69 "SCENE_ID", data.sceneId, in ReportCritical()
DAppStartReporter.cpp37 "SCENE_ID", data.sceneId, in ReportNormal()
66 "SCENE_ID", data.sceneId, in ReportFault()
/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.h53 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/
Dpage_history_manager.cpp52 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/
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/security/access_token/frameworks/common/src/
Dhisysevent_adapter.cpp36 …"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/
Dres_sched_client_adapter_impl.cpp93 constexpr char SCENE_ID[] = "sceneId"; variable
186 { SCENE_ID, std::to_string(sceneId) } }; in ReportSceneInternal()
/base/web/webview/
Dhisysevent.yaml72 SCENE_ID: {type: STRING, desc: interaction scene id}
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhisysevent_adapter_impl.cpp337 "SCENE_ID", "WEB_LIST_FLING", in Write()
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/
Dperf_reporter.cpp50 constexpr char EVENT_KEY_SCENE_ID[] = "SCENE_ID";
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp2781 sysEvent->SetEventValue("SCENE_ID", "ABILITY_OR_PAGE_SWITCH");