Home
last modified time | relevance | path

Searched refs:GetAccountQueryStartTime (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.cpp132 int64_t queryStartTime = PerfStat::GetInstance().GetAccountQueryStartTime();
169 int64_t queryBeginTime = PerfStat::GetInstance().GetAccountQueryStartTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h47 int64_t GetAccountQueryStartTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp94 int64_t PerfStat::GetAccountQueryStartTime() const in GetAccountQueryStartTime() function in OHOS::AccountSA::PerfStat