Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_perf_stat_test.cpp110 int64_t addEndTime = PerfStat::GetInstance().GetAccountAddEndTime();
164 int64_t addEndTime = PerfStat::GetInstance().GetAccountAddEndTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h38 int64_t GetAccountAddEndTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp62 int64_t PerfStat::GetAccountAddEndTime() const in GetAccountAddEndTime() function in OHOS::AccountSA::PerfStat