Home
last modified time | relevance | path

Searched refs:bindTime_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Daccount_info.h149 std::time_t bindTime_; variable
154 bindTime_ = 0; in AccountInfo()
162 bindTime_ = 0; in AccountInfo()
183 bindTime_ = 0;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp195 {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()
H A Daccount_mgr_service.cpp145 …OGI("Get login time %{public}s, status %{public}d.", std::to_string(accountInfo.bindTime_).c_str(), in GetOhosAccountInfoByUserId()
H A Dohos_account_manager.cpp384 currAccountInfo.bindTime_ = std::time(nullptr); in LoginOhosAccount()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp48 bindTime_ = in OnStart()
136 return std::to_string(bindTime_); in GetBindTime()
689 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_service.h332 int64_t bindTime_ = 0;
/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp142 result.append(std::to_string(accountInfo.bindTime_) + "\n"); in ShowOhosAccountInfo()
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h796 int64_t bindTime_ = 0L; variable
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h716 int64_t bindTime_ = 0L; variable
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp50 bindTime_ = in OnStart()
1580 return bindTime_; in GetBindTime()
1590 return endTime_ - bindTime_; in GetSpendTime()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h276 int64_t bindTime_ = 0; variable
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp78 bindTime_ = in OnStart()
284 oss << bindTime_; in GetBindTime()
297 spendTime_ = endTime_ - bindTime_; in GetSpendTime()
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp203 bindTime_ = in GetBindTime()
207 oss << bindTime_; in GetBindTime()