Home
last modified time | relevance | path

Searched defs:credentialType (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_version_util.c69 static const AccountVersionInfo *NegotiateForAuth(int32_t credentialType) in NegotiateForAuth()
92 const AccountVersionInfo *GetNegotiatedVersionInfo(int32_t operationCode, int32_t credentialType) in GetNegotiatedVersionInfo()
H A Daccount_task_main.c151 int32_t credentialType = INVALID_CRED; in NegotiateAndCreateSubTask() local
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/deleteaccountcredentialstub_fuzzer/
H A Ddeleteaccountcredentialstub_fuzzer.cpp36 std::string credentialType = fuzzData.GenerateRandomString(); in DeleteAccountCredentialStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/getaccountcredentialstub_fuzzer/
H A Dgetaccountcredentialstub_fuzzer.cpp35 std::string credentialType = fuzzData.GenerateRandomString(); in GetAccountCredentialStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/setaccountcredentialstub_fuzzer/
H A Dsetaccountcredentialstub_fuzzer.cpp37 std::string credentialType = fuzzData.GenerateRandomString(); in SetAccountCredentialStubFuzzTest() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H A Ddm_credential_manager.h26 int32_t credentialType; member
/ohos5.0/base/security/device_auth/services/cred_manager/src/account_related/
H A Daccount_related_cred_plugin.c91 int32_t credentialType = INVALID_CRED; in ProcessAccountCredentials() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h28 int32_t credentialType; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h30 int32_t credentialType; member
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp97 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential()
103 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential()
221 …AccountManager::DeleteAccountCredential(const std::string &name, const std::string &credentialType) in DeleteAccountCredential()
H A Dapp_account_info.cpp282 ErrCode AppAccountInfo::GetAccountCredential(const std::string &credentialType, std::string &creden… in GetAccountCredential() argument
299 const std::string &credentialType, const std::string &credential) in SetAccountCredential()
333 ErrCode AppAccountInfo::DeleteAccountCredential(const std::string &credentialType) in DeleteAccountCredential()
H A Dapp_account.cpp227 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential()
240 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential()
484 …ode AppAccount::DeleteAccountCredential(const std::string &name, const std::string &credentialType) in DeleteAccountCredential()
H A Dapp_account_proxy.cpp362 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential()
374 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential()
947 const std::string &name, const std::string &credentialType) in DeleteAccountCredential()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp162 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential()
170 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential()
327 …AppAccountStub::DeleteAccountCredential(const std::string &name, const std::string &credentialType) in DeleteAccountCredential()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp165 …AppAccountManager::GetAccountCredential(const std::string &name, const std::string &credentialType, in GetAccountCredential()
171 …AppAccountManager::SetAccountCredential(const std::string &name, const std::string &credentialType, in SetAccountCredential()
187 …AccountManager::DeleteAccountCredential(const std::string &name, const std::string &credentialType, in DeleteAccountCredential()
H A Dapp_account_manager_service.cpp263 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential()
275 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential()
598 const std::string &name, const std::string &credentialType) in DeleteAccountCredential()
H A Dapp_account_stub.cpp581 std::string credentialType = data.ReadString(); in ProcGetAccountCredential() local
601 std::string credentialType = data.ReadString(); in ProcSetAccountCredential() local
905 std::string credentialType = data.ReadString(); in ProcDeleteAccountCredential() local
H A Dapp_account_control_manager.cpp566 …untControlManager::GetAccountCredential(const std::string &name, const std::string &credentialType, in GetAccountCredential()
591 …untControlManager::SetAccountCredential(const std::string &name, const std::string &credentialType, in SetAccountCredential()
625 …ControlManager::DeleteAccountCredential(const std::string &name, const std::string &credentialType, in DeleteAccountCredential()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp46 int32_t credentialType; member
300 int32_t credentialType = inputCreData.credentialType; in GetCredentialData() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_common.h39 uint32_t credentialType; member
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c201 int32_t credentialType = PRE_SHARED; in GetCredInfoByPeerUrl() local
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h52 std::string credentialType; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h74 std::string credentialType; member
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c729 int32_t credentialType = INVALID_CRED; in PrepareTrustedDeviceInfo() local
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1086 int credentialType = deviceInfo->credential; in AddCredentialTypeToReturn() local