Searched refs:bindTime_ (Results 1 – 13 of 13) sorted by relevance
149 std::time_t bindTime_; variable154 bindTime_ = 0; in AccountInfo()162 bindTime_ = 0; in AccountInfo()183 bindTime_ = 0;
195 {DATADEAL_JSON_KEY_BIND_TIME, accountInfo.bindTime_}, in SaveAccountInfo()264 accountInfo.bindTime_ = jsonData.at(DATADEAL_JSON_KEY_BIND_TIME).get<std::time_t>(); in GetAccountInfoFromJson()348 accountInfo.bindTime_ = 0; in BuildJsonFileFromScratch()
145 …OGI("Get login time %{public}s, status %{public}d.", std::to_string(accountInfo.bindTime_).c_str(), in GetOhosAccountInfoByUserId()
384 currAccountInfo.bindTime_ = std::time(nullptr); in LoginOhosAccount()
48 bindTime_ = in OnStart()136 return std::to_string(bindTime_); in GetBindTime()689 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
332 int64_t bindTime_ = 0;
142 result.append(std::to_string(accountInfo.bindTime_) + "\n"); in ShowOhosAccountInfo()
796 int64_t bindTime_ = 0L; variable
716 int64_t bindTime_ = 0L; variable
50 bindTime_ = in OnStart()1580 return bindTime_; in GetBindTime()1590 return endTime_ - bindTime_; in GetSpendTime()
276 int64_t bindTime_ = 0; variable
78 bindTime_ = in OnStart()284 oss << bindTime_; in GetBindTime()297 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
203 bindTime_ = in GetBindTime()207 oss << bindTime_; in GetBindTime()