Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h30 void SetAccountBindStartTime(int64_t time);
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_perf_stat_test.cpp79 PerfStat::GetInstance().SetAccountBindStartTime(ACCOUNT_BIND_START_TIME);
148 PerfStat::GetInstance().SetAccountBindStartTime(ACCOUNT_BIND_START_TIME);
/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp36 void PerfStat::SetAccountBindStartTime(int64_t time) in SetAccountBindStartTime() function in OHOS::AccountSA::PerfStat