Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Ddevice_account_info.h27 enum class DeviceAccountType { enum
79 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()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
Ddevice_account_info_test.cpp61 deviceAccountInfoSrc.type_ = DeviceAccountType::DEVICE_ACCOUNT_TYPE_OWNER;
70 EXPECT_EQ(deviceAccountInfoTar.type_, DeviceAccountType::DEVICE_ACCOUNT_TYPE_OWNER);