Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp132 serviceInit_ = time; in SetInstanceInitTime()
170 serviceInit_ = 0; in Reset()
188 if (serviceInit_ > 0) { in Dump()
189 result.append("ServiceInitTick: ").append(std::to_string(serviceInit_)).append("\n"); in Dump()
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h81 int64_t serviceInit_ = 0; variable
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_perf_stat_test.cpp186 EXPECT_EQ(PerfStat::GetInstance().serviceInit_, 0);