Home
last modified time | relevance | path

Searched refs:USTONSEC (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/services/modules/sysevent/
Dstartup_time_event.c62 (uint32_t)(item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC), in TraversalEvent()
64 (uint32_t)(item->timestamp[BOOTEVENT_READY].tv_nsec / USTONSEC)); in TraversalEvent()
90 startupTime.totalTime += curr.tv_nsec / USTONSEC; in ReportBootEventComplete()
103 … (uint32_t)curr.tv_sec, (uint32_t)(curr.tv_nsec / USTONSEC), args.currLen, startupTime.detailTime); in ReportBootEventComplete()
/base/startup/init/services/modules/bootevent/
Dbootevent.h38 #define USTONSEC 1000 macro
Dbootevent.c146 (double)item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC; in BootEventTraversal()
148 (double)item->timestamp[BOOTEVENT_READY].tv_nsec / USTONSEC; in BootEventTraversal()
/base/startup/init/test/unittest/modules/
Dsysevent_unittest.cpp108 startupTime.totalTime += curr.tv_nsec / USTONSEC;
125 startupTime.totalTime += curr.tv_nsec / USTONSEC;