mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 18:19:51 +00:00
dsfsf
Signed-off-by: vsunbee <1106529648@qq.com>
This commit is contained in:
parent
ea94883e12
commit
c8770f1c8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user