Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c160 (void)clock_gettime(CLOCK_MONOTONIC, &(item->timestamp[BOOTEVENT_FORK])); in AddInitBootEvent()
198 double forkTime = (double)item->timestamp[BOOTEVENT_FORK].tv_sec * MSECTONSEC + in BootEventTraversal()
199 (double)item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC; in BootEventTraversal()
504 &(item->timestamp[BOOTEVENT_FORK])) == 0); in SetServiceBootEventFork()
531 item->timestamp[BOOTEVENT_FORK] = timeStat->startTime; in AddCmdBootEvent()
H A Dbootevent.h43 BOOTEVENT_FORK, enumerator
/ohos5.0/base/startup/init/services/modules/sysevent/
H A Dstartup_time_event.c62 (uint32_t)item->timestamp[BOOTEVENT_FORK].tv_sec, in TraversalEvent()
63 (uint32_t)(item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC), in TraversalEvent()
/ohos5.0/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp46 (void)clock_gettime(CLOCK_MONOTONIC, &(item->timestamp[BOOTEVENT_FORK])); in AddBootEvent()