Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp33 const std::string LAST_LOGGED_IN_TIME = "lastLoginTime"; variable
253 {LAST_LOGGED_IN_TIME, lastLoginTime_}, in ToJson()
327 …jsonObject, jsonObjectEnd, LAST_LOGGED_IN_TIME, lastLoginTime_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()