/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | user_idm_client_impl_mock.cpp | 88 void UserIdmClientImpl::ClearRedundancyCredential(const std::shared_ptr<UserIdmClientCallback> &cal… in ClearRedundancyCredential() function in UserIdmClientImpl 90 return IUserIdmClientMoc::userIdmClientMoc->ClearRedundancyCredential(callback); in ClearRedundancyCredential()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | user_idm_client_impl_mock.h | 46 …virtual void ClearRedundancyCredential(const std::shared_ptr<UserIdmClientCallback> &callback) = 0; 68 …MOCK_METHOD1(ClearRedundancyCredential, void(const std::shared_ptr<UserIdmClientCallback> &callbac…
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_user_idm_service.h | 43 MOCK_METHOD1(ClearRedundancyCredential, void(const sptr<IdmCallbackInterface> &callback));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | user_idm_interface.h | 139 virtual void ClearRedundancyCredential(const sptr<IdmCallbackInterface> &callback) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | user_idm_client.h | 160 …virtual void ClearRedundancyCredential(const std::shared_ptr<UserIdmClientCallback> &callback) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_idm_proxy.h | 46 void ClearRedundancyCredential(const sptr<IdmCallbackInterface> &callback) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclient_fuzzer/ |
H A D | user_idm_client_fuzzer.cpp | 178 UserIdmClient::GetInstance().ClearRedundancyCredential(callback); in FuzzClientClearRedundancyCredential() 179 UserIdmClient::GetInstance().ClearRedundancyCredential(nullptr); in FuzzClientClearRedundancyCredential()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_idm_client_impl.cpp | 304 void UserIdmClientImpl::ClearRedundancyCredential(const std::shared_ptr<UserIdmClientCallback> &cal… in ClearRedundancyCredential() function in OHOS::UserIam::UserAuth::UserIdmClientImpl 328 proxy->ClearRedundancyCredential(wrapper); in ClearRedundancyCredential()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | user_idm_client_impl.h | 46 void ClearRedundancyCredential(const std::shared_ptr<UserIdmClientCallback> &callback) override;
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_idm_service.h | 56 void ClearRedundancyCredential(const sptr<IdmCallbackInterface> &callback) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_service_test.cpp | 889 service.ClearRedundancyCredential(testCallback); 891 service.ClearRedundancyCredential(testCallback); 944 service.ClearRedundancyCredential(testCallback); 945 service.ClearRedundancyCredential(testCallback);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_idm_proxy.cpp | 350 void UserIdmProxy::ClearRedundancyCredential(const sptr<IdmCallbackInterface> &callback) in ClearRedundancyCredential() function in OHOS::UserIam::UserAuth::UserIdmProxy
|
H A D | user_idm_stub.cpp | 358 ClearRedundancyCredential(callback); in ClearRedundancyCredentialStub()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/useridmservice_fuzzer/ |
H A D | user_idm_service_fuzzer.cpp | 252 g_UserIdmService.ClearRedundancyCredential(callback); in FuzzClearRedundancyCredential()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_idm_service.cpp | 647 void UserIdmService::ClearRedundancyCredential(const sptr<IdmCallbackInterface> &callback) in ClearRedundancyCredential() function in OHOS::UserIam::UserAuth::UserIdmService
|