Home
last modified time | relevance | path

Searched refs:GetAccountBindStartTime (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.cpp87 int64_t bindStartTime = PerfStat::GetInstance().GetAccountBindStartTime();
158 int64_t bindBeginTime = PerfStat::GetInstance().GetAccountBindStartTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h29 int64_t GetAccountBindStartTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp31 int64_t PerfStat::GetAccountBindStartTime() const in GetAccountBindStartTime() function in OHOS::AccountSA::PerfStat