Searched refs:DeviceAccountState (Results 1 – 2 of 2) sorted by relevance
39 enum class DeviceAccountState { enum94 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()
63 deviceAccountInfoSrc.state_ = DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID;72 EXPECT_EQ(deviceAccountInfoTar.state_, DeviceAccountState::DEVICE_ACCOUNT_STATE_INVALID);