Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Ddevice_account_info.h40 DEVICE_ACCOUNT_STATE_INVALID = -1, // invalid state enumerator
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()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Ddevice_account_info_test.cpp70 deviceAccountInfoSrc.state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID;
79 EXPECT_EQ(deviceAccountInfoTar.state_, DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID);