Home
last modified time | relevance | path

Searched refs:accountBindEnd_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp43 return accountBindEnd_; in GetAccountBindEndTime()
48 accountBindEnd_ = (time > 0 && time > accountBindBegin_) ? time : accountBindBegin_; in SetAccountBindEndTime()
156 accountBindEnd_ = 0; in Reset()
200 if (accountBindEnd_ > accountBindBegin_) { in Dump()
202 .append(std::to_string(accountBindEnd_ - accountBindBegin_)) in Dump()
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h67 int64_t accountBindEnd_ = 0; variable
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_perf_stat_test.cpp207 PerfStat::GetInstance().accountBindEnd_ = 1;