Home
last modified time | relevance | path

Searched defs:TestOnlySetNow (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.h186 void TestOnlySetNow(Timestamp now) { time_cache_.TestOnlySetNow(now); } in TestOnlySetNow() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dtime.h174 void TestOnlySetNow(Timestamp now) { cached_time_ = now; } in TestOnlySetNow() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dexec_ctx.h203 void TestOnlySetNow(Timestamp now) { in TestOnlySetNow() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dtime.h187 void TestOnlySetNow(Timestamp now) { cached_time_ = now; } in TestOnlySetNow() function