Home
last modified time | relevance | path

Searched refs:GetRuntimeMSec (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp172 uint64_t nMSec = Base::GetRuntimeMSec() - in TransferSummary()
288 ctxNow.transferDirBegin = Base::GetRuntimeMSec(); in SlaveCheck()
290 ctxNow.transferBegin = Base::GetRuntimeMSec(); in SlaveCheck()
318 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
Dbase.h39 uint64_t GetRuntimeMSec();
Dtransfer.cpp673 context->transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
Dforward.cpp122 ctx->id = Base::GetRuntimeMSec(); in MallocContext()
Dbase.cpp539 uint64_t GetRuntimeMSec() in GetRuntimeMSec() function
/developtools/hdc/src/test/
Dmain.cpp24 GTEST_ASSERT_LE(1, Base::GetRuntimeMSec()); in TEST()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp70 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()