Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp106 return accountQueryEnd_; in GetAccountQueryEndTime()
111 accountQueryEnd_ = (time > 0 && time > accountQueryBegin_) ? time : accountQueryBegin_; in SetAccountQueryEndTime()
165 accountQueryEnd_ = 0; in Reset()
218 if (accountQueryEnd_ > accountQueryBegin_) { in Dump()
220 .append(std::to_string((accountQueryEnd_ - accountQueryBegin_))) in Dump()
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h76 int64_t accountQueryEnd_ = 0; variable