Home
last modified time | relevance | path

Searched refs:GetAccountDelStartTime (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.cpp117 int64_t delStartTime = PerfStat::GetInstance().GetAccountDelStartTime();
175 int64_t delStartTime = PerfStat::GetInstance().GetAccountDelStartTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h41 int64_t GetAccountDelStartTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp73 int64_t PerfStat::GetAccountDelStartTime() const in GetAccountDelStartTime() function in OHOS::AccountSA::PerfStat