Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Ddevice_account_info.h52 constexpr std::int32_t DEVICE_ACCOUNT_ID_INVALID = -1; variable
121 id_ = DEVICE_ACCOUNT_ID_INVALID; in DeviceAccountInfo()
172 return ((id_ == source.id_) && (id_ != DEVICE_ACCOUNT_ID_INVALID));