Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/iamaccount/setauthsubtype_fuzzer/
Dsetauthsubtype_fuzzer.cpp31 AccountIAMClient::GetInstance().SetAuthSubType(userId, authSubType); in SetAuthSubTypeFuzzTest()
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_client.h244 void SetAuthSubType(int32_t userId, int32_t authSubType);
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp78SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in AddCredential()
102SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in UpdateCredential()
435 void AccountIAMClient::SetAuthSubType(int32_t userId, int32_t authSubType) in SetAuthSubType() function in OHOS::AccountSA::AccountIAMClient
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_client_test.cpp559 AccountIAMClient::GetInstance().SetAuthSubType(userId, type);
562 AccountIAMClient::GetInstance().SetAuthSubType(userId, type + 1);