Home
last modified time | relevance | path

Searched refs:GetAccountBindEndTime (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.cpp95 int64_t bindEndTime = PerfStat::GetInstance().GetAccountBindEndTime();
157 int64_t bindEndTime = PerfStat::GetInstance().GetAccountBindEndTime();
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h32 int64_t GetAccountBindEndTime() const;
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp41 int64_t PerfStat::GetAccountBindEndTime() const in GetAccountBindEndTime() function in OHOS::AccountSA::PerfStat