Home
last modified time | relevance | path

Searched defs:DeleteCredential (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp65 void UserIdmClientImpl::DeleteCredential(int32_t userId, uint64_t credentialId, in DeleteCredential() function in UserIdmClientImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dmine_hichain_connector.cpp274 int MineHiChainConnector::DeleteCredential(std::string reqJsonStr, std::string &returnJsonStr) in DeleteCredential() function in OHOS::DistributedHardware::MineHiChainConnector
H A Dhichain_auth_connector.cpp282 int32_t HiChainAuthConnector::DeleteCredential(const std::string &deviceId, int32_t userId) in DeleteCredential() function in OHOS::DistributedHardware::HiChainAuthConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp248 int32_t DeviceManagerServiceImpl::DeleteCredential(const std::string &pkgName, const std::string &d… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
302 int32_t DeviceManagerServiceImpl::DeleteCredential(const std::string &pkgName, const std::string &r… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp401 int32_t DeviceManagerServiceImpl::DeleteCredential(const std::string &pkgName, const std::string &d… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
457 int32_t DeviceManagerServiceImpl::DeleteCredential(const std::string &pkgName, const std::string &r… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp134 void UserIdmClientImpl::DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<u… in DeleteCredential() function in OHOS::UserIam::UserAuth::UserIdmClientImpl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_device_manager_impl.cpp170 int32_t DeviceManagerImpl::DeleteCredential(const std::string &pkgName, const std::string &deleteIn… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h69 …int32_t DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authTo… in DeleteCredential() function
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp208 int32_t DmCredentialManager::DeleteCredential(const std::string &pkgName, const std::string &delete… in DeleteCredential() function in OHOS::DistributedHardware::DmCredentialManager
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c679 static int32_t DeleteCredential(const char *reqJsonStr, char **returnData) in DeleteCredential() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp220 int32_t DeviceManagerImpl::DeleteCredential(const std::string &pkgName, const std::string &deleteIn… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp743 int32_t DeviceManagerService::DeleteCredential(const std::string &pkgName, const std::string &delet… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerService
800 int32_t DeviceManagerService::DeleteCredential(const std::string &pkgName, const std::string &reqJs… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerService
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp290 static void DeleteCredential(uint32_t userId, uint64_t credentialId, const std::vector<uint8_t> &to… in DeleteCredential() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp977 int32_t DeviceManagerImpl::DeleteCredential(const std::string &pkgName, const std::string &deleteIn… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
1189 int32_t DeviceManagerImpl::DeleteCredential(const std::string &pkgName, const std::string &reqJsonS… in DeleteCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1040 int32_t UserAuthInterfaceService::DeleteCredential(int32_t userId, uint64_t credentialId, in DeleteCredential() function in OHOS::HDI::UserAuth::UserAuthInterfaceService
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp1438 napi_value NapiAppAccount::DeleteCredential(napi_env env, napi_callback_info cbInfo) in DeleteCredential() function in OHOS::AccountJsKit::NapiAppAccount
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp2603 napi_value DeviceManagerNapi::DeleteCredential(napi_env env, napi_callback_info info) in DeleteCredential() function in DeviceManagerNapi