Home
last modified time | relevance | path

Searched refs:SetAccountQueryStartTime (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.cpp131 PerfStat::GetInstance().SetAccountQueryStartTime(ACCOUNT_QUERY_START_TIME);
167 PerfStat::GetInstance().SetAccountQueryStartTime(ACCOUNT_QUERY_START_TIME);
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h48 void SetAccountQueryStartTime(int64_t time);
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp99 void PerfStat::SetAccountQueryStartTime(int64_t time) in SetAccountQueryStartTime() function in OHOS::AccountSA::PerfStat