Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/
H A Dperf_stat.cpp122 serviceOnStop_ = time; in SetInstanceStopTime()
169 serviceOnStop_ = 0; in Reset()
196 if (serviceOnStop_ > 0) { in Dump()
197 result.append("ServiceStopTick: ").append(std::to_string(serviceOnStop_)).append("\n"); in Dump()
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/include/
H A Dperf_stat.h80 int64_t serviceOnStop_ = 0; variable
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_perf_stat_test.cpp191 EXPECT_EQ(PerfStat::GetInstance().serviceOnStop_, 0);