Signed-off-by: vsunbee <1106529648@qq.com>
This commit is contained in:
vsunbee 2024-09-12 19:52:17 +08:00
parent ea94883e12
commit c8770f1c8a

View File

@ -110,7 +110,7 @@ public:
const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &options = {});
ErrCode SendMsgForAccountCreate(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &options = {});
ErrCode GetOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo);
ErrCode GetOsAccountFromDomain(const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo);
ErrCode GetOsAccountFromDomain(const DomainAccountInfo &domainInfo, int &id, OsAccountInfo &osAccountInfo);
ErrCode UpdateAccountStatusForDomain(const int id, DomainAccountStatus status);
ErrCode GetTypeNumber(const OsAccountType& type, int32_t& typeNumber) override;
ErrCode CheckTypeNumber(const OsAccountType& type) override;