Home
last modified time | relevance | path

Searched defs:deleteCredential (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/legacy/identity_manager/inc/
Didentity_manager.h57 int32_t (*deleteCredential)(const char *reqJsonStr, char **returnData); member
/base/security/device_auth/interfaces/inner_api/
Ddevice_auth_ext.h140 int32_t (*deleteCredential)(int32_t osAccountId, const char *credId); member
Ddevice_auth.h496 int32_t (*deleteCredential)(int32_t osAccountId, const char *credId); member
/base/account/os_account/frameworks/appaccount/cj/src/
Dappaccount_impl.cpp279 int32_t CJAppAccountImpl::deleteCredential(std::string name, std::string credentialType) in deleteCredential() function in OHOS::AccountSA::CJAppAccountImpl