Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Ddevice_account_info.h39 enum class DeviceAccountState { enum
94 DeviceAccountState state_;
125 state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID; in DeviceAccountInfo()
139 state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID; in DeviceAccountInfo()
153 state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID; in DeviceAccountInfo()
210 state_ = static_cast<DeviceAccountState>(data.ReadInt32()); in ReadDataFromParcel()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
Ddevice_account_info_test.cpp63 deviceAccountInfoSrc.state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID;
72 EXPECT_EQ(deviceAccountInfoTar.state_, DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID);