Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A 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()
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h81 int64_t serviceInit_ = 0; variable
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_perf_stat_test.cpp193 EXPECT_EQ(PerfStat::GetInstance().serviceInit_, 0);