Home
last modified time | relevance | path

Searched refs:accountDelBegin_ (Results 1 – 2 of 2) sorted by relevance

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp75 return accountDelBegin_; in GetAccountDelStartTime()
80 accountDelBegin_ = (time > 0) ? time : 0; in SetAccountDelStartTime()
90 accountDelEnd_ = (time > 0 && time > accountDelBegin_) ? time : accountDelBegin_; in SetAccountDelEndTime()
161 accountDelBegin_ = 0; in Reset()
212 if (accountDelEnd_ > accountDelBegin_) { in Dump()
214 .append(std::to_string(accountDelEnd_ - accountDelBegin_)) in Dump()
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h72 int64_t accountDelBegin_ = 0; variable