Searched refs:DeviceAccountType (Results 1 – 2 of 2) sorted by relevance
27 enum class DeviceAccountType { enum79 DeviceAccountType type_;122 type_ = DeviceAccountType::DEVICE_ACCOUNT_TYPE_INVALID; in DeviceAccountInfo()135 …DeviceAccountInfo(const std::int32_t accountId, const DeviceAccountType accountType, const std::st… in DeviceAccountInfo()149 DeviceAccountInfo(const std::int32_t accountId, const DeviceAccountType accountType, in DeviceAccountInfo()208 type_ = static_cast<DeviceAccountType>(data.ReadInt32()); in ReadDataFromParcel()
61 deviceAccountInfoSrc.type_ = DeviceAccountType::DEVICE_ACCOUNT_TYPE_OWNER;70 EXPECT_EQ(deviceAccountInfoTar.type_, DeviceAccountType::DEVICE_ACCOUNT_TYPE_OWNER);