Home
last modified time | relevance | path

Searched refs:GetCredentialInfoCallback (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_idm_callback_service.h41 explicit IdmGetCredInfoCallbackService(const std::shared_ptr<GetCredentialInfoCallback> &impl);
46 std::shared_ptr<GetCredentialInfoCallback> getCredInfoCallback_ {nullptr};
H A Duser_idm_client_impl.h44 const std::shared_ptr<GetCredentialInfoCallback> &callback) override;
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
H A Duser_idm_client.cpp39 void RunOnCredentialInfo(const std::shared_ptr<GetCredentialInfoCallback>& callback) in RunOnCredentialInfo()
57 const std::shared_ptr<GetCredentialInfoCallback>& callback) in GetCredentialInfo()
H A Duser_idm_client.h29 const std::shared_ptr<GetCredentialInfoCallback> &callback);
H A Duser_iam_define.h69 class GetCredentialInfoCallback {
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h53 typedef UserIam::UserAuth::GetCredentialInfoCallback GetCredentialInfoCallback; typedef
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Duser_idm_client_impl_mock.h44 const std::shared_ptr<GetCredentialInfoCallback> &callback) = 0;
66 const std::shared_ptr<GetCredentialInfoCallback> &callback));
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_get_info_callback.h26 class ScreenLockGetInfoCallback final : public OHOS::UserIam::UserAuth::GetCredentialInfoCallback {
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_idm_client_callback.h34 class GetCredentialInfoCallback {
H A Duser_idm_client.h143 const std::shared_ptr<GetCredentialInfoCallback> &callback) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_user_idm_client_callback.h26 class MockGetCredentialInfoCallback final : public GetCredentialInfoCallback {
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/
H A Dhks_useridm_api_wrap.cpp161 class GetCredentialInfoCallbackImplHuks : public USER_IAM::GetCredentialInfoCallback {
192 std::shared_ptr<USER_IAM::GetCredentialInfoCallback> callback = huksCallback; in HksUserIdmGetAuthInfoNum()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp83 const std::shared_ptr<GetCredentialInfoCallback> &callback) in GetCredentialInfo()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_callback_service.cpp68 const std::shared_ptr<GetCredentialInfoCallback> &impl) : getCredInfoCallback_(impl) in IdmGetCredInfoCallbackService()
H A Duser_idm_client_impl.cpp211 const std::shared_ptr<GetCredentialInfoCallback> &callback) in GetCredentialInfo()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclientstub_fuzzer/
H A Duser_idm_client_stub_fuzzer.cpp59 class DummyGetCredentialInfoCallback final : public GetCredentialInfoCallback {
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_service_test.cpp94 std::shared_ptr<GetCredentialInfoCallback> getCredInfoCallback = nullptr;
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md83 | GetCredentialInfo(userId : int32_t, authType : AuthType, callback : GetCredentialInfoCallback): i…
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/
H A Duser_idm_client_fuzzer.cpp50 class DummyGetCredentialInfoCallback final : public GetCredentialInfoCallback {
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h185 class GetCredInfoCallbackWrapper : public GetCredentialInfoCallback {