Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DTest.cpp133 uint64_t start_ns = NanoTime(); in ReadUntilClosed() local
139 if (NanoTime() - start_ns > 2 * kNsPerS) { in ReadUntilClosed()
DTest.h72 uint64_t start_ns() const { return start_ns_; } in start_ns() function
DIsolate.cpp363 if (NanoTime() > test->start_ns() + deadline_threshold_ns_) { in CheckTestsTimeout()
369 } else if (!test->slow() && NanoTime() > test->start_ns() + slow_threshold_ns_) { in CheckTestsTimeout()
388 uint64_t run_time_ms = (NanoTime() - test->start_ns()) / kNsPerMs; in HandleSignals()
/system/core/init/
Dservice.cpp256 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange() local
259 property_set(boottime_property, std::to_string(start_ns)); in NotifyStateChange()