Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp117 serviceOnStart_ = time; in SetInstanceStartTime()
168 serviceOnStart_ = 0; in Reset()
192 if (serviceOnStart_ > 0) { in Dump()
193 result.append("ServiceStartTick: ").append(std::to_string(serviceOnStart_)).append("\n"); in Dump()
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h79 int64_t serviceOnStart_ = 0; variable
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_perf_stat_test.cpp182 EXPECT_EQ(PerfStat::GetInstance().serviceOnStart_, 0);