Home
last modified time | relevance | path

Searched refs:SetAuthSubType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/setauthsubtype_fuzzer/
H A Dsetauthsubtype_fuzzer.cpp33 AccountIAMClient::GetInstance().SetAuthSubType(userId, authSubType); in SetAuthSubTypeFuzzTest()
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp82SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in AddCredential()
107SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in UpdateCredential()
487 void AccountIAMClient::SetAuthSubType(int32_t userId, int32_t authSubType) in SetAuthSubType() function in OHOS::AccountSA::AccountIAMClient
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_client.h278 void SetAuthSubType(int32_t userId, int32_t authSubType);
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp730 AccountIAMClient::GetInstance().SetAuthSubType(userId, type);
733 AccountIAMClient::GetInstance().SetAuthSubType(userId, type + 1);