Home
last modified time | relevance | path

Searched defs:GetTimeTicksNow (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dfunctions.h20 inline MojoTimeTicks GetTimeTicksNow() { in GetTimeTicksNow() function
/aosp_15_r20/external/cronet/net/base/
H A Dbackoff_entry.cc118 base::TimeTicks BackoffEntry::GetTimeTicksNow() const { in GetTimeTicksNow() function in net::BackoffEntry
/aosp_15_r20/external/libchrome/mojo/core/
H A Dcore_unittest.cc34 TEST_F(CoreTest, GetTimeTicksNow) { in TEST_F() argument
H A Dcore.cc287 MojoTimeTicks Core::GetTimeTicksNow() { in GetTimeTicksNow() function in mojo::core::Core
/aosp_15_r20/external/libchrome/mojo/public/c/system/tests/
H A Dcore_api_unittest.cc27 TEST(CoreAPITest, GetTimeTicksNow) { in TEST() argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc30 TEST(CoreCppTest, GetTimeTicksNow) { in TEST() argument
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Dthunks.h37 MojoTimeTicks (*GetTimeTicksNow)(); member