Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_perf_stat_test.cpp116 PerfStat::GetInstance().SetAccountDelEndTime(ACCOUNT_DEL_END_TIME);
166 PerfStat::GetInstance().SetAccountDelEndTime(ACCOUNT_DEL_START_TIME);
167 PerfStat::GetInstance().SetAccountDelEndTime(INVALID_TIME);
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h45 void SetAccountDelEndTime(int64_t time);
/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp88 void PerfStat::SetAccountDelEndTime(int64_t time) in SetAccountDelEndTime() function in OHOS::AccountSA::PerfStat