Home
last modified time | relevance | path

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

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