Searched refs:accountAddBegin_ (Results 1 – 2 of 2) sorted by relevance
54 return accountAddBegin_; in GetAccountAddStartTime()59 accountAddBegin_ = (time > 0) ? time : 0; in SetAccountAddStartTime()69 accountAddEnd_ = (time > 0 && time > accountAddBegin_) ? time : accountAddBegin_; in SetAccountAddEndTime()158 accountAddBegin_ = 0; in Reset()206 if (accountAddEnd_ > accountAddBegin_) { in Dump()208 .append(std::to_string(accountAddEnd_ - accountAddBegin_)) in Dump()
69 int64_t accountAddBegin_ = 0; variable