Home
last modified time | relevance | path

Searched refs:GetAccountQueryEndTime (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.cpp140 int64_t queryEndTime = PerfStat::GetInstance().GetAccountQueryEndTime();
170 int64_t queryEndTime = PerfStat::GetInstance().GetAccountQueryEndTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h50 int64_t GetAccountQueryEndTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp104 int64_t PerfStat::GetAccountQueryEndTime() const in GetAccountQueryEndTime() function in OHOS::AccountSA::PerfStat