Searched refs:bindTime_ (Results 1 – 12 of 12) sorted by relevance
149 std::time_t bindTime_; variable154 bindTime_ = 0; in AccountInfo()162 bindTime_ = 0; in AccountInfo()183 bindTime_ = 0;
192 {DATADEAL_JSON_KEY_BIND_TIME, accountInfo.bindTime_}, in SaveAccountInfo()241 accountInfo.bindTime_ = jsonData.at(DATADEAL_JSON_KEY_BIND_TIME).get<std::time_t>(); in GetAccountInfoFromJson()325 accountInfo.bindTime_ = 0; in BuildJsonFileFromScratch()
357 currAccountInfo.bindTime_ = std::time(nullptr); in LoginOhosAccount()
332 int64_t bindTime_ = 0;
142 result.append(std::to_string(accountInfo.bindTime_) + "\n"); in ShowOhosAccountInfo()
47 bindTime_ = in OnStart()132 return std::to_string(bindTime_); in GetBindTime()685 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
778 int64_t bindTime_ = 0L; variable
716 int64_t bindTime_ = 0L; variable
48 bindTime_ = in OnStart()1574 return bindTime_; in GetBindTime()1584 return endTime_ - bindTime_; in GetSpendTime()
272 int64_t bindTime_ = 0; variable
78 bindTime_ = in OnStart()278 oss << bindTime_; in GetBindTime()291 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
185 bindTime_ = in GetBindTime()189 oss << bindTime_; in GetBindTime()