Home
last modified time | relevance | path

Searched refs:startupTime (Results 1 - 11 of 11) sorted by relevance

/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp105 StartupTimeEvent startupTime = {}; in HWTEST_F() local
106 startupTime.event.type = STARTUP_TIME; in HWTEST_F()
107 startupTime.totalTime = curr.tv_sec; in HWTEST_F()
108 startupTime.totalTime = startupTime.totalTime * MSECTONSEC; in HWTEST_F()
109 startupTime.totalTime += curr.tv_nsec / USTONSEC; in HWTEST_F()
110 startupTime.detailTime = const_cast<char *>("buffer"); in HWTEST_F()
111 startupTime.reason = const_cast<char *>(""); in HWTEST_F()
112 startupTime.firstStart = 1; in HWTEST_F()
113 ReportSysEvent(&startupTime in HWTEST_F()
122 StartupTimeEvent startupTime = {}; HWTEST_F() local
[all...]
/base/startup/init/services/modules/sysevent/
H A Dsys_event.c29 static void ReportStartupTimeEvent(const StartupTimeEvent *startupTime) in ReportStartupTimeEvent() argument
35 .v = { .i64 = startupTime->totalTime }, in ReportStartupTimeEvent()
41 .v = { .s = startupTime->detailTime }, in ReportStartupTimeEvent()
47 .v = { .s = startupTime->reason }, in ReportStartupTimeEvent()
53 .v = { .i32 = startupTime->firstStart }, in ReportStartupTimeEvent()
66 StartupTimeEvent *startupTime = (StartupTimeEvent *)(event); in ReportSysEvent() local
67 ReportStartupTimeEvent(startupTime); in ReportSysEvent()
H A Dstartup_time_event.c114 StartupTimeEvent startupTime = {}; in ReportBootEventComplete() local
115 startupTime.event.type = STARTUP_TIME; in ReportBootEventComplete()
116 startupTime.totalTime = curr.tv_sec; in ReportBootEventComplete()
117 startupTime.totalTime = startupTime.totalTime * MSECTONSEC; in ReportBootEventComplete()
118 startupTime.totalTime += curr.tv_nsec / USTONSEC; in ReportBootEventComplete()
119 startupTime.detailTime = buffer; in ReportBootEventComplete()
124 startupTime.reason = reason; in ReportBootEventComplete()
125 startupTime.firstStart = 1; in ReportBootEventComplete()
127 startupTime in ReportBootEventComplete()
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppMonitorDataConverter.h47 appEvtData.startupTime = evt.startupTime; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h56 checkPointData.startupTime = appEvtData.startupTime; in ConvertAppEvtDataToCheckPointData()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h43 uint64_t startupTime{0};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h42 uint64_t startupTime{0};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h86 point.startupTime = data.startupTime; in ConvertToProcessStart()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h76 uint64_t startupTime{0};
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h113 uint64_t startupTime{0};
H A DEvtParser.h259 evt.startupTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_STARTUP_TIME)); in ConvertToXperfEvent()

Completed in 5 milliseconds