Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp250 ErrCode AccountIAMMgrStub::ReadUserIdAndAuthType(MessageParcel &data, int32_t &userId, int32_t &aut… in ReadUserIdAndAuthType() function in OHOS::AccountSA::AccountIAMMgrStub
270 ErrCode ret = ReadUserIdAndAuthType(data, userId, authType); in AddOrUpdateCredential()
387 ErrCode ret = ReadUserIdAndAuthType(data, userId, authType); in ProcGetCredentialInfo()
600 if (ReadUserIdAndAuthType(data, userId, authType) != ERR_OK) { in ProcGetProperty()
658 if (ReadUserIdAndAuthType(data, userId, authType) != ERR_OK) { in ProcSetProperty()
701 ErrCode ret = ReadUserIdAndAuthType(data, accountId, authType); in ProcGetEnrolledId()
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_mgr_stub.h58 ErrCode ReadUserIdAndAuthType(MessageParcel &data, int32_t &userId, int32_t &authType);